도와주세요!!
글 수 15,339
2007.11.08 18:50:47 (*.82.68.226)
7046
안녕하세요..
>[root@ez-x5 ums]$ ./serial_test
>
> s[ttyS0..] * serial-port node
> b[2400..115200/230400/460800] * baud-rate
> c * ctrl RS485
> r * read open
> w * write open
> x * ping-pong
>
UART0에 9600bps로 데이타를 쓰기 위해서는 다음과 같이해야 합니다.
[root@ez-x5 ums]$ ./serial_test sttyS0 b9600 w
UART0에 9600bps로 데이타를 읽기 위해서는 다음과 같이해야 합니다.
[root@ez-x5 ums]$ ./serial_test sttyS0 b9600 r
그럼 수고하세요..
>[root@ez-x5 ums]$ ./serial_test
>
> s[ttyS0..] * serial-port node
> b[2400..115200/230400/460800] * baud-rate
> c * ctrl RS485
> r * read open
> w * write open
> x * ping-pong
>
UART0에 9600bps로 데이타를 쓰기 위해서는 다음과 같이해야 합니다.
[root@ez-x5 ums]$ ./serial_test sttyS0 b9600 w
UART0에 9600bps로 데이타를 읽기 위해서는 다음과 같이해야 합니다.
[root@ez-x5 ums]$ ./serial_test sttyS0 b9600 r
그럼 수고하세요..