Hi, I am trying to send a character to '/dev/ttyS0' and expect the same character and upon receipt I want to send another character. I tired with Pyserial but in vain.
Test Set up: 1. Send '%' to serial port and make sure it reached the serial port. 2. Once confirmed, send another character. I tried with write and read methods in Pyserial but no luck. Can you help? Thanking you all. T -- http://mail.python.org/mailman/listinfo/python-list