KR20020030940A - Method for DSP Interface - Google Patents

Method for DSP Interface Download PDF

Info

Publication number
KR20020030940A
KR20020030940A KR1020000061307A KR20000061307A KR20020030940A KR 20020030940 A KR20020030940 A KR 20020030940A KR 1020000061307 A KR1020000061307 A KR 1020000061307A KR 20000061307 A KR20000061307 A KR 20000061307A KR 20020030940 A KR20020030940 A KR 20020030940A
Authority
KR
South Korea
Prior art keywords
service
main processor
unit
dsp processing
dsp
Prior art date
Application number
KR1020000061307A
Other languages
Korean (ko)
Other versions
KR100440244B1 (en
Inventor
박권원
Original Assignee
구자홍
엘지전자주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 구자홍, 엘지전자주식회사 filed Critical 구자홍
Priority to KR10-2000-0061307A priority Critical patent/KR100440244B1/en
Publication of KR20020030940A publication Critical patent/KR20020030940A/en
Application granted granted Critical
Publication of KR100440244B1 publication Critical patent/KR100440244B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/102Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver

Abstract

PURPOSE: A method for interfacing a DSP(Digital Signal Processor) is provided to offer a service by changing a program of DSP processing part in an upper application without changing a program of main processor part in case of changing the service. CONSTITUTION: The deice comprises a main processor, an application part and a DSP processing part. The main processor executes a message path function between the application part and DSP processing part and a management function for DSP processing part. The application part provides a specific service such as TTS(Text To Speech), voice recognition, voice compression, voice restoration, and DTMF(Dual Tone Multi Frequency). The DSP processing part downloads a program corresponding to the service if a service change request message is received from the application part, processes the corresponding service if a function code message representing the service is inputted from the main processing part, and executes the function for data transmission, error recovery and error check being executed by the main processing part.

Description

디에스피 인터페이스 방법{Method for DSP Interface}DS interface method {Method for DSP Interface}

본 발명은 DSP 인터페이스 방법에 관한 것으로, 특히 메인 프로세서부가 어플레이션부와 DSP 처리부 간 효율적인 인터페이스가 되도록 한 DSP 인터페이스 방법에 관한 것이다.The present invention relates to a DSP interface method, and more particularly, to a DSP interface method in which the main processor unit is an efficient interface between the application unit and the DSP processing unit.

일반적으로 DSP(Digital Signal Processor)는 디지털 연산에 의해 신호 처리를 하는 하나의 IC(Integrated Circuit) 칩으로 된 마이크로프로세서로, 범용 마이크로프로세서의 아키텍쳐를 대폭적으로 개량하여 고속 연산성과 컴팩트를 추구한 전용 마이크로프로세서이다. 기본 조작은 필터링(Filtering), 프리어 변환, 상관 함수의 산출, 부호화, 변복조, 미분, 적분, 적응 신호 처리이다. 또한, DSP에 의해 제공되는 음성 합성, 음성 인식, 음성 부호화, 음성 압축, 중고속 모뎀, 에코 캔슬러(Echo Canceller)등의 기능이 음성 및 통신 시스템에서 채용되고 있다.In general, DSP (Digital Signal Processor) is a microprocessor made of one integrated circuit (IC) chip that performs signal processing by digital calculation. Processor. The basic operations are filtering, freer transform, calculation of correlation function, coding, modulation and demodulation, derivative, integration, and adaptive signal processing. In addition, functions such as speech synthesis, speech recognition, speech encoding, speech compression, high speed modem, echo canceller, etc. provided by the DSP are employed in the speech and communication system.

한편, DSP 인터페이스 장치는 첨부된 도면 도 1에 도시된 바와 같이, 메인 프로세서부와(1)와, 애플리케이션부(2)와, DSP 처리부(3)를 구비하여 이루어져 있다.As shown in FIG. 1, the DSP interface device includes a main processor unit 1, an application unit 2, and a DSP processing unit 3.

해당 메인 프로세서부(1)는 DSP 처리부(3)를 관리하며, 상위의 애플리케이션부(2)로부터의 메시지들을 자신이 처리해야 할 메시지와, DSP 처리부(3)에 전달해야 할 메시지로 구분하여 처리한다. 또한, 해당 메인 프로세서부(1)는 DSP 처리부(3)의 원활한 서비스(예컨대 TTS(Text to Speach), 음성 인식, 음성 압축 및 음성 복원, DTMF(Dual Tone Multi Frequency) 인식)를 위해 프로그램 다운로드, 데이터 전달, 에러 복구, 에러 검사 등의 부가적인 작업들을 수행한다.The main processor unit 1 manages the DSP processing unit 3, and processes the messages from the upper application unit 2 into a message to be processed by the user and a message to be delivered to the DSP processing unit 3. do. In addition, the main processor unit 1 downloads a program for smooth service of the DSP processing unit 3 (eg, text to speech (TTS), speech recognition, speech compression and speech restoration, dual tone multi frequency (DTMF) recognition), Perform additional tasks such as data forwarding, error recovery, and error checking.

해당 애플리케이션부(2)는 TTS, 음성 인식, 음성 압축, 음성 복원, DTMF 인식 등의 서비스를 위한 프로그램을 DSP 처리부(3)에 제공하고, 서비스 변경에 대한 메시지를 메인 프로세서부(1)를 통해 DSP 처리부(3)로 전달한다.The application unit 2 provides a program for the service such as TTS, speech recognition, speech compression, speech restoration, DTMF recognition, etc. to the DSP processing unit 3, and sends a message about the service change through the main processor unit 1; Transfer to DSP processing section 3.

해당 DSP 처리부(3)는 애플리케이션부(2)에 의해 제공되는 서비스 프로그램을 다운로드하고, 애플리케이션부(2)로부터 메인 프로세서부(1)를 통해 전달되는 메시지를 처리하는 역할을 수행한다.The DSP processing section 3 downloads a service program provided by the application section 2 and performs a role of processing a message transmitted from the application section 2 through the main processor section 1.

그리고, 해당 메인 프로세서부(1)와 애플리케이션부(2) 사이에는 DSP 처리부(3)에 전달되는 메시지와, 메인 프로세서부(1)에서 처리하는 메시지가 전달되고, 해당 메인 프로세서부(1)와 DSP 처리부(3) 사이에는 애플리케이션부(2)에서 전달되는 메시지와 메인 프로세서부(1)에서 처리하는 메시지가 전달된다.In addition, a message transmitted to the DSP processing unit 3 and a message processed by the main processor unit 1 are transferred between the main processor unit 1 and the application unit 2. Between the DSP processing unit 3, a message transmitted from the application unit 2 and a message processed by the main processor unit 1 are transferred.

이때, 해당 메인 프로세서부(1)에서 자체적으로 처리하는 메시지에는 유지 보수, 프로그램 다운로드, 상태 관리, 에러 체크 등이 있다.At this time, the main processor unit 1 processes itself, such as maintenance, program download, status management, error check, and the like.

이와 같이 구성된 종래의 DSP 인터페이스 방법을 도 2의 순서도를 참조하여 설명하면 다음과 같다.A conventional DSP interface method configured as described above will be described with reference to the flowchart of FIG. 2.

먼저, 시스템 운용자로부터 음성 인식, TTS, 음성 압축, 음성 복원, DTMF 인식등의 서비스 변경 요청이 있으면(단계 S21), 애플리케이션부(2)에 의해 DSP 처리부(3)와 메인 프로세서부(10)의 프로그램이 변경된다(단계 S22). 이때, 메인 프로세서부(1)는 DSP 처리부(3)의 원활한 서비스 처리를 위해 프로그램 다운로드 기능을 수행하며, 데이터 전달, 에러 복구, 에러 검사등의 부가적인 작업들을 항상 수행하고 있다.First, if there is a service change request from the system operator such as speech recognition, TTS, speech compression, speech restoration, DTMF recognition (step S21), the application unit 2 of the DSP processor 3 and the main processor unit 10 The program is changed (step S22). At this time, the main processor 1 performs a program download function for smooth service processing of the DSP processor 3, and always performs additional operations such as data transfer, error recovery, and error checking.

해당 서비스 변경에 따른 메인 프로세서부(1)와 DSP 처리부(3)의 프로그램 변경 후에, 애플리케이션부(2)가 메인 프로세서부(1)로 해당 서비스에 대한 메시지를 전달하면(단계 S23), 해당 메인 프로세서부(1)는 전달받은 메시지를 분석한다(단계 S24). 그리고, 해당 메인 프로세서부(1)는 해당되는 메시지를 분석한 결과, DSP 처리부(3)에 전달할 메시지와 자신이 직접 처리해야 할 메시지를 구분한 후, 그 중에서 DSP 처리부(3)에 전달할 메시지는 또 다른 메시지 포맷으로 변환하여(단계 S25), DSP 처리부(3)로 전달하고, 이외의 메시지는 자신이 처리한다(단계 S26).After the program change of the main processor unit 1 and the DSP processing unit 3 according to the service change, the application unit 2 transmits a message for the service to the main processor unit 1 (step S23), the corresponding main The processor unit 1 analyzes the received message (step S24). In addition, the main processor 1 analyzes the corresponding message, and after dividing the message to be delivered to the DSP processing unit 3 and the message to be processed directly by itself, the message to be transmitted to the DSP processing unit 3 is It converts to another message format (step S25), transfers it to the DSP processing unit 3, and processes other messages by itself (step S26).

상기한 바와 같이, 종래에는 DSP 처리부에 대한 작업을 메인 프로세서부가 관장하게 됨으로써, 메인 프로세서부의 프로그램이 방대해지고 관리하기가 어려운 문제점이 있었다.As described above, in the related art, since the main processor manages the work on the DSP processor, there is a problem that the programs of the main processor become large and difficult to manage.

더불어, 상위의 애플리케이션부의 서비스 변경에 따라 메인 프로세서부와 DSP 처리부의 프로그램을 모두 변경해야 하는 문제점이 있었다.In addition, there has been a problem in that both the programs of the main processor unit and the DSP processing unit need to be changed according to the service change of the upper application unit.

본 발명은 전술한 바와 같은 제반적인 문제점을 해결하기 위한 것으로, 그 목적은 메인 프로세서부와 애플리케이션부 및 DSP 처리부 간의 메시지 포맷을 동일하게 구성하여 서비스가 변경되면, 메인 프로세서부의 프로그램 변경 없이 상위의 애플리케이션부에서 DSP 처리부의 프로그램만 변경시켜 서비스를 제공하는데 있다.The present invention is to solve the above-mentioned problems, the object of which is to configure the message format between the main processor unit, the application unit and the DSP processing unit in the same way, if the service is changed, the upper application without changing the program of the main processor unit The department only changes the program of the DSP processing unit to provide the service.

도1은 종래의 DSP 인터페이스 장치를 나타낸 구성 블록도.1 is a block diagram showing a conventional DSP interface device.

도2는 종래의 DSP 인터페이스 방법을 나타낸 순서도.2 is a flow chart showing a conventional DSP interface method.

도3은 본 발명에 따른 DSP 인터페이스 장치를 나타낸 구성 블록도.3 is a block diagram showing a DSP interface device according to the present invention;

도4는 본 발명에 따른 발명에 따른 DSP 인터페이스 방법을 나타낸 순서도.4 is a flow chart illustrating a DSP interface method in accordance with the present invention.

도5는 본 발명에 따른 애플리케이션부로부터 제공되는 서비스 및 부가 기능을 기능 코드로 나타낸 도.5 is a function code showing a service and an additional function provided from an application unit according to the present invention;

*도면의 주요 부분에 대한 부호의 설명** Description of the symbols for the main parts of the drawings *

10 : 메인 프로세서부10: main processor unit

20 : 애플리케이션부20: application unit

30 : DSP 처리부30: DSP processing unit

상기한 바와 같은 목적을 달성하기 위한 본 발명의 DSP 인터페이스 방법은, 시스템 운용자로부터 서비스 변경이 요청되면 애플리케이션부에 의해 해당 서비스에 대한 프로그램을 DSP 처리부에 다운로드되는 과정과; 메인 프로세서부와 애플리케이션부 및 DSP 처리부 간의 메시지 포맷을 동일하게 구성하는 과정과; 상기 애플리케이션부로부터 메인 프로세서부로 변경하고자 하는 서비스에 대한 기능 코드 메시지를 전달받는 과정과; 상기 기능 코드 메시지를 DSP 처리부에 전달하는 과정과; 상기 DSP 처리부는 메인 프로세서부로부터 전달된 기능 코드 메시지로 서비스를 변경하는 과정을 포함하여 이루어진 것을 특징으로 한다.The DSP interface method of the present invention for achieving the above object comprises the steps of downloading a program for a corresponding service by the application unit to the DSP processing unit when a service change is requested from the system operator; Constructing a message format identically between the main processor unit, the application unit, and the DSP processing unit; Receiving a function code message for a service to be changed from the application unit to a main processor unit; Delivering the function code message to a DSP processing unit; The DSP processing unit may include a process of changing a service with a function code message transmitted from a main processor unit.

이하, 본 발명의 실시예를 첨부한 도면을 참조하여 상세하게 설명하면 다음과 같다.Hereinafter, an embodiment of the present invention will be described in detail with reference to the accompanying drawings.

본 발명의 실시예에 따른 DSP 인터페이스 장치는 첨부한 도면 도3에 도시한 바와 같이, 메인 프로세서부(10)와, 애플리케이션부(20) 및 DSP 처리부(30)를 구비하여 이루어져 있다.DSP interface device according to an embodiment of the present invention as shown in Figure 3, the main processor unit 10, the application unit 20 and the DSP processing unit 30 is provided.

해당 메인 프로세서부(10)는 애플리케이션부(20)와 DSP 처리부(30) 사이의 메시지 통로 역할을 수행하고, DSP 처리부(30)를 관리하는 기능을 한다. 이 때, DSP 처리부(30)를 관리한다는 것은 애플리케이션부(20)의 메시지와는 관계 없이 자체적으로 DSP 처리부(30)에 유지 보수, 상태 관리, 에러 체크 기능을 수행한다는 것을 뜻한다.The main processor unit 10 functions as a message path between the application unit 20 and the DSP processing unit 30 and manages the DSP processing unit 30. At this time, managing the DSP processing unit 30 means that the DSP processing unit 30 performs maintenance, state management, and error check functions on its own regardless of the message of the application unit 20.

해당 애플리케이션부(20)는 소정의 서비스를 제공하는 프로그램인데, 해당 서비스에는 TTS, 음성 인식, 음성 압축, 음성 복원, DTMF 인식등이 있다.The application unit 20 is a program providing a predetermined service, and the service includes TTS, speech recognition, speech compression, speech restoration, DTMF recognition, and the like.

해당 DSP 처리부(30)는 애플리케이션부(20)로부터 서비스 변경 요구 메시지가 전달되면 애플리케이션부(20)로부터 해당 서비스에 대한 프로그램을 다운로드받고, 메인 프로세서부(10)를 통해 서비스를 나타내는 기능 코드 메시지가 입력되면 해당되는 서비스를 처리하게 된다. 또한, 메인 프로세서부(10)에서 수행하던 데이터 전달, 에러 복구, 에러 검사 등의 기능도 수행하게 된다.When the service change request message is transmitted from the application unit 20, the DSP processing unit 30 downloads a program for the corresponding service from the application unit 20, and a function code message indicating the service is transmitted through the main processor unit 10. If entered, the corresponding service will be processed. In addition, functions such as data transfer, error recovery, and error checking that were performed in the main processor unit 10 are also performed.

본 발명의 실시예에 따른 DSP 인터페이스 방법은 도 4의 순서도를 참고하여 설명하면 다음과 같다.DSP interface method according to an embodiment of the present invention will be described with reference to the flowchart of FIG.

먼저, 시스템 운용자로부터 TTS, 음성 인식, 음성 압축, 음성 복원, DTMF 인식등의 서비스 변경이 요청되면(단계 S41), DSP 처리부(30)는 해당 서비스에 대한 프로그램을 애플리케이션부(20)로부터 다운로드받는다(단계 S42).First, when a service change request such as TTS, speech recognition, speech compression, speech restoration, DTMF recognition, etc. is requested from the system operator (step S41), the DSP processing unit 30 downloads a program for the corresponding service from the application unit 20. (Step S42).

이 후, 메인 프로세서부(10)와, 애플리케이션부(20) 및 DSP 처리부(30) 간 메시지 포맷을 동일하게 구성한다(단계 S43).After that, the same message format is configured between the main processor unit 10, the application unit 20, and the DSP processing unit 30 (step S43).

해당 메시지 포맷을 동일하게 구성하기 위해 도5에 나타낸 바와 같이, 서비스에 따라 메인 프로세서부(10)와, 애플리케이션부(20) 및 DSP 처리부(30) 간에 동일한 기능 코드를 제공한다. 이 때, 기능 코드는 2바이트의 데이터로 구성되는데, 참조 부호 41은 부가기능을 나타낸 기능 코드이고, 해당 부가기능에는 유지 보수 기능, DSP 처리부의 에러 체크 기능, 상태 관리 기능등이 있다. 참조 부호 42부터참조 부호 44까지는 서비스에 관련한 기능 코드로써, 참조 부호 42는 음성 인식에 관련된 메시지 기능 코드이고, 참조 부호 43은 음성 압축 또는 음성 복원에 관련된 메시지 기능 코드이고, 참조 부호 44는 DTMF 인식에 관련된 메시지 기능 코드이다.In order to configure the corresponding message format as shown in FIG. 5, the same function code is provided between the main processor unit 10, the application unit 20, and the DSP processing unit 30 in accordance with the service. At this time, the function code is composed of two bytes of data. Reference numeral 41 is a function code indicating an additional function, and the additional function includes a maintenance function, an error checking function of a DSP processing unit, a state management function, and the like. Reference numeral 42 to reference numeral 44 denote a function code related to service, reference numeral 42 is a message function code related to speech recognition, reference numeral 43 is a message function code related to speech compression or speech restoration, and reference numeral 44 is DTMF recognition. The message function code associated with the.

한편, 해당 애플리케이션부(20)가 상기한 바와 같은 서비스를 나타내는 기능 코드 메시지를 메인 프로세서부(10)로 전달하면(단계 S44), 메인 프로세서부(10)는 애플리케이션부(20)로부터 전달된 서비스에 대한 기능 코드 메시지가 메시지 포맷의 변경 없이 DSP 처리부(30)로 전달된다(단계 S45). 이때, 메인 프로세서부(10)는 애플리케이션부(20)와 관계 없이 자체적으로 유지보수, 상태관리, 에러 체크등의 부가기능을 수행하게 된다.On the other hand, if the application unit 20 delivers the function code message indicating the service as described above to the main processor unit 10 (step S44), the main processor unit 10 is a service delivered from the application unit 20 Is sent to the DSP processing section 30 without changing the message format (step S45). In this case, the main processor unit 10 may perform additional functions such as maintenance, state management, and error checking regardless of the application unit 20.

이상으로 본 발명의 바람직한 실시예에 대해 상세히 기술되었지만, 본 발명이 속하는 기술 분야에 있어서 통상의 지식을 가진 사람이라면, 본 발명을 여러 가지로 변형 또는 변경하여 실시할 수 있음을 알 수 있을 것이다. 따라서, 본 발명의 실시예들의 변경은 본 발명의 기술적 범위를 벗어날 수 없을 것이다.Although the preferred embodiments of the present invention have been described in detail above, it will be understood by those skilled in the art that the present invention may be modified or modified in various ways. Therefore, changes of the embodiments of the present invention will not be able to escape the technical scope of the present invention.

이상에서 설명한 바와 같이, 본 발명은 메인 프로세서부와 애플리케이션부 및 DSP 처리부 간 메시지 포맷을 동일하게 구성함으로써, 메인 프로세서부의 프로그램 변경 없이 상위의 애플리케이션부가 변경하고자 하는 서비스의 프로그램을 DSP 처리부에 다운로드하여 서비스를 변경할 수 있게 된다.As described above, the present invention configures the message format between the main processor unit, the application unit, and the DSP processing unit in the same manner, thereby downloading the program of the service to be changed by the upper application unit without changing the program of the main processor unit to the DSP processing unit. Can be changed.

즉, 서비스에 구애받지 않고 동일 프로그램 모듈을 이용하여 서비스를 제공하고, DSP 처리부의 프로그램만 변경하여 선택적이고 응용 가능한 환경 구축이 가능해진다.In other words, it is possible to build a selective and applicable environment by providing a service using the same program module regardless of the service, and changing only the program of the DSP processing unit.

또한, 서버나 워크스테이션에서 서비스에 따라 프로그램 모듈만 추가하면 I/O 카드의 프로그램 변경없이 원하는 서비스를 제공할 수 있다.Also, depending on the service in the server or workstation, simply add the program module to provide the desired service without changing the program of the I / O card.

Claims (2)

시스템 운용자로부터 서비스 변경이 요청되면 애플리케이션부에 의해 해당 서비스에 대한 프로그램을 DSP 처리부에 다운로드되는 과정과;Downloading a program for the service by the application unit to the DSP processing unit when a service change request is made from the system operator; 메인 프로세서부와 애플리케이션부 및 DSP 처리부 간의 메시지 포맷을 동일하게 구성하는 과정과;Constructing a message format identically between the main processor unit, the application unit, and the DSP processing unit; 상기 애플리케이션부로부터 메인 프로세서부로 변경하고자 하는 서비스에 대한 기능 코드 메시지를 전달받는 과정과;Receiving a function code message for a service to be changed from the application unit to a main processor unit; 상기 기능 코드 메시지를 DSP 처리부에 전달하는 과정을 포함하여 이루어진 것을 특징으로 하는 디에스피 인터페이스 방법.And delivering the function code message to a DSP processing unit. 청구항 1에 있어서,The method according to claim 1, 상기 메인 프로세서부와 애플리케이션부 및 DSP 처리부 간의 메시지 포맷을 동일하게 구성하는 과정에서 메시지 포맷을 동일하게 구성하기 위해 메인 프로세서부와, 애플리케이션부 및 DSP 처리부 간에 서비스에 해당하는 소정의 데이터로 구성된 기능 코드 메시지를 제공하는 것을 특징으로 하는 디에스피 인터페이스 방법.In the process of configuring the same message format between the main processor unit, the application unit, and the DSP processing unit, a function code composed of predetermined data corresponding to a service between the main processor unit, the application unit, and the DSP processing unit to configure the same message format. DS interface method for providing a message.
KR10-2000-0061307A 2000-10-18 2000-10-18 Method for DSP Interface KR100440244B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2000-0061307A KR100440244B1 (en) 2000-10-18 2000-10-18 Method for DSP Interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2000-0061307A KR100440244B1 (en) 2000-10-18 2000-10-18 Method for DSP Interface

Publications (2)

Publication Number Publication Date
KR20020030940A true KR20020030940A (en) 2002-04-26
KR100440244B1 KR100440244B1 (en) 2004-07-15

Family

ID=19694129

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2000-0061307A KR100440244B1 (en) 2000-10-18 2000-10-18 Method for DSP Interface

Country Status (1)

Country Link
KR (1) KR100440244B1 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5778002A (en) * 1996-08-13 1998-07-07 The United States Of America As Represented By The Secretary Of The Navy Multiplexing/demultiplexing system for asynchronous high and low-speed data
KR100242335B1 (en) * 1996-12-14 2000-02-01 Samsung Electronics Co Ltd Audio signal processor of an optical disc reproducer
US6134605A (en) * 1998-04-15 2000-10-17 Diamond Multimedia Systems, Inc. Redefinable signal processing subsystem

Also Published As

Publication number Publication date
KR100440244B1 (en) 2004-07-15

Similar Documents

Publication Publication Date Title
WO2007008929A3 (en) System and method for providing mobile device services using sms communications
CA2496827A1 (en) System and method for application and application metadata filtering based on wireless device capabilities
JP2003532958A (en) Method and gateway for performing online switching of software in a communication system
JP2003141002A (en) Url length conversion system and program
KR100440244B1 (en) Method for DSP Interface
ZA200605881B (en) Method and system for transmitting useful data between telecommunication devices
US6301488B1 (en) Voice and data terminal for a radiotelephone network
FI20001209A (en) Method and Arrangement of Communication
CN113992622B (en) Multi-template aggregation message notification sending system and method based on unified model
CN101500028A (en) Communication terminal using read-write mode and method for implementing read-write mode communication
KR100372007B1 (en) The Development of VoiceXML Telegateway System for Voice Portal
US20020077802A1 (en) On-chip emulator communication
US6947765B1 (en) Method for transmitting data between data processing means and a radio communication network, module and mobile terminal for implementing same
JPH05128030A (en) Device for managing resource information
KR20000040018A (en) Line multiplexer
JP2001309439A (en) Received data notice system for mobile phone provided with wap application
KR0176391B1 (en) Speed junction method between digital communication device and terminal device
CN109587363B (en) Modem
KR100217344B1 (en) Internet connecting device of communication processing system
CN105376430A (en) Interactive voice response processing method, device and system
KR100388065B1 (en) Method and apparatus for providing shared library on distributed system using UNIX
KR100262967B1 (en) Method and device of high speed data transferring and receiving
KR100275463B1 (en) Internet phone switching system using vme bus and sc bus
KR930001660A (en) Tone Service Methods for the Fax Mail System
KR100464025B1 (en) Method for address management of mobile communication terminal

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20080626

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee