[python-win32] High Baud Rate Serial Port Question

2007-09-10 Thread Roger Upole
Jeff Taylor wrote: > I know this has probably been brought up many years ago, but I'm rather > new to Python. > > Is there a way to open a serial port with a baudrate greater than > 115.2kbps? I'm currently using pyserial and it can handle over 115.2, > but when it calls win32file, win32file gi

[python-win32] High Baud Rate Serial Port Question

2007-09-09 Thread Martin Gysel
I brand new to this list, I just read this topic on the mail archive... > Normally baud rates higher than that take "special" hardware. this depends what you call "special" hardware, every FTDI chip (virtual com port) supports higher baudrates. I use one with 100 bps. so there's no problem to

Re: [python-win32] High Baud Rate Serial Port Question

2007-07-21 Thread Larry Bates
Jeff Taylor wrote: > I know this has probably been brought up many years ago, but I'm rather > new to Python. > > Is there a way to open a serial port with a baudrate greater than > 115.2kbps? I'm currently using pyserial and it can handle over 115.2, > but when it calls win32file, win32file gi

[python-win32] High Baud Rate Serial Port Question

2007-07-19 Thread Jeff Taylor
I know this has probably been brought up many years ago, but I'm rather new to Python. Is there a way to open a serial port with a baudrate greater than 115.2kbps? I'm currently using pyserial and it can handle over 115.2, but when it calls win32file, win32file gives back a bad parameter error