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
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
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
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
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
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.
>
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