serial module NEWBE HELP!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ron

    #1

    serial module NEWBE HELP!

    Is this built into any of the python versions? Need it! Using 2.3.5 and
    doesn't seem to have it.Newbe needs help!email ron@nac.net Thanks Ron


  • Peter Hansen

    #2
    Re: serial module NEWBE HELP!

    Ron wrote:[color=blue]
    > Is this built into any of the python versions? Need it! Using 2.3.5 and
    > doesn't seem to have it.Newbe needs help!email ron@nac.net Thanks Ron[/color]

    PySerial has never been built in to any standard v
    distribution of Python, but it's an easy download
    and the web page is the first hit in Google if
    you type "python serial"...

    -Peter

    Comment

    Working...