Hex equivalent Ascii protocol for CP340RS232c

jeswin0312

Member
Join Date
Jun 2015
Location
Abu Dhabi
Posts
1
Dear All

Can anyone help to communicate ascii rs232 to s7 300 PLC through Cp340Rs232.

RS232 9600 baud, 8 data bits, 1 stop bit, no parity, no flow control/handshaking.

This is defined as a Flexio protocol.
1. Binary command/response pairs. Commands are from the controller to the third party unit, responses are from third party to the Messenger.
2. This is a half-duplex master/slave protocol. The third party only sends information when it gets commands. It does not issue alerts.
3. Each command or response consists of a Flexio packet (see below).
4. The third party should respond within 500ms to any command, otherwise the controller system may ask again.
5. All numbers are represented low byte - high byte (little endian).

STX/Length /Command or Response/Data /Checksum/ETX
0x02/0x03 0x00 /0x83 /0x13, Unit#/0xXX /0x03- Message(Tx)
0x02/0xA8 0x00/0x00 /Data /0xXX /0x03 - Reply (RX)
 
Last edited:

Similar Topics

Hello, I'm trying to setup a TCP connection from a Compactlogix 5069-L306ER to a TDI checkweigher to receive real-time weight data of the...
Replies
6
Views
323
I am using a Micro 850E PLC (the new one with implicit messaging capability) to drive a Kinetix 5100 servo drive. The error code number on the...
Replies
7
Views
1,710
only done small bits with modbus 984 and there is no register from the manufacturer of the equipment i have to be able to read and write to...
Replies
11
Views
2,418
Hi I need to convert a DINT with HEX value e.g A0F15663 to a string with the same value 'A0F15663'. Any tips of good instructions to use ...
Replies
11
Views
3,383
Hi there, How to do HEX conversion to ASCII in Rockwell software? In Siemens there is HTA instruction. Any advice's? I have RFID scanner I...
Replies
2
Views
2,190
Back
Top Bottom