Help with Comm API please?
I'm having trouble getting the latest comm API to work. This was working with an older version of the API, and now I'm getting "java.io.IOException: Not all params are supported by kernel" when it tries to open a port.
Can someone shed some like on why this might be happening?
I did change the javax.comm.properties file because I have a USB-Serial device. I added these lines:
serpath2 = /dev/ttyUSB0
serpath3 = /dev/ttyUSB1
serpath4 = /dev/ttyUSB2
serpath5 = /dev/ttyUSB3
serpath6 = /dev/ttyUSB4
Do I need a portmap.conf file? I'm at a loss here...
Thanks..

