Re: pyserial and com port interrupts
From: Bengt Richter (bokr_at_oz.net)
Date: 01/13/05
- Next message: Simon Wittber: "why are people still using classic classes?"
- Previous message: Stephen Thorne: "Re: Octal notation: severe deprecation"
- In reply to: engsol: "pyserial and com port interrupts"
- Next in thread: Stephen Thorne: "Re: pyserial and com port interrupts"
- Reply: Stephen Thorne: "Re: pyserial and com port interrupts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Jan 2005 03:11:23 GMT
On Wed, 12 Jan 2005 14:24:48 -0800, engsol <engsolnorm@peak.org> wrote:
>Has anyone done a script that will rspond to the serial com port(s)
>receive buffer interrupt, as opposed to polling and timeouts?
>Win2000 is the main interest right now.
Have you looked into letting the OS do it? I.e., reading from COM4:
or whatever port in a thread maybe one byte at a time? Maybe you can
get your end functionality without writing low levels stuff, depending ;-)
I haven't done this, but it seems an easy thing to try a few experiments with.
The control panel should let you set baud rates and handshaking etc. I would think.
Regards,
Bengt Richter
- Next message: Simon Wittber: "why are people still using classic classes?"
- Previous message: Stephen Thorne: "Re: Octal notation: severe deprecation"
- In reply to: engsol: "pyserial and com port interrupts"
- Next in thread: Stephen Thorne: "Re: pyserial and com port interrupts"
- Reply: Stephen Thorne: "Re: pyserial and com port interrupts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|