Sio serial module install problem with ActiveState

yaipa h. yaipa at yahoo.com
Tue Jul 15 16:14:24 EDT 2003


All,

Worked like a charm for me too! I used it to develop an
automated attendant for a Serial Oven Controller. The 
attendant ran from Sparc Solaris using Python 2.1 and pySerial.

The only weird thing, which I didn't get a chance to 
debug, was a perfectly working script under RS-232
got terribly out of sync when R/W I/O to a RS-485
serial network.  Any reason why that would be?

Thanks, just a bit of trivia if the boss wants me
to revisit it again.

  --Alan

Peter Hansen <peter at engcorp.com> wrote in message news:<3F13703C.C12392D6 at engcorp.com>...
> Conrad wrote:
> > 
> > I'll give them a shot tomorrow. USPP made me a little
> > nervous, because frankly, it looks like it died a year
> > and a half ago, with outstanding Linux bugs 
> 
> Thanks for checking that out better than I did.  I was
> worried about that myself, having seen nothing about it
> for a very long time, but the name had stuck in my head.
> 
> > pyserial seemed from it's docs
> > to require jython - which means pulling in a whole slew
> > of third-party DLLs for Java. 
> 
> No!  Try PySerial first, for sure.  It does NOT require
> Jython, but does support it.  As the home page says,
> "It provides backends for stadard (sic) Python running 
> on Windows, Linux, BSD (possibly any POSIX compilant system) 
> and Jython.  The module named "serial" automaticaly (sic) 
> selects the appropriate backed (sic)."
> 
> (Chris, if you'd like, I'll happily proofread that page
> and correct a few spelling errors for you. ;-)
> 
> -Peter




More information about the Python-list mailing list