Hello I've come across a problem whilst trying to communicate to a microcontroller. Using SDK 2.0.0.0 I've built an image with the s2e application enabled and configured s2e through the web interface for RS232C B2400 8N1 with no flow control on ttyS0.
The avr receives data correctly without the XPort's Rx pin connected to the avr's Tx pin.
When the XPort's Rx pin is connected to the Tx of the avr the avr receives extra bytes at the end of transmission, this could occur when the avr sends a response back. Sometimes the response text is displayed at the telnet terminal but usually nothing is displayed at the terminal.
I've tried a loopback test by connecting the XPort's Tx and Rx pins together and no sensible echo is displayed.
I'm thinking the XPort has been damaged but haven't got another unit to replace it with to check.
The avr receives data correctly without the XPort's Rx pin connected to the avr's Tx pin.
When the XPort's Rx pin is connected to the Tx of the avr the avr receives extra bytes at the end of transmission, this could occur when the avr sends a response back. Sometimes the response text is displayed at the telnet terminal but usually nothing is displayed at the terminal.
I've tried a loopback test by connecting the XPort's Tx and Rx pins together and no sensible echo is displayed.
I'm thinking the XPort has been damaged but haven't got another unit to replace it with to check.
Comment