i come accross a half duplex ASCII protocol that uses following messag
format again and again: [STX][dev.addr.][sequenc
number][message/commands...][ETX][checksum]
not only in industrial rs485 devices, but also in this consumer device
www.kaleidescape.com/go/control-protocol
so if this protocol is so widely adopted, why can't i find information
about it.. what is it called? how does one implement such a protocol...
i wanna use this kind of protocol with my own uC projects...
i definitely like it's conceptual simplicity, compared to othe
protocols..
i like this Sequence Number/Repeat Flag thing...
The sequence number is a single byte that conveys both a sequence numbe
(legal values: 0 to 7) and a bit-flag indicating that the command block i
being repeated due to a communications breakdown. The sequence number i
used as an identity stamp for each command block
this question is the only valuable information i could find... How do yo
design a serial command protocol for an embedded system?
is there a book about the design and implemention of ASCII protocols for u
use?
---------------------------------------
Posted through
http://www.EmbeddedRelated.com