Re: Serial & reset of the device

2011-07-08 Thread Grant Edwards
On 2011-07-08, Tim Chase wrote: > On 07/08/2011 02:45 AM, Tim Roberts wrote: >> yorick wrote: >>> I'm trying to access a hardware board of my company through a serial >>> connection using a Python script and the pyserial module. >>> >>> The board to which I'm trying to connect works correctly wit

Re: Serial & reset of the device

2011-07-08 Thread Tim Chase
On 07/08/2011 02:45 AM, Tim Roberts wrote: yorick wrote: I'm trying to access a hardware board of my company through a serial connection using a Python script and the pyserial module. The board to which I'm trying to connect works correctly with serial as some other guys did some TCL scripts t

Re: Serial & reset of the device

2011-07-08 Thread Tim Roberts
yorick wrote: > >I'm trying to access a hardware board of my company through a serial >connection using a Python script and the pyserial module. > >I use Python 2.7.1 with Ubuntu 11.04 (pyserial is the package python- >serial with version 2.5.2, http://pyserial.sourceforge.net/pyserial_api.html).

Re: Serial & reset of the device

2011-07-07 Thread Dan Stromberg
On Thu, Jul 7, 2011 at 12:34 PM, yorick wrote: > Hello, > > I'm trying to access a hardware board of my company through a serial > connection using a Python script and the pyserial module. > > I use Python 2.7.1 with Ubuntu 11.04 (pyserial is the package python- > serial with version 2.5.2, > htt

Serial & reset of the device

2011-07-07 Thread yorick
Hello, I'm trying to access a hardware board of my company through a serial connection using a Python script and the pyserial module. I use Python 2.7.1 with Ubuntu 11.04 (pyserial is the package python- serial with version 2.5.2, http://pyserial.sourceforge.net/pyserial_api.html). The board to