w*s 发帖数: 7227 | 1 hi my atmel board has rs232 and rs485 port, i connected the serial cable
from my pc to it, in com1 for hyperTerminal i see nothing.
there's another debug port in the board, if i plug in the cable,
hyperTerminal works.
so confused, thought rs232 works with serial cable ? | G*****h 发帖数: 33134 | 2 关键是 kernel 选了哪个口。。。
【在 w*s 的大作中提到】 : hi my atmel board has rs232 and rs485 port, i connected the serial cable : from my pc to it, in com1 for hyperTerminal i see nothing. : there's another debug port in the board, if i plug in the cable, : hyperTerminal works. : so confused, thought rs232 works with serial cable ?
| w*s 发帖数: 7227 | 3 how to config pls ?
in our .config, i didn't see anything for 232/485, only sth. like ATMEL_
SERIAL ...
do i need to run menu config ?
【在 G*****h 的大作中提到】 : 关键是 kernel 选了哪个口。。。
| m**k 发帖数: 290 | 4 这个设置不在 /src/linux/.config 里面
在grub的配置和kenel启动时的参数里设置。
具体的配置忘了。google可以找到很多 search "linux serial console"
【在 w*s 的大作中提到】 : how to config pls ? : in our .config, i didn't see anything for 232/485, only sth. like ATMEL_ : SERIAL ... : do i need to run menu config ?
| w*s 发帖数: 7227 | 5 i'm using uboot, in bootargs, there's sth. like ttyS0,
guess i need to change it to the tty for RS232 ?
【在 m**k 的大作中提到】 : 这个设置不在 /src/linux/.config 里面 : 在grub的配置和kenel启动时的参数里设置。 : 具体的配置忘了。google可以找到很多 search "linux serial console"
| m**k 发帖数: 290 | 6 yes, it should be a kernel argument set by boot loader
【在 w*s 的大作中提到】 : i'm using uboot, in bootargs, there's sth. like ttyS0, : guess i need to change it to the tty for RS232 ?
|
|