I need to transfer text from a server to industrial machine via RS232. Wondering if servoy has anything on this?
Your best bet will be to use the RXTX java libraries, since JavaComm is discontinued these days.
You will have to write a plugin that leverages these libraries and deploy the specific binaries for all platform.
Hi,
There is a serial port plugin from Prolific Axis http://prolificaxis.com/
I have used it and it seems to work fine.
We used the serial port plugin from Prolific Axis succesfully too.