2010年1月28日 星期四

Use screen as the UART console

Use screen as the UART console:

screen /dev/ttyUSB0 115200,cs8,-ixon,-ixon,istrip


When do not use the screen, you must kill the related processes:

qustion@jeffOA:~$ ps aux | grep ttyUSB0
qustion 3206 0.0 0.0 4364 992 pts/0 S+ 18:19 0:00 screen /dev/ttyUSB0 115200,cs8,-ixon,-ixon,istrip
qustion 3207 0.0 0.1 4496 1092 ? Ss 18:19 0:00 SCREEN /dev/ttyUSB0 115200,cs8,-ixon,-ixon,istrip
qustion 3233 0.0 0.0 3472 800 pts/1 S+ 18:19 0:00 grep ttyUSB0
qustion@jeffOA:~$ sudo kill -9 3206
qustion@jeffOA:~$ ps aux | grep ttyUSB0
qustion 3207 0.0 0.1 4496 1092 ? Ss 18:19 0:00 SCREEN /dev/ttyUSB0 115200,cs8,-ixon,-ixon,istrip
qustion 3236 0.0 0.0 3472 800 pts/1 R+ 18:20 0:00 grep ttyUSB0
qustion@jeffOA:~$ sudo kill -9 3207
qustion@jeffOA:~$

1 則留言:

Russell 提到...

您好:

在網路上找了很久,看到您有寫類似的東西,感到很高興!

可否請問:UART 的訊號可以直接傳到 Windows 的視窗而不用開 hyper terminal 這類的介面嗎?

如話可以的話,請問如何設定,或者原理大概是如何呢?

感謝您的回答!