I am using java comm library for serial port communication in my application. When I put some data on output stream, after sometime the same command is displayed on input stream of serial port. Do anybody has any idea how to echo off the serial port?

link|improve this question

63% accept rate
feedback

1 Answer

up vote 2 down vote accepted

It's most likely that the receiver sends back your data. If you have something connected, verify 'echo on' settings on the other side.

If it is the case, you could use this echo to constantly check the communication line.

link|improve this answer
I got "echo off" command on remote device. Thanks – Surjya Narayana Padhi Dec 14 '09 at 8:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.