python-parallel/python-serial
Moderators: snarkout, Patrick, dann
python-parallel/python-serial
just started playing with python-parallel on ubuntu. I was not a fan of python, but it is beginning to grow on me. i want to use old linux based computers for industrial control and robotics. It looks like so far that python may fit the bill for prototypes and proof of concept..
Re: python-parallel/python-serial
Eddie,
I have played with it a bit, I need to look into it some more. One of my projects was to take a RC Car and control it from my laptop. I have the code posted on
http://vallista.idyll.org/~james/
along with other projects, eventually I will be posting them on my real site www.nigmatech.com (nothing is there now except for playing around with drupal)
I havent played with the code in like 3 years but I am hoping things havent changed that much, I may resurrect it someday
I have played with it a bit, I need to look into it some more. One of my projects was to take a RC Car and control it from my laptop. I have the code posted on
http://vallista.idyll.org/~james/
along with other projects, eventually I will be posting them on my real site www.nigmatech.com (nothing is there now except for playing around with drupal)
I havent played with the code in like 3 years but I am hoping things havent changed that much, I may resurrect it someday
Re: python-parallel/python-serial
Thanks, I will look at the code. I am looking just to turn on and off switches and communicate with some micro-controllers. rather than all the game stuff though..
Re: python-parallel/python-serial
it wasnt a game, it was using a real RC Car
Re: python-parallel/python-serial
I did not see anything that looked like what I thought was a pyparallel command. looks like all graphic commands. But then I am not wise in these ways.
Re: python-parallel/python-serial
ahh yeah,
I must have put the wrong script up there that is the one that I used to get my pygame stuff working to use the arrow keys
now I need to go to my backups to find the finished script
I must have put the wrong script up there that is the one that I used to get my pygame stuff working to use the arrow keys
now I need to go to my backups to find the finished script
Re: python-parallel/python-serial
Update to the update:
Became frustrated with python not being compilable and pyparallel in some ways was a pain. Started using C and Freebasic to do what I needed without any extra libraries. with Freebasic the same code works on Redmond based boxes as well as Linux. Yes, I heard about freeze. Too little too late.
Update:
This page answered my questions: http://pyserial.sourceforge.net/pyparallel.html
interesting page:
http://orionrobots.co.uk/tiki-index.php ... ED%20Board
Became frustrated with python not being compilable and pyparallel in some ways was a pain. Started using C and Freebasic to do what I needed without any extra libraries. with Freebasic the same code works on Redmond based boxes as well as Linux. Yes, I heard about freeze. Too little too late.
Update:
This page answered my questions: http://pyserial.sourceforge.net/pyparallel.html
interesting page:
http://orionrobots.co.uk/tiki-index.php ... ED%20Board