Reading from cygwin
papoanaya
Posts: 2
I have the following code on the BOE
The following python code works on linux to read data from BOE.
However I run the same code using python on cygwin, which is supposed to posify the serial ports and it hangs.
Does anybody has any idea on what's going on or at least give me some idea of what to look?
Papo
DO DEBUG "FOO", CR LOOP
The following python code works on linux to read data from BOE.
#it writes "FOO\r" fp=open("/dev/ttyS0") print fp.readline()
However I run the same code using python on cygwin, which is supposed to posify the serial ports and it hangs.
Does anybody has any idea on what's going on or at least give me some idea of what to look?
Papo
Comments
heres what i did on the python side