Search found 2 matches
- Wed Jul 09, 2008 8:59 pm
- Forum: FreeEMS Firmware Dev
- Topic: Serial protocol pre-design discussion - give us your input!
- Replies: 160
- Views: 183562
Re: Serial protocol pre-design discussion - give us your input!
Fred, I would advise the protocol to not to rely on RS-232 hardware handshake signals for the low level flow control. Most RS-232 ports out there only utilize TX-RX pins. Others are usually hard wired. As for the layers, think of it as having command level to control the connection while allowing da...
- Mon Jul 07, 2008 10:15 pm
- Forum: FreeEMS Firmware Dev
- Topic: Serial protocol pre-design discussion - give us your input!
- Replies: 160
- Views: 183562
Re: Serial protocol pre-design discussion - give us your input!
I'm sorry I haven't had the time to read all 16 pages of previous posting here but I would like to make couple of comments. Most communication protocol are done in layers. That is in both physical terms and in control terms. By having separate layers, you can change without affecting other layers. 1...