Arduino Forum
>
Forum 2005-2010 (read only)
>
Software
>
Interfacing
>
Interfacing Arduino with Python via PySerial
Print
Go Down
Pages:
[1]
Topic: Interfacing Arduino with Python via PySerial
(Read 21957 times)
previous topic
-
next topic
mcroydon
Guest
Interfacing Arduino with Python via PySerial
Jan 24, 2007, 08:17 pm
I recently picked up an Arduino and outlined how to use a serial connection with the Arduino and python on my weblog:
http://www.postneo.com/2007/01/18/arduino-serial-communication-with-python
. Talking to serial devices can be a little easier than I outlined on a Unix-like system, but I like the cross-platform nature of PySerial:
http://pyserial.sourceforge.net/
.
I just thought I'd share in case anyone else was curious about interfacing the Arduino and Python.
mellis
Faraday Member
Posts: 3,544
Karma: 126
[add]
Re: Interfacing Arduino with Python via PySerial
#1
Jan 25, 2007, 08:57 am
Last Edit
: Jan 25, 2007, 08:57 am by mellis
Reason
: 1
Hey, cool.
Though it appears that your website has since been replaced by a landing page for GoDaddy. Not sure what happened.
You might consider posting the tutorial or a link to it in the Arduino playground, interfacing section:
http://www.arduino.cc/playground/Main/Interfacing
You can create an account at:
http://www.arduino.cc/playground/Main/LoginForm
mcroydon
Guest
Re: Interfacing Arduino with Python via PySerial
#2
Jan 25, 2007, 12:28 pm
I'll put the information up on the playground later today.
The godaddy landing page is a bad combination of timing, a domain transfer, and the inability to log in to my account to set up DNS records. I'll get that fixed as soon as I can though.
mcroydon
Guest
Re: Interfacing Arduino with Python via PySerial
#3
Jan 25, 2007, 12:49 pm
Here it is:
http://www.arduino.cc/playground/Interfacing/Python
mellis
Faraday Member
Posts: 3,544
Karma: 126
[add]
Re: Interfacing Arduino with Python via PySerial
#4
Jan 26, 2007, 07:45 am
Excellent, thanks.
I'm also trying to migrate hosts, so I understand a bit of what you're struggling with.
Print
Go Up
Pages:
[1]
Loading...