|
Re: Using the cRIO serial port in Java
The serial port on the cRIO is the 9-pin D connector.
I prefer serial RS232 communications because it is simple. No setting of IP address, just plug and go. I've used this in the past and liked it.
I am asking for an example of using the SerialPort class that has actually worked. Specifically the constructor with try-catch logic in Java.
|