I connect a serial cable between EVM and PC over RS232 and then run a terminal session (from HyperTerminal) and configure it to connect to that serial port with the following characteristics:
■ Bits per Second: 115200
■ Data Bits: 8
■ Parity: None
■ Stop Bits: 1
■ Flow Control: None
When I power the EVM, I can see boot sequence messages, but when I enter a command or only a character from a keyboard, it seems odd characters on hyperterminal. Actually, I enter true commands or characters. Because, for example; entering command setenv nfshost 192.168.1.10, forms nfshost=192.168.1.10 in environment variables by using printenv command.
Also, I have worked on Omap3530 with same cable and computer, it hasnt any problem anything like that. Whatever i enter a character or command, I can see that.
How can i correct this issue? I can write true things but i couldn't see on terminal.
Thanks for advance...