Re: pyserial: Unexpected Local Echo

2010-01-17 Thread Steve Holden
Steven Woody wrote: > 2010/1/16 John Nagle : >> Grant Edwards wrote: >>> On 2010-01-11, Steven Woody wrote: >>> I am using pyserial. But I always get the local echo after I write some characters onto serial port >>> I really doubt you're getting a local echo. Is the data coming >>> out

Re: pyserial: Unexpected Local Echo

2010-01-17 Thread Steven Woody
2010/1/16 John Nagle : > Grant Edwards wrote: >> >> On 2010-01-11, Steven Woody wrote: >> >>> I am using pyserial.  But I always get the local echo after I >>> write some characters onto serial port >> >> I really doubt you're getting a local echo.  Is the data coming >> out the serial port?  Do y

Re: pyserial: Unexpected Local Echo

2010-01-15 Thread John Nagle
Grant Edwards wrote: On 2010-01-11, Steven Woody wrote: I am using pyserial. But I always get the local echo after I write some characters onto serial port I really doubt you're getting a local echo. Is the data coming out the serial port? Do you get the echo if you disconnect the serial

Re: pyserial: Unexpected Local Echo

2010-01-11 Thread Grant Edwards
On 2010-01-11, Steven Woody wrote: > I am using pyserial. But I always get the local echo after I > write some characters onto serial port I really doubt you're getting a local echo. Is the data coming out the serial port? Do you get the echo if you disconnect the serial cable? > and I find

Re: pyserial: Unexpected Local Echo

2010-01-11 Thread Nobody
On Mon, 11 Jan 2010 23:27:03 +0800, Steven Woody wrote: > I am using pyserial. But I always get the local echo after I write > some characters onto serial port and I find no way to disable this > behavior. When I say 'local echo', I mean the next read operation will > get characters that was just

Re: pyserial: Unexpected Local Echo

2010-01-11 Thread Steve Holden
Steven Woody wrote: > Hi, > > I am using pyserial. But I always get the local echo after I write > some characters onto serial port and I find no way to disable this > behavior. When I say 'local echo', I mean the next read operation will > get characters that was just write to the same port. >

pyserial: Unexpected Local Echo

2010-01-11 Thread Steven Woody
Hi, I am using pyserial. But I always get the local echo after I write some characters onto serial port and I find no way to disable this behavior. When I say 'local echo', I mean the next read operation will get characters that was just write to the same port. I run my program on cygwin (pyseri