Re: [PythonCE] serial port access

2006-09-22 Thread Matt S.
Ben,Thanks for the code.  Here's some not very formatted stdout that I get when I run my test for your code.  I'm not sure what to make of the strange characters that I get from the buffer output.  Do you think it's binary?  I tried to meld your code into the pygarmin.py code with some success.  T

Re: [PythonCE] serial port access

2006-09-22 Thread Benjamin McBride
I did get things mostly working. I've attached what I have done. I had problems with losing data at higher baud rates, so I buffered data in read(). If this is not the desired behavior it is easy to change (just look in the source). You also need ctypes installed. Good Luck, Ben #some minor m