Re: [Tutor] making use of input

2012-11-04 Thread Alan Gauld
On 04/11/12 20:52, richard kappler wrote: The serial out from the Arduino sends in some form (depending on how I format it in the Arduino code) Sonar1, Sonar2, Sonar3, Sonar4, Temperature, Humidity, Dewpoint, and Light. I can get these into Python in a continuous read by doing: import serial a

Re: [Tutor] making use of input

2012-11-04 Thread Steven D'Aprano
On 05/11/12 07:52, richard kappler wrote: Me again. :-) Today was a good day, I accomplished a lot, but I'm stumbling now. I assembled the sensor array, coded the Arduino board to read the sensors and send the data out to serial, played with formatting the data, learned enough about the python s

[Tutor] making use of input

2012-11-04 Thread richard kappler
Me again. :-) Today was a good day, I accomplished a lot, but I'm stumbling now. I assembled the sensor array, coded the Arduino board to read the sensors and send the data out to serial, played with formatting the data, learned enough about the python serial library to be a little dangerous. The