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.

求助:OMAPl138的ARM核运行linux3.33,UART1的通信怎么不行?



如题,我的arm板上LINUX系统运行正常,使用UART2作为控制台通信.我想开发一个UART1的小程序试验一下,但是"fd = open("/dev/ttyS1",O_RDWR);",这句不能执行(根本没反应,下面的打开是否成功的判断执行不到).我想请问下这是什么问题?另外 echo test > /dev/ttyS1 (或ttyS2),之类的出现“can't create /dev/ttyS2: Interrupted system call”,但echo test > /dev/tty 控制台(UART2)可以收到 test