??? 09/21/07 07:27 Read: times |
#144868 - Modbus Responding to: ???'s previous message |
Modbus RTU or ASCII works well with either RS232 or RS485. Depending on what features you want to implement, Modbus RTS or ASCII should fit into the 4K code space of a 89S51 if you use assembler. I squeezed it into a 89C2051 (2k) and had room to spare.
www.modbus.org has the specifications www.win-tech.com has programs to simulate and act as a master for modbus on your PC. If you can make your data look like 16 bit registers or bits, Modbus will work well for you. |