evsource
Joined: 21 Nov 2006 Posts: 129
|
modbus.c question about force_sw |
Posted: Wed Jan 09, 2008 11:15 pm |
|
|
I'm curious why in modbus.c, the #use rs232 statement has "force_sw" in it. It seems like if there is a UART, it should be used, shouldn't it?
Code: | #use rs232(baud=MODBUS_SERIAL_BAUD, xmit=MODBUS_SERIAL_TX_PIN, rcv=MODBUS_SERIAL_RX_PIN, parity=N, force_sw, stream=MODBUS_SERIAL) |
Please share any insight.
Thanks! |
|