From: Charlie G. <cha...@gm...> - 2008-02-12 18:50:58
|
On Feb 12, 2008 9:31 AM, paolo <pl...@ka...> wrote: > > Help me for this error please, > > root@grampus:/home/maverick/# jython /home/maverick/temp1/myserial.py > Serial starting..... > MSP430 Version: 1.39 > Use -h for help > java.io.IOException: Not all params are supported by kernel > at com.sun.comm.LinuxSerial.nativeSetSerialPortParams(Native > Method) > at > com.sun.comm.LinuxSerial.setFlowControlMode(LinuxSerial.java:374) This is actually an problem with whatever you're passing to setFlowControlMode in serialjava.py on line 101. You should look at the docs for LinuxSerial and whatever it is you're talking to to see what arguments it expects. Charlie |