[opensuse] I/O possible

2007-10-21 Thread Glenn Holmer
I know there's not a lot of information here, but I have a program (tcpser) written to accept input on the serial port and output network packets, and vice versa (it's for interfacing a Commodore 64): http://www.quantumlink.tk/ http://www.jbrain.com/pub/linux/serial/ It compiled and ran on

Re: [opensuse] I/O possible

2007-10-21 Thread Anders Johansson
On Sunday 21 October 2007 12:23:33 Glenn Holmer wrote: I know there's not a lot of information here, but I have a program (tcpser) written to accept input on the serial port and output network packets, and vice versa (it's for interfacing a Commodore 64): http://www.quantumlink.tk/

Re: [opensuse] I/O possible

2007-10-21 Thread Glenn Holmer
On Sunday 21 October 2007 08:15, Anders Johansson wrote: I/O possible basically means that the application has received a SIGIO, which means there is data for it to read. Why it isn't processed is another question. Maybe the semantics of the java calls used have changed. Are you using the

Re: [opensuse] I/O possible

2007-10-21 Thread Per Jessen
Glenn Holmer wrote: On Sunday 21 October 2007 08:15, Anders Johansson wrote: I/O possible basically means that the application has received a SIGIO, which means there is data for it to read. Why it isn't processed is another question. Maybe the semantics of the java calls used have changed.