문제

I am using a EVB for siemens MC45 GSM modem. Itried to send At commands to it via serial port with Hyperterminal in windows (both Xp and 7). But the hyperterminal window is showing that I am connected but when I type something it doesnot show my writings. and no response from the GSM modem is received.

What Can I do ?

도움이 되었습니까?

해결책

The problem is with your hyper terminal settings when you are connecting with the modem. Use these settings: Baud rate:9600 data bits:8 stop bits:1 parity bits: none flow control:none Should work now. Also check whether you are communicating with the correct port

다른 팁

Have you configured the hyperterminal session properly? I think you will probably need to set it up as follows:

  • BaudRate 19200
  • Databit 8
  • No Parity
  • Stopbit 1
  • No Flow control
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top