Dear Ask Me,
On Mon 18.10.2010 15:30, Ask Me wrote:
I need to develop a system to communicate with device over a direct
null modem communication link, full duplex RS-232 connection with, 9600
baud, 7 data bits, Even Parity, and 1 Stop bit.
Also need to assert both DTR and RTS at all times. Which one of the
following is a better choise?
1) Use a RS-232 to ethernet converter (cable/hardware) and use MINA
Socket communication.
2) Use MINA Serial communication classes to talk to the device
directly.
+1
For me it was the only way due to the fact that the converter does not
provided the serial binary data.
BR
Aleks