Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
RS485 EmulatorOverviewThe development of protocols for embedded systems that are based on shared buses (e.g. RS485), it's not always easy to implement and validate when implemented directly on the target system, which often lacks high-level debug capabilities. This project aims to create an emulator/server that runs inside a linux/unix environment. It emulates the behaviors observed on shared buses, for example collision of data, echo, noise and lost information.DescriptionThe following figure describes an overview of the functionality.![]()
./rs485 -p <port> -b <baud rate> <port> - TCP port for connections <byte rate> - Number of byte to transfer per secondThe server accepts connections at the specified TCP "port" from multiple clients and uses the "byte rate" to determine the collision interval size. Files and downloadThe source code, files, tickets, support and blog of this project can be found on SourceForge in the following link: https://sourceforge.net/projects/rs485emulator/ -- PedroMaiaAlves - 2015-07-14
|