Hello all
I use TC65 based terminal to read data from heat meter "Kamstrup Multical 601".
Heat meter uses serial port model 1200 bits per sec, 8 bit per char and 2 stop bits.
When I try to open serial port in java program with 2 stop bits it throws an exception telling me that 2 stop bits mode is not supported.
Despite heat meter serial setting, I try to open port in 1 stop bit mode, and it works! but...
I see randomly responses lost from heat meter, about 60% of my requests. I suspect this happens cause of stop bits don't match.
So the question, how can I emulate 2 stop bits mode, or the is another way to deal with it?