KR920007481B1 - Method for transmitting data between processors - Google Patents

Method for transmitting data between processors Download PDF

Info

Publication number
KR920007481B1
KR920007481B1 KR1019890017447A KR890017447A KR920007481B1 KR 920007481 B1 KR920007481 B1 KR 920007481B1 KR 1019890017447 A KR1019890017447 A KR 1019890017447A KR 890017447 A KR890017447 A KR 890017447A KR 920007481 B1 KR920007481 B1 KR 920007481B1
Authority
KR
South Korea
Prior art keywords
baud rate
signal
communication
data
calling
Prior art date
Application number
KR1019890017447A
Other languages
Korean (ko)
Other versions
KR910010936A (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 KR1019890017447A priority Critical patent/KR920007481B1/en
Publication of KR910010936A publication Critical patent/KR910010936A/en
Application granted granted Critical
Publication of KR920007481B1 publication Critical patent/KR920007481B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Communication Control (AREA)

Abstract

The method is to communicate data between processors with security using different baud rate assigned to each processor. The method comprises the steps: (A) sending the baud rate data, identification number of a receiver to the receiver when communication request signal is received; (B) sending acknowledge signal from the receiver to the transmitter when the input identification data is identical with the receiver; (C) selecting communication channel according to the baud rate and sending confirm signal from the receiver to the transmitter after a fixed delay time; (D) sending acknowledge signal for the confirm signal from the transmitter to the receiver and sending data using the fixed baud rate; and (E) changing the baud rate to network baud rate and returning to stand-by mode when data transmission is ended.

Description

복수 프로세간 데이타 통신 방법Multiprocess Data Communication Method

제1도는 복수 프로세서간 통신망을 도시한 개략 블럭도.1 is a schematic block diagram illustrating a communication network between multiple processors.

제2a도는 호출 시스템의 처리 흐름도.2A is a process flow diagram of a calling system.

제2b도는 호출 상대 시스템의 처리 흐름도.2b is a process flow diagram of the calling party system.

제3도는 본 발명에 따른 데이타의 구성을 도시한 설명도.3 is an explanatory diagram showing the configuration of data according to the present invention;

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

10 : 클럭 타이머 10 : 중앙처리장치10: clock timer 10: central processing unit

30 : 직렬 입출력부30: serial input / output unit

본 발명은 복수 프로세서간의 데이타 통신방법에 관한 것으로 특히, 통신시 통신보안을 유지할 수 있는 복수 프로세서간의 데이타 통신방법에 관한 것이다.The present invention relates to a data communication method between a plurality of processors, and more particularly, to a data communication method between a plurality of processors that can maintain communication security during communication.

일반적으로 복수의 프로세서 사이의 데이타 교환시 데이타 보안을 위해서 종래에는 주로 코딩기술을 응용하여, 각각의 프로세서의 고유번호(Identification ; ID)를 암호화 하여 송수신하거나 난수를 발생시켜 비밀코드를 상호 확인함으로써 데이타 교환을 행하였다. 이것을 위해서는 복잡한 소프트웨어를 이용하여 구현할 수 있으나 이와 같은 소프트웨어는 수행시간이 상당히 길어 실시간 처리에는 제약이 따르며, 실시간 처리를 위해서는 별도의 하드웨어로 구현하게 된다. 그러나 이를 위해서는 본래의 시스템외에 별도의 회로가 추가되어야 하는 등의 번거러움이 있었다.In general, in order to secure data when exchanging data between a plurality of processors, conventionally, a coding technique is mainly applied, and an identifier (ID) of each processor is encrypted and transmitted or received, or a random number is generated to mutually check the data by generating a random number. Exchange was performed. This can be implemented using complex software, but such software has a very long execution time, which constrains real-time processing and implements it as separate hardware for real-time processing. However, this has been cumbersome such as adding a separate circuit in addition to the original system.

따라서, 본 발명의 목적은 특별한 전용의 하드웨어를 추가하지 않으며, 처리시간이 특별히 요구되는 복수시스템간의 통신시 보다 신뢰성 있는 데이타 보안을 가능하게 하고 같은 시스템 내에서의 통신시에도 통신오용을 방지할 수 있는 복수 프로세서간의 데이타 통신방법을 제공하는데 있다.Accordingly, the object of the present invention is not to add special dedicated hardware, to enable more reliable data security when communicating between multiple systems that require special processing time, and to prevent communication misuse during communication within the same system. To provide a data communication method between a plurality of processors.

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

제1도는 복수 프로세서간의 데이타 통신을 위한 통신망의 개략 블럭도로서, 통신망을 이루는 각각의 프로세서는 직렬통신을 위한 직렬 입출력부(30), 데이타 처리 및 제어를 위한 중앙처리장치(20) 및 통신주기를 맞추기 위한 클럭 타이머(10)를 포함하여, 상기 각 프로세서간 통신을 수행하기 위해 각기 지정된 고유번호와 복수의 전송속도, 즉, 보오레이트(Baud Rate)를 갖는 통신채널을 포함하고 있다.1 is a schematic block diagram of a communication network for data communication between a plurality of processors. Each processor constituting the communication network includes a serial input / output unit 30 for serial communication, a central processing unit 20 for data processing and control, and a communication cycle. Including a clock timer (10) for adjusting the number, and includes a communication channel having a unique number and a plurality of transmission rates, that is, a baud rate for each communication between the processors.

또한, 각 프로세서는 본 기술분야에 숙력자에게 잘 알려진 바와 같이 복수의 보오레이트 중 어느 하나를 선택하여 데이타를 전송하는 수단을 포함하고 있다. 이러한 통신망에 있어서, 제2a도 및 제2b도의 흐름도를 참조하여, 호출 시스템과 호출 상대 시스템에 있어서의 데이타 통신을 처리단계별로 살펴본다.Each processor also includes means for transmitting data by selecting any one of a plurality of baudrates, as is well known to those skilled in the art. In such a communication network, data communication between a calling system and a calling party system will be examined for each processing step with reference to the flowcharts of FIGS. 2A and 2B.

먼저, 상술한 제1도의 모든 프로세서와 마찬가지로 대기 상태에 있을때에는 제2a도의 PI단계, 제2b도의 SI단계에서 보는 바와 같이 호출 시스템 및 호출 상대 시스템은 모두 동일한 보오레이트 상태에 있게 된다. 이제 제2a도의 호출 시스템에서 제2b도의 호출 상대 시스템으로 데이타 전송이 필요한 경우 S2 단계에서 호출 시스템은 상대 시스템에 대해 통신요청신호를 출력한다.First, as in all the processors of FIG. 1 described above, when in the standby state, as shown in the PI stage of FIG. 2A and the SI stage of FIG. 2B, both the calling system and the called party system are in the same baud rate. Now, when data transmission is required from the call system of FIG. 2a to the call partner system of FIG. 2b, the calling system outputs a communication request signal to the counterpart system in step S2.

이 신호에는 호출 시스템의 고유번호, 호출 상대 시스템의 고유번호 및 데이타 전송시 보오레이트 정보가 포함된다. S2 단계에서 상기 신호를 입력한 호출 상대 시스템에서는 S3 단계에서 이들 정보를 확인하여 본 시스템을 요구하는 신호인 경우 S4 단계에서 호출 시스템으로 인지신호를 출력한다.This signal contains the unique number of the calling system, the unique number of the called party's system, and baud rate information when transmitting data. The call counterpart system which inputs the signal at step S2 checks this information at step S3 and outputs an acknowledgment signal to the calling system at step S4 when the signal is a request for this system.

호출 시스템에서는 일정시간 내에 P3 단계에서 상기 인지신호를 입력하면 P4 단계에서 데이타 전송시 요구한 보오레이트로 통신채널을 전환하고 P5 단계에서 일정시간 대기 상태에 들어간다. 한편, 호출 상대 시스템은 S5 단계에서 상술한 호출 시스템의 신호에서 설정된 전송 보오레이트로 통신채널을 전환한 후, S6 단계에서 일정시간을 지연한 다음 S7 단계에서 호출 시스템으로 확인 신호를 출력한다.In the paging system, if the acknowledgment signal is input in the P3 stage within a predetermined time, the communication channel is switched to the baud rate required for data transmission in the P4 stage, and the standby state is entered in the P5 stage. On the other hand, the call partner system switches the communication channel to the transmission baud rate set in the signal of the call system described above in step S5, delays a predetermined time in step S6, and then outputs a confirmation signal to the call system in step S7.

다시, 호출 시스템에서는 P6 단계에서 상기 확인 신호를 입력한 경우, P7 단계에선 상기 확인 신호에 대한 인지 신호를 출력한다.In addition, when the confirmation system inputs the confirmation signal in step P6, the paging system outputs a recognition signal for the confirmation signal in step P7.

이제 호출 상대 시스템에서 S8 단계에서 상기 인지 신호를 수신하면 호출 시스템과 호출 상대 시스템간에는 P8 및 S9 단계에서 보는 바와 같이 데이타 전송이, 전술한 사전에 약정된 통신속도, 즉 기설정된 보오레이트로 이루어진다.When the caller system receives the acknowledgment signal at step S8, the data transmission is performed between the calling system and the caller system as described in steps P8 and S9 at the aforementioned communication rate, that is, a preset baud rate.

데이타 전송이 완료되면 호출 시스템은 P9 단계에서 전송종료 신호를 출력하고 P10 단계에서 통신채널을 통신망 공통의 보오레이트로 전환한다.When the data transmission is completed, the paging system outputs the transmission termination signal at step P9 and switches the communication channel to a common baud rate at the communication step P10.

호출 상대 시스템은 S10 단계에서 전송종료 신호를 입력하면 S11 단계에서 통신 채널을 통신만 공통의 보오레이트로 전환한다.When the call partner system inputs the transmission termination signal in step S10, the communication partner switches the communication channel to a common baud rate only in step S11.

이것은 두 시스템을 예로 들었으나, 각 프로세서 모두에 각기 다른 보오레이트로 동일하게 적용될 수 있음은 자명하다. 결론적으로, 각각의 프로세서는 복수의 보오레이트를 지정할 수 있으며, 평상시 대기 상태에서는 공통의 보오레이트로 지정되어 있으나, 특정의 프로세스와 통신을 하고자 하는 경우 공통의 보오레이트로 통신을 원하는 프로세서는 호출하고자 하는 프로세서의 고유번호로 상대방을 호출하여 대기시킨후 자신의 고유번호를 송신하여 준다.Although this is an example of both systems, it is obvious that the same baud rate can be applied to each processor with different baud rates. In conclusion, each processor can designate a plurality of baud rates, and in a standby mode, a common baud rate is designated. However, when communicating with a specific process, a processor that wants to communicate with a common baud rate is called. Call the other party with the unique number of the processor to wait and transmit its own unique number.

호출된 상대 프로세서는 호출한 프로세서의 고유번호에 포함된 보오레이트로 통신로를 전환한 후 일정시간내에 개시신호를 접수하여 확인한 후 통신 상태로 들어간다. 통신이 끝나면 호출한 프로세서와 호출상태 프로세서는 공통의 보오레이트로 복귀하여 또다른 통신에 대비하여 대기 상태로 전환 된다. 이것은 상술한 바에 의해 자명하다. 한편, 각 단계에서 프로세서간 통신이 불일치 하는 경우, 공통 보오레이트로 복귀하여 통신을 제시도 하여야 한다.The called partner processor switches the communication path to the baud rate included in the calling processor's unique number, receives the start signal within a predetermined time, confirms it, and enters into the communication state. When the communication ends, the calling processor and the calling state processor return to the common baud rate and go to the standby state in preparation for another communication. This is apparent from the above. On the other hand, if communication between processors is inconsistent at each step, it should return to common baud rate and present communication.

제3도는 이러한 통신 방법을 위해 보다 바람직한 데이타 구성의 일실시예를 도시한 것이다. 데이타는 호출 시스템 고유번호, 상대 시스템 고유번호, 전송시 요구되는 보오레이트 정보, 전송데이타, 및 종료 정보로 구성되며, T1 구간에서는 공통 보오레이트, T2 구간에서는 전송이 요구되는 보오레이트, T3 구간에서는 공통 보오레이트로 통신로가 설정된다.3 illustrates one embodiment of a more preferred data configuration for this communication method. Data consists of calling system unique number, partner system unique number, baud rate information required for transmission, transmission data, and termination information.Common baud rate in T1 section, baud rate in transmission required in T2 section, and in T3 section The communication path is set to a common baud rate.

따라서 본 발명의 통신방법에 있어서는 직렬통신시 사용되는 보오레이트를 각각의 프로세서에 고유치를 할당하여 데이타 통신시 각기 별도의 통신속도를 갖는 통신로를 제고함으로써 종래의 보안 기능과는 달리 추가적인 하드웨어 없이 보다 신뢰성 있고 실시간 처리가 가능하면서도 완전한 보안 기능을 얻을 수 있는 등의 커다란 잇점이 있다.Therefore, in the communication method of the present invention, the baud rate used during serial communication is assigned to each processor to improve communication paths having separate communication speeds for data communication, and thus, without additional hardware, the conventional communication function has no additional hardware. There is a big advantage such as reliable and real-time processing and full security.

Claims (1)

직렬통신을 위한 직렬입력부(30), 데이타 처리 및 제어를 이한 중앙처리장치 (20) 및 통신주기를 맞추기 위한 클럭 타이머(10)를 구비하며, 각 프로세서간 통신을 수행하기 위해 각기 지정된 고유번호와 보오레이트(Baud Rate)를 갖는 복수의 통신채널을 포함하는 프로세서 시스템(이하, 시스템이라 약칭한다)을 다수 구비한 데이타 통신 시스템에 적용되는 프로세서간 데이타 통신방법에 있어서, 호출 시스템 및 호출 상대 시스템 모두 동일한 보오레이트 상태에 있다가 호출 시스템에서 데이타 전송이 필요한 경우에 통신요청 신호를 출력하면 상기 통신요망 신호내의 정보인 호출 시스템의 고유번호, 호출 상대 시스템의 고유번호 및 데이타 전송시 보오레이트 정보를 확인하는 제1단계(P1 내지 P2, S1 내지 S3)와, 상기 제1단계(P1 내지 P2, S1 내지 S3) 수행후, 통신요청 신호의 전달이 제대로 되었음이 확인되면, 호출 상대 시스템은 호출 시스템으로 인지신호를 출력하는 제2단계(S4)와, 상기 제2단계(S4) 수행후, 호출 시스템은 상기 인지신호를 수신하고 데이타 전송시 요구한 보오레이트로 통신채널을 전환하고 일정시간 대기 상태에 들어가며, 호출 상대 시스템은 호출시스템의 신호에서 설정된 전송 보오레이트로 통신채널을 전환한 후, 일정시간을 지연한 후 호출 시스템으로 확인 신호를 출력하는 제3단계(P4,P5,S5 내지 S7)와, 상기 제3단계(P4,P5,S5 내지 S7) 수행후, 호출 시스템에서는 상기 확인 신호를 입력하면 상기 확인 신호에 대한 인지 신호를 출력하고, 호출 상대 시스템에서 상기 인지 신호를 수신하면 호출 시스템과 호출 상대 시스템간에 기설정된 보오레이트로 데이타 전송을 수행하게 하는 제4단계(P6 내지 P8,S8,S9)와, 상기 제4단계(P6 내지 P8,S8,S9) 수행후, 데이타 전송이 완료되면 호출 시스템은 전송종료 신호를 출력하고 통신채널을 통신망 공통의 보오레이트로 전환하고 대기상태로 천이하고, 호출 상대 시스템은 상기 전송종료 신호를 입력하면 통신 채널을 통신망 공통의 보오레이트로 전환한후 대기상태로 천이하는 제5단계(P6,P10, S10,S11)에 의해 수행되는 것을 특징으로 하는 프로세서 시스템 간의 데이타 통신 방법.A serial input unit 30 for serial communication, a central processing unit 20 for data processing and control, and a clock timer 10 for aligning communication cycles, each of which has a unique number assigned to perform communication between processors; In the interprocessor data communication method applied to a data communication system having a plurality of processor systems (hereinafter referred to as systems) including a plurality of communication channels having a baud rate, both a calling system and a calling party system If the data is transmitted from the calling system after the same baud rate, and outputs a communication request signal, check the unique number of the calling system, the unique number of the called party's system, and the baud rate information during data transmission. After performing the first steps (P1 to P2, S1 to S3) and the first steps (P1 to P2, S1 to S3), When it is confirmed that the request signal is correctly transmitted, the call partner system outputs an acknowledgment signal to the calling system (S4), and after performing the second step (S4), the calling system receives the acknowledgment signal. The communication channel is switched to the baud rate required for data transmission and enters the standby state for a certain time.The calling party switches the communication channel from the signal of the calling system to the set transmission baud rate, and after delaying the predetermined time to the calling system. After performing the third step (P4, P5, S5 to S7) for outputting the confirmation signal and the third step (P4, P5, S5 to S7), the call system inputs the confirmation signal to recognize the confirmation signal. Outputting a signal, and receiving the acknowledgment signal from the called party system to perform data transmission at a predetermined baud rate between the calling system and the calling party system (P6 to P6 to A). After performing P8, S8, S9 and the fourth step (P6 to P8, S8, S9), when data transmission is completed, the calling system outputs the transmission termination signal, switches the communication channel to the common baud rate, and waits. Transition to the state, and the call counterpart system performs the fifth step (P6, P10, S10, S11) of transitioning to a standby state after switching the communication channel to a common baud rate when the transmission end signal is inputted. Characterized in that the data communication method between processor systems.
KR1019890017447A 1989-11-29 1989-11-29 Method for transmitting data between processors KR920007481B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019890017447A KR920007481B1 (en) 1989-11-29 1989-11-29 Method for transmitting data between processors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019890017447A KR920007481B1 (en) 1989-11-29 1989-11-29 Method for transmitting data between processors

Publications (2)

Publication Number Publication Date
KR910010936A KR910010936A (en) 1991-06-29
KR920007481B1 true KR920007481B1 (en) 1992-09-04

Family

ID=19292230

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019890017447A KR920007481B1 (en) 1989-11-29 1989-11-29 Method for transmitting data between processors

Country Status (1)

Country Link
KR (1) KR920007481B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113438142B (en) * 2021-06-21 2023-06-20 京东方科技集团股份有限公司 Communication method, communication system and storage system

Also Published As

Publication number Publication date
KR910010936A (en) 1991-06-29

Similar Documents

Publication Publication Date Title
KR920007481B1 (en) Method for transmitting data between processors
JPH02228854A (en) Data communication system and data communication method
EP0152088A2 (en) Communication system by-pass architecture
EP0268664B1 (en) A method of coupling a data transmitter unit to a signal line and an apparatus for performing the invention
EP0169324B1 (en) Switching protocol with retry
JPH0916517A (en) Bus interface
KR970002778B1 (en) Message tx/rx method btween processors in the intelligent service control/management system
JPS6121650A (en) Data terminal connection control system of automatic exchange
KR910008445B1 (en) Call release method
JP3296639B2 (en) Communication switching system device
SU571924A2 (en) Device for connecting telegraph apparatus to communication line
JPH0741231Y2 (en) Data transmission system
JPH03143046A (en) Conference communication method
JPS6223651A (en) Data transmission equipment
KR20000000896A (en) Communication line monitoring control method
JPH0582617B2 (en)
JPH04336834A (en) Inter-system communication system
JPH0542864B2 (en)
JPS62152248A (en) Timer control system
JPH02256363A (en) Isdn communication equipment
JPS61204757A (en) Inter-processor communication system
JPS6141254A (en) Information transmission system
JPS63119345A (en) By-pass control circuit
JPH04130850A (en) Automatic control system for incoming call
JPH01188197A (en) Remote concentrator with switch for connection in its own station

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
G160 Decision to publish patent application
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20020820

Year of fee payment: 11

LAPS Lapse due to unpaid annual fee