CN105812346A - Data interaction method of serial port device and Ethernet device - Google Patents

Data interaction method of serial port device and Ethernet device Download PDF

Info

Publication number
CN105812346A
CN105812346A CN201510937745.5A CN201510937745A CN105812346A CN 105812346 A CN105812346 A CN 105812346A CN 201510937745 A CN201510937745 A CN 201510937745A CN 105812346 A CN105812346 A CN 105812346A
Authority
CN
China
Prior art keywords
data
ethernet
relief area
serial ports
serial
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201510937745.5A
Other languages
Chinese (zh)
Other versions
CN105812346B (en
Inventor
夏中山
祁艳艳
田波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Chuanyi Software Co Ltd
Chongqing Chuanyi Automation Co Ltd
Original Assignee
Chongqing Chuanyi Automation Co Ltd
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 Chongqing Chuanyi Automation Co Ltd filed Critical Chongqing Chuanyi Automation Co Ltd
Priority to CN201510937745.5A priority Critical patent/CN105812346B/en
Publication of CN105812346A publication Critical patent/CN105812346A/en
Application granted granted Critical
Publication of CN105812346B publication Critical patent/CN105812346B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • 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/38Information transfer, e.g. on bus
    • G06F13/42Bus transfer protocol, e.g. handshake; Synchronisation
    • G06F13/4282Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus

Landscapes

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

Abstract

The invention discloses a data interaction method of a serial port device and an Ethernet device. The method runs in various operating systems and single-chip microcomputers, and according to different system platforms and operating platforms, mutual communication can be realized through the method, such as communication between a serial port in a Linux system and Ethernet in Windows and communication between a serial port of a single-chip microcomputer and Ethernet in the Linux. By using the method provided by the invention, mutual identification and circulation of serial port data and Ethernet data (based on a standard Modbus protocol) are realized, and cross-network data transmission is realized at a low cost.

Description

A kind of data interactive method of serial equipment and ethernet device
Technical field
The present invention relates to data interaction field, particularly relate to the data interactive method of a kind of serial equipment and ethernet device.
Background technology
Current Modbus communication generally adopts Ethernet and two kinds of forms of serial ports.For most of basic units equipment, employing is serial communication, and for the equipment of most of tape operation systems, employing is ethernet communication.For two equipment needing data interaction, it is desirable to have a unified communication interface and communication protocol.
Under the prior art, if the communication interface of two equipment is inconsistent, one is Ethernet interface, and one is serial ports, then two device datas can not circulate, and can not carry out data interaction.
Summary of the invention
Present invention aims to the deficiencies in the prior art, the data interactive method of a kind of serial equipment and ethernet device is provided, serial data and Ethernet data (based on standard Modbus agreement) are identified mutually, circulate, it is achieved across a network data transmission under low cost.
The object of the present invention is achieved like this: the data interactive method of a kind of serial equipment and ethernet device, during using serial ports end as service end, comprises the steps:
1) create ethernet communication, obtain the data that Ethernet receives, and the data received by Ethernet are saved in Ethernet and receive in relief area;
2) judge Ethernet receives in relief area whether have data, if Ethernet receives in relief area data, then the data received by Ethernet in relief area carry out protocol conversion, and the data after protocol conversion are put in serial ports transmission relief area, continue step 3);If Ethernet receives in relief area does not have data, then return step 1);
3) judge serial ports sends in relief area whether have data, if serial ports sends in relief area data, then serial ports is sent the data in relief area and sends to the equipment being connected with serial ports, continue step 4);If serial ports sends in relief area does not have data, then return step 1);
4) create serial communication, obtain the data that serial ports receives, and the data received by serial ports are saved in serial ports and receive in relief area;
5) judging serial ports receives in relief area whether have data, if serial ports receives in relief area data, then the data received by serial ports in relief area carry out protocol conversion, and the data after protocol conversion are put in Ethernet transmission relief area, continue step 6);If serial ports receives in relief area does not have data, then return step 4);
6) judge Ethernet sends in relief area whether have data, if Ethernet sends in relief area data, then Ethernet is sent the data in relief area and sends to the equipment being connected with Ethernet interface, return step 1);If Ethernet sends in relief area does not have data, then return step 4).
When program needs to exit, stop protocol conversion, stop Ethernet, serial ports sending and receiving data, close Ethernet interface, close serial ports.
During using serial ports end as service end, the data received by Ethernet are saved in Ethernet and receive in relief area, obtain new sequence of data frames number.Sequence of data frames number is No. ID that receives Ethernet data, and within the same period, the ID of each Frame is unique.After receiving the data of Ethernet, Ethernet data Content Transformation is become ModbusTCP/IP agreement, the first two byte, i.e. transaction identifier in ModbusTCP/IP agreement, it is also desirable to preserve.The serial data frame that the data creation that receives according to Ethernet is new, when creating new serial data frame, data division needs to remove the anterior transaction identifier of data, protocol type, data length.This serial data frame is saved in serial ports transmission buffer.After the serial data frame that the data creation received according to Ethernet is new, while being stored in serial ports transmission relief area, the serial number of Frame is delivered in Serial Port Information.After serial ports receives data, search corresponding Ethernet information according to serial number.The data received by serial ports are saved in serial ports and receive in relief area.All of Ethernet information in traversal Serial Port Information, finds out the current data number of frames of correspondence.The ethernet data frame that the data creation that receives according to serial ports is new, when creating new ethernet data frame, data division needs to remove CRC check, increases transaction identifier, protocol type, data length in data front portion.This ethernet data frame is saved in Ethernet send in relief area.Employing this method can so that multiple serial equipment can carry out communication with one or more ethernet devices.
The data interactive method of a kind of serial equipment and ethernet device, during using serial ports end as client, comprises the steps:
1) create serial communication, obtain the data that serial ports receives, and the data that serial ports receives are saved in serial ports reception relief area;
2) judging serial ports receives in relief area whether have data, if serial ports receives in relief area data, then the data received by serial ports in relief area carry out protocol conversion, and the data after protocol conversion are put in Ethernet transmission relief area, continue step 3);If serial ports receives in relief area does not have data, then return step 1);
3) judge Ethernet sends in relief area whether have data, if Ethernet sends in relief area data, then Ethernet is sent the data in relief area and sends to the equipment being connected with Ethernet interface, continue step 4);If Ethernet sends in relief area does not have data, then return step 1);
4) create ethernet communication, obtain the data that Ethernet receives, and the data that Ethernet receives are saved in Ethernet reception relief area;
5) judge Ethernet receives in relief area whether have data, if Ethernet receives in relief area data, then the data received by Ethernet in relief area carry out protocol conversion, and the data after protocol conversion are put in serial ports transmission relief area, continue step 6);If Ethernet receives in relief area does not have data, then return step 4);
6) judge serial ports sends in relief area whether have data, if serial ports sends in relief area data, then serial ports is sent the data in relief area and sends to the equipment being connected with serial ports, return step 1);If serial ports sends in relief area does not have data, then return step 4).When program needs to exit, stop protocol conversion, stop Ethernet, serial ports sending and receiving data, close Ethernet interface, close serial ports.
During using serial ports end as client, the data received by serial ports are saved in serial ports and receive in relief area, obtain new sequence of data frames number, and sequence of data frames number is No. ID that receives serial data, and within the same period, the ID of each Frame is unique.The ethernet data frame that the data creation that receives according to serial ports is new, when creating new ethernet data frame, data division needs to remove CRC check, increases transaction identifier, protocol type, data length in data front portion.This ethernet data frame is saved in Ethernet transmission buffer.After the ethernet data frame that the data creation received according to serial ports is new, while being stored in Ethernet transmission relief area, the serial number of Frame is delivered in Ethernet information.After Ethernet interface receives data, search corresponding Serial Port Information according to serial number.The data received by Ethernet are saved in Ethernet and receive in relief area, all of Serial Port Information in traversal Ethernet information, find out the current data number of frames of correspondence, the serial data frame that the data creation that receives according to Ethernet is new, when creating new serial data frame, data division needs to remove the anterior transaction identifier of data, protocol type, data length.This serial data frame is saved in serial ports transmission buffer.Employing this method can so that multiple serial equipment can carry out communication with one or more ethernet devices.
The data received by Ethernet resolve, extract the element identifier (element ID) at data division rear portion, function code, data (i.e. removing Ethernet protocol content, extract relative to the data division in Ethernet protocol), convert serial port protocol data to, transaction identifier, protocol type, data length (interpolation is the MODBUSTCP/IP header information relative to MODBUS) are added in the data division front portion received by serial ports, and remove the CRC check of data division, convert Ethernet protocol data to, referring to Fig. 5.
The invention have the benefit that method portability provided by the present invention is high, applied widely, and conversion efficiency is high, conversion speed is fast.This method can be implemented in each type operating system, single-chip microcomputer, the data interaction of serial equipment and ethernet device can be realized by the program in machine code of operating energy loss on existing industrial computer etc., serial data and Ethernet data (based on standard Modbus agreement) are identified mutually, circulate, it is achieved across a network data transmission under low cost.And adopt the present invention method can Overpassing Platform by Using, process realizes uncomplicated, very low cost, if method is run on PC, then has only to increase RS485 Serial Communication Card (if PC carries, need not), practicality height.According to different system platforms, operating platform, the present invention can so as to intercom mutually.Such as, serial ports in linux system and the ethernet communication in Windows, for instance the serial ports in single-chip microcomputer and the ethernet communication in Linux.
Below in conjunction with the drawings and specific embodiments, the invention will be further described.
Accompanying drawing explanation
Fig. 1 is the serial ports end of the present invention is operational flow diagram during service end;
Fig. 2 is the serial ports end of the present invention is operational flow diagram during client;
Fig. 3 is that serial ports end data of the present invention processes operational process
Fig. 4 is that ethernet side data of the present invention process operational process
Fig. 5 is the communication format comparison diagram with serial data form of ModbusTcp/Ip.
Detailed description of the invention
Embodiment one
Referring to Fig. 1, Fig. 3 and Fig. 4, the data interactive method of a kind of serial equipment and ethernet device, during using serial ports end as service end, comprise the steps:
1) create ethernet communication, obtain the data that Ethernet receives, and the data received by Ethernet are saved in Ethernet and receive in relief area;
2) judge Ethernet receives in relief area whether have data, if Ethernet receives in relief area data, the data then extracted in Ethernet reception relief area preserve, then the data received by Ethernet in relief area carry out protocol conversion, and the data after protocol conversion are put in serial ports transmission relief area, continue step 3);If Ethernet receives in relief area does not have data, then return step 1);
3) judge serial ports sends in relief area whether have data, if serial ports sends in relief area data, then serial ports is sent the data in relief area and sends to the equipment being connected with serial ports, continue step 4);If serial ports sends in relief area does not have data, then return step 1);
4) create serial communication, obtain the data that serial ports receives, and the data received by serial ports are saved in serial ports and receive in relief area;
5) judge serial ports receives in relief area whether have data, if serial ports receives in relief area data, the data then extracted in serial ports reception relief area preserve, then the data received by serial ports in relief area carry out protocol conversion, and the data after protocol conversion are put in Ethernet transmission relief area, continue step 6);If serial ports receives in relief area does not have data, then return step 4);
6) judge Ethernet sends in relief area whether have data, if Ethernet sends in relief area data, then Ethernet is sent the data in relief area and sends to the equipment being connected with Ethernet interface, return step 1);If Ethernet sends in relief area does not have data, then return step 4).
When program needs to exit, stop protocol conversion, stop Ethernet, serial ports sending and receiving data, close Ethernet interface, close serial ports.
During using serial ports end as service end, the data received by Ethernet are saved in Ethernet and receive in relief area, obtain new sequence of data frames number.Sequence of data frames number is No. ID that receives Ethernet data, and within the same period, the ID of each Frame is unique.After receiving the data of Ethernet, Ethernet data Content Transformation is become ModbusTCP/IP agreement, the first two byte, i.e. transaction identifier in ModbusTCP/IP agreement, it is also desirable to preserve.The serial data frame that the data creation that receives according to Ethernet is new, when creating new serial data frame, data division needs to remove the anterior transaction identifier of data, protocol type, data length.This serial data frame is saved in serial ports transmission buffer.After the serial data frame that the data creation received according to Ethernet is new, while being stored in serial ports transmission relief area, the serial number of Frame is delivered in Serial Port Information.After serial ports receives data, search corresponding Ethernet information according to serial number.The data received by serial ports are saved in serial ports and receive in relief area.All of Ethernet information in traversal Serial Port Information, finds out the current data number of frames of correspondence.The ethernet data frame that the data creation that receives according to serial ports is new, when creating new ethernet data frame, data division needs to remove CRC check, increases transaction identifier, protocol type, data length in data front portion.This ethernet data frame is saved in Ethernet send in relief area.Employing this method can so that multiple serial equipment can carry out communication with one or more ethernet devices.
Embodiment two
The data interactive method of a kind of serial equipment and ethernet device, during using serial ports end as client, comprises the steps:
1) create serial communication, obtain the data that serial ports receives, and the data that serial ports receives are saved in serial ports reception relief area;
2) judging serial ports receives in relief area whether have data, if serial ports receives in relief area data, then the data received by serial ports in relief area carry out protocol conversion, and the data after protocol conversion are put in Ethernet transmission relief area, continue step 3);If serial ports receives in relief area does not have data, then return step 1);
3) judge Ethernet sends in relief area whether have data, if Ethernet sends in relief area data, then Ethernet is sent the data in relief area and sends to the equipment being connected with Ethernet interface, continue step 4);If Ethernet sends in relief area does not have data, then return step 1);
4) create ethernet communication, obtain the data that Ethernet receives, and the data that Ethernet receives are saved in Ethernet reception relief area;
5) judge Ethernet receives in relief area whether have data, if Ethernet receives in relief area data, then the data received by Ethernet in relief area carry out protocol conversion, and the data after protocol conversion are put in serial ports transmission relief area, continue step 6);If Ethernet receives in relief area does not have data, then return step 4);
6) judge serial ports sends in relief area whether have data, if serial ports sends in relief area data, then serial ports is sent the data in relief area and sends to the equipment being connected with serial ports, return step 1);If serial ports sends in relief area does not have data, then return step 4).When program needs to exit, stop protocol conversion, stop Ethernet, serial ports sending and receiving data, close Ethernet interface, close serial ports.
During using serial ports end as client, the data received by serial ports are saved in serial ports and receive in relief area, obtain new sequence of data frames number, and sequence of data frames number is No. ID that receives serial data, and within the same period, the ID of each Frame is unique.The ethernet data frame that the data creation that receives according to serial ports is new, when creating new ethernet data frame, data division needs to remove CRC check, increases transaction identifier, protocol type, data length in data front portion.This ethernet data frame is saved in Ethernet transmission buffer.After the ethernet data frame that the data creation received according to serial ports is new, while being stored in Ethernet transmission relief area, the serial number of Frame is delivered in Ethernet information.After Ethernet interface receives data, search corresponding Serial Port Information according to serial number.The data received by Ethernet are saved in Ethernet and receive in relief area, all of Serial Port Information in traversal Ethernet information, find out the current data number of frames of correspondence, the serial data frame that the data creation that receives according to Ethernet is new, when creating new serial data frame, data division needs to remove the anterior transaction identifier of data, protocol type, data length.This serial data frame is saved in serial ports transmission buffer.Employing this method can so that multiple serial equipment can carry out communication with one or more ethernet devices.
Referring to Fig. 5, the data received by Ethernet resolve, extract the element identifier (element ID) at data division rear portion, function code, data (i.e. removing Ethernet protocol content, extract relative to the data division in Ethernet protocol), convert serial port protocol data to, transaction identifier, protocol type, data length (interpolation is the MODBUSTCP/IP header information relative to MODBUS) are added in the data division front portion received by serial ports, and remove the CRC check of data division, convert Ethernet protocol data to, referring to Fig. 5.
The communication format of ModbusTcp/Ip is as shown in table 1
Table 1
Serial data form is as shown in table 2
Table 2
It is as shown in table 3 that Serial Port Information deposits content, and it is as shown in table 4 that Ethernet information deposits content.Serial Port Information, Ethernet information are configuration information, and parameter required when running preserves.
Each Ethernet, serial ports have an information
Table 3
Table 4
The present invention is not limited solely to above-described embodiment, carries out the technical scheme of few modifications, should fall into protection scope of the present invention when without departing substantially from technical solution of the present invention spirit.

Claims (6)

1. the data interactive method of a serial equipment and ethernet device, it is characterised in that during using serial ports end as service end, comprise the steps:
1) create ethernet communication, obtain the data that Ethernet receives, and the data received by Ethernet are saved in Ethernet and receive in relief area;
2) judge Ethernet receives in relief area whether have data, if Ethernet receives in relief area data, then the data received by Ethernet in relief area carry out protocol conversion, and the data after protocol conversion are put in serial ports transmission relief area, continue step 3);If Ethernet receives in relief area does not have data, then return step 1);
3) create serial communication, it is judged that serial ports sends in relief area whether have data, if serial ports sends in relief area data, then serial ports is sent the data in relief area and sends to the equipment being connected with serial ports, continue step 4);If serial ports sends in relief area does not have data, then return step 1);
4) obtain the data that serial ports receives, and the data received by serial ports are saved in serial ports and receive in relief area;
5) judging serial ports receives in relief area whether have data, if serial ports receives in relief area data, then the data received by serial ports in relief area carry out protocol conversion, and the data after protocol conversion are put in Ethernet transmission relief area, continue step 6);If serial ports receives in relief area does not have data, then return step 4);
6) judge Ethernet sends in relief area whether have data, if Ethernet sends in relief area data, then Ethernet is sent the data in relief area and sends to the equipment being connected with Ethernet interface, return step 1);If Ethernet sends in relief area does not have data, then return step 4).
2. data interactive method according to claim 1, it is characterized in that: the data received by Ethernet resolve, extract the element identifier (element ID) at data division rear portion, function code, data, convert serial port protocol data to, transaction identifier, protocol type, data length are added in the data division front portion received by serial ports, and remove the CRC check of data division, convert Ethernet protocol data to.
3. data interactive method according to claim 1, it is characterized in that: the data received by Ethernet are saved in Ethernet and receive in relief area, obtain new sequence of data frames number, create new serial data frame, this serial data frame is saved in serial ports and sends in relief area;The data received by serial ports are saved in serial ports and receive in relief area, all of Ethernet information in traversal Serial Port Information, find out the current data number of frames of correspondence, create new ethernet data frame, this ethernet data frame is saved in Ethernet and sends in relief area.
4. the data interactive method of a serial equipment and ethernet device, it is characterised in that during using serial ports end as client, comprise the steps:
1) create serial communication, obtain the data that serial ports receives, and the data that serial ports receives are saved in serial ports reception relief area;
2) judging serial ports receives in relief area whether have data, if serial ports receives in relief area data, then the data received by serial ports in relief area carry out protocol conversion, and the data after protocol conversion are put in Ethernet transmission relief area, continue step 3);If serial ports receives in relief area does not have data, then return step 1);
3) create ethernet communication, it is judged that Ethernet sends in relief area whether have data, if Ethernet sends in relief area data, then Ethernet is sent the data in relief area and sends to the equipment being connected with Ethernet interface, continue step 4);If Ethernet sends in relief area does not have data, then return step 1);
4) obtain the data that Ethernet receives, and the data that Ethernet receives are saved in Ethernet reception relief area;
5) judge Ethernet receives in relief area whether have data, if Ethernet receives in relief area data, then the data received by Ethernet in relief area carry out protocol conversion, and the data after protocol conversion are put in serial ports transmission relief area, continue step 6);If Ethernet receives in relief area does not have data, then return step 4);
6) judge serial ports sends in relief area whether have data, if serial ports sends in relief area data, then serial ports is sent the data in relief area and sends to the equipment being connected with serial ports, return step 1);If serial ports sends in relief area does not have data, then return step 4).
5. data interactive method according to claim 4, it is characterized in that: the data received by Ethernet resolve, extract the element identifier (element ID) at data division rear portion, function code, data, convert serial port protocol data to, transaction identifier, protocol type, data length are added in the data division front portion received by serial ports, and remove the CRC check of data division, convert Ethernet protocol data to.
6. data interactive method according to claim 4, it is characterized in that: the data received by serial ports are saved in serial ports and receive in relief area, obtain new sequence of data frames number, create new ethernet data frame, this ethernet data frame is saved in Ethernet transmission buffer;The data received by Ethernet are saved in Ethernet and receive in relief area, all of Serial Port Information in traversal Ethernet information, find out the current data number of frames of correspondence, create new serial data frame, this serial data frame is saved in serial ports transmission buffer.
CN201510937745.5A 2015-12-12 2015-12-12 A kind of data interactive method of serial equipment and ethernet device Active CN105812346B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510937745.5A CN105812346B (en) 2015-12-12 2015-12-12 A kind of data interactive method of serial equipment and ethernet device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510937745.5A CN105812346B (en) 2015-12-12 2015-12-12 A kind of data interactive method of serial equipment and ethernet device

Publications (2)

Publication Number Publication Date
CN105812346A true CN105812346A (en) 2016-07-27
CN105812346B CN105812346B (en) 2019-03-29

Family

ID=56466182

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510937745.5A Active CN105812346B (en) 2015-12-12 2015-12-12 A kind of data interactive method of serial equipment and ethernet device

Country Status (1)

Country Link
CN (1) CN105812346B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110401670A (en) * 2019-08-02 2019-11-01 杭州远流科技有限公司 A kind of Ethernet transmitting method of the industrial serial port protocol of optimization
CN111131241A (en) * 2019-12-23 2020-05-08 中煤科工集团重庆研究院有限公司 Method for controlling data transmission efficiency of Ethernet and serial port under coal mine
CN112235268A (en) * 2020-09-29 2021-01-15 北京智芯微电子科技有限公司 Secure communication method, system and device
CN113132353A (en) * 2021-03-19 2021-07-16 深圳震有科技股份有限公司 Data stream conversion method, system and storage medium
CN113775936A (en) * 2021-08-18 2021-12-10 国家管网集团大连液化天然气有限公司 Multi-main acquisition method for auxiliary system of LNG receiving station

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020131446A1 (en) * 2001-03-14 2002-09-19 Metcalf Orlando P. Method and system for device addressing on a computer network
US20020165961A1 (en) * 2001-04-19 2002-11-07 Everdell Peter B. Network device including dedicated resources control plane
US20030120822A1 (en) * 2001-04-19 2003-06-26 Langrind Nicholas A. Isolated control plane addressing
US20040010627A1 (en) * 2002-07-15 2004-01-15 Ellis David G. Ethernet interface device for reporting status via common industrial protocols
CN101800652A (en) * 2010-02-04 2010-08-11 深圳市金宏威实业发展有限公司 Mode switching method and system of serial port and Ethernet and industrial Ethernet switch
CN101895462A (en) * 2010-01-28 2010-11-24 袁亚军 Serial communication gateway
CN102437952A (en) * 2012-01-29 2012-05-02 山东黄金矿业(莱州)有限公司焦家金矿 Method for managing multi-variety Modbus protocol message
CN102624738A (en) * 2012-03-28 2012-08-01 瑞斯康达科技发展股份有限公司 Serial port server, protocol conversion chip and data transmission method
CN103078871A (en) * 2013-01-18 2013-05-01 武汉迈威实达软件有限公司 Serial port Ethernet protocol conversion method

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020131446A1 (en) * 2001-03-14 2002-09-19 Metcalf Orlando P. Method and system for device addressing on a computer network
US20020165961A1 (en) * 2001-04-19 2002-11-07 Everdell Peter B. Network device including dedicated resources control plane
US20030120822A1 (en) * 2001-04-19 2003-06-26 Langrind Nicholas A. Isolated control plane addressing
US20040010627A1 (en) * 2002-07-15 2004-01-15 Ellis David G. Ethernet interface device for reporting status via common industrial protocols
CN101895462A (en) * 2010-01-28 2010-11-24 袁亚军 Serial communication gateway
CN101800652A (en) * 2010-02-04 2010-08-11 深圳市金宏威实业发展有限公司 Mode switching method and system of serial port and Ethernet and industrial Ethernet switch
CN102437952A (en) * 2012-01-29 2012-05-02 山东黄金矿业(莱州)有限公司焦家金矿 Method for managing multi-variety Modbus protocol message
CN102624738A (en) * 2012-03-28 2012-08-01 瑞斯康达科技发展股份有限公司 Serial port server, protocol conversion chip and data transmission method
CN103078871A (en) * 2013-01-18 2013-05-01 武汉迈威实达软件有限公司 Serial port Ethernet protocol conversion method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110401670A (en) * 2019-08-02 2019-11-01 杭州远流科技有限公司 A kind of Ethernet transmitting method of the industrial serial port protocol of optimization
CN110401670B (en) * 2019-08-02 2021-09-24 杭州远流科技有限公司 Optimized Ethernet transparent transmission method of industrial serial port protocol
CN111131241A (en) * 2019-12-23 2020-05-08 中煤科工集团重庆研究院有限公司 Method for controlling data transmission efficiency of Ethernet and serial port under coal mine
CN112235268A (en) * 2020-09-29 2021-01-15 北京智芯微电子科技有限公司 Secure communication method, system and device
CN112235268B (en) * 2020-09-29 2023-01-24 北京智芯微电子科技有限公司 Secure communication method, system and device
CN113132353A (en) * 2021-03-19 2021-07-16 深圳震有科技股份有限公司 Data stream conversion method, system and storage medium
CN113132353B (en) * 2021-03-19 2023-08-22 深圳市震有软件科技有限公司 Data stream conversion method, system and storage medium
CN113775936A (en) * 2021-08-18 2021-12-10 国家管网集团大连液化天然气有限公司 Multi-main acquisition method for auxiliary system of LNG receiving station
CN113775936B (en) * 2021-08-18 2023-10-24 国家管网集团大连液化天然气有限公司 Multi-main acquisition method for LNG receiving station auxiliary system

Also Published As

Publication number Publication date
CN105812346B (en) 2019-03-29

Similar Documents

Publication Publication Date Title
CN105812346A (en) Data interaction method of serial port device and Ethernet device
CN112104654A (en) Multi-protocol automatic identification and conversion method and intelligent gateway
CN107959715A (en) Remote terminal information recognition software system and recognition methods based on wireless telecommunications
CN105578491A (en) Method and device for associating 4G user information with application data
CN111294235B (en) Data processing method, device, gateway and readable storage medium
CN104954333A (en) Method and system for message transmission
CN105743702B (en) A kind of subscription recognition methods of GOOSE message
CN104283891A (en) Method and device for access of service function node to service link network
CN105337958A (en) Network security audit and access system based on Openflow, network security audit method based on Openflow, and network security access method based on Openflow
CN108712289B (en) TTE end system network management device realized by hardware
CN103747061B (en) A kind of dynamic environment monitoring system and its operation method of supporting many networkings to access
CN103260190A (en) Security audit system based on evolution grouping system network and security audit method of security audit system
CN103699450A (en) Linux adaptive component communication method
CN107046509A (en) A kind of intelligent industrial-control network data integration method parsed based on mirror port
CN110167193A (en) WiFi matches network method and WiFi equipment automatically
CN103944775A (en) Network traffic collection analysis and display output method
CN103001966A (en) Processing and identifying method and device for private network IP
CN102869032A (en) Device and method for monitoring and alarming power supply of base station
CN105516200A (en) Cloud system security processing method and device
CN109086238A (en) A kind of server serial interface management system and method redirected based on USB
CN103746842A (en) Method and system for detecting fault restarting of line card
CN104702596A (en) Method and system for hiding and transmitting information based on data packet length
CN101304565B (en) Method and unit for recognizing mobile terminal as well as method and system for providing increment service
CN103916413A (en) Control method and device for heterogeneous minicomputers, and cloud computing system
CN109617815A (en) Data collection system, method, apparatus and the terminal device of LTE core network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20220817

Address after: No. 7-19, No. 29, Yuzhou Road, Jiulongpo District, Chongqing 400039

Patentee after: Chongqing Chuanyi Software Co., Ltd.

Patentee after: CHONGQING CHUANYI AUTOMATION Co.,Ltd.

Address before: 400700 No. 1, people's village, Beibei District, Chongqing

Patentee before: CHONGQING CHUANYI AUTOMATION Co.,Ltd.