This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVM板子串口能发不能收

Other Parts Discussed in Thread: AM3358

我使用板子是AM3358 EVM ,安装android4.0系统,android串口程序为SerialPort.apk,给系统个root权限,配置串口为/dev/ttyO0,波特率9600, 然后就可以用了。然后.....问题就来了:

 从android 向PC发送数据没有问题,但接收的时候,第一次能接收到数据,本以为成功了 。结果........程序退出之后再进来,从PC发来的数据就不能接收了,更扯的是,PC端自己收到了,可发送数据依然没问题。到底什么原因呢?