Re: pySerial help please!

2009-02-10 Thread Grant Edwards
On 2009-02-10, bmasch...@gmail.com wrote: > Hello all, > > I am very new to Python and I am using it because I needed an > easy language to control a piece of equipment that connects to > my computer via a serial cable. I am running Python 2.6 with > pySerial 2.4 under Windows. I can get Python to

Re: pySerial help please!

2009-02-10 Thread bmaschino
On Feb 10, 5:41 pm, "Diez B. Roggisch" wrote: > bmasch...@gmail.com schrieb: > > > > > > > Hello all, > > > I am very new to Python and I am using it because I needed an easy > > language to control a piece of equipment that connects to my computer > > via a serial cable. I am running Python 2.6 w

Re: pySerial help please!

2009-02-10 Thread Diez B. Roggisch
bmasch...@gmail.com schrieb: Hello all, I am very new to Python and I am using it because I needed an easy language to control a piece of equipment that connects to my computer via a serial cable. I am running Python 2.6 with pySerial 2.4 under Windows. I can get Python to create a serial port o

Re: pySerial help please!

2009-02-10 Thread MRAB
bmasch...@gmail.com wrote: Hello all, I am very new to Python and I am using it because I needed an easy language to control a piece of equipment that connects to my computer via a serial cable. I am running Python 2.6 with pySerial 2.4 under Windows. I can get Python to create a serial port on