Re: PySerial and termios

2009-11-30 Thread Glazner
On Nov 30, 7:41 pm, Grant Edwards wrote: > On 2009-11-30, a b wrote: > > > I have a pain in the a** problem with pyserial- it works 90% > > of time but on the 10% of time it thorows and termios.error > > exception with the value (5, 'Input/output error') and i > > cannot get rid of it :( > > Soun

Re: PySerial and termios

2009-11-30 Thread Grant Edwards
On 2009-11-30, a b wrote: > I have a pain in the a** problem with pyserial- it works 90% > of time but on the 10% of time it thorows and termios.error > exception with the value (5, 'Input/output error') and i > cannot get rid of it :( Sounds like faulty converter or a bug in the device driver to

Re: PySerial and termios

2009-11-30 Thread Diez B. Roggisch
a b wrote: > I have a pain in the a** problem with pyserial- it works 90% of time > but on the 10% of time it thorows and termios.error exception with the > value (5, 'Input/output error') and i cannot get rid of it :( > The system works as follows: > A device sends out rs485 data -> rs485 to rs23

PySerial and termios

2009-11-30 Thread a b
I have a pain in the a** problem with pyserial- it works 90% of time but on the 10% of time it thorows and termios.error exception with the value (5, 'Input/output error') and i cannot get rid of it :( The system works as follows: A device sends out rs485 data -> rs485 to rs232 converter converts i