Python app links in windows

2006-11-13 Thread Bryce Bolton
I want to click a link, which is assocated with a Python application in Windows, and have the contents of the link file passed to my program. How is this done? Let's say the link name is: open_database_viewform_50324.pal (pal = python application link) Inside of open_document_number_50324

Re: pexpect baudrate and mode settings

2006-09-20 Thread Bryce Bolton
Hi, I've written a short script in pexpect to open the serial port and get 100 bytes.  The script does receive a string of garbage, but not the good text seen when I open a minicom terminal and look at ttyS0.  I know that the baud rate is wrong, and the other settings (such as 8N1) are unknown t

pexpect baudrate and mode settings

2006-09-20 Thread Bryce Bolton
Hi, I've written a short script in pexpect to open the serial port and get 100 bytes.  The script does receive a string of garbage, but not the good text seen when I open a minicom terminal and look at ttyS0.  I know that the baud rate is wrong, and the other settings (such as 8N1) are unknown t