Hi,
I am new to Python. Very interested in controlling things (microcontrolle rs) via the serial port (or usb, parallel). I thought I would start by learning about pyserial. I have seen some examples here and there on the web and the sourceforge examples.
I'm using windows xp.
Wondering if anyone has any very simple examples of using pyserial. And if anyone can help explain each line of code in a very simple way?
Would pyserial be the easiest way to go?
(Also, are there any books out there that explain how to use access PC ports to send data to microcontroller s?)
Sincerely appreciate any info, advice anyone can offer.
Thanks in advance,
Tony
I am new to Python. Very interested in controlling things (microcontrolle rs) via the serial port (or usb, parallel). I thought I would start by learning about pyserial. I have seen some examples here and there on the web and the sourceforge examples.
I'm using windows xp.
Wondering if anyone has any very simple examples of using pyserial. And if anyone can help explain each line of code in a very simple way?
Would pyserial be the easiest way to go?
(Also, are there any books out there that explain how to use access PC ports to send data to microcontroller s?)
Sincerely appreciate any info, advice anyone can offer.
Thanks in advance,
Tony
Comment