windows 7 x64 shutdown

2011-04-25 Thread rjmccorkle
does anyone know a solution to shutting down windows 7 x64 via python script? the win32 obviously doesn't work... something similar? -- http://mail.python.org/mailman/listinfo/python-list

Re: Changing baud rate doesn't allow second command

2011-04-25 Thread rjmccorkle
On Apr 25, 10:09 am, Thomas Rachel wrote: > Am 25.04.2011 16:41, schrieb rjmccorkle: > > > The code is fine but it seems it won't switch baud rates using > > pyserial.  I have to initiate the first msg in 9600 to change the > > setting of the gps > > And the

Re: Changing baud rate doesn't allow second command

2011-04-25 Thread rjmccorkle
On Apr 25, 7:06 am, Thomas Rachel wrote: > Am 25.04.2011 14:46, schrieb rjmccorkle: > > > hi - I need to open a serial port in 9600 and send a command followed > > by closing it, open serial port again and send a second command at > > 115200.  I have both commands wor

Changing baud rate doesn't allow second command

2011-04-25 Thread rjmccorkle
hi - I need to open a serial port in 9600 and send a command followed by closing it, open serial port again and send a second command at 115200. I have both commands working separately from the python command line but it won't work in the script. Any idea why? import serial from time import slee