I'm searching for an industrial serial to USB converter. I want to use it within my JAVA application to communicate with various devices. Therefore the serial adapter has to provide a mode for RS232, RS422 and RS485. Furthermore there should be a library which enables me to enable and disable the buffer in the serial adapter.
I tried the MOXA Uport 1150, which does a great job. The problem with this adapter is, that the serial mode (232,422,485) can't be changed within a Java-application and the buffer of the MOXA can't be enabled/disabled either.
I hope someone can help me!
Michael
Java
library are you using for communicating via serial ports? – Gettings