I am trying to make serial connection between my PC and RockBLOCK 9602. I set the baudrate 19200 with 8N1 in my serial port on PC. And I use serial port monitor, when I send “AT”, I received nothing back.
The first picture shows the wire connection of RockBLOCK 9602. The top white wire, the followed green wire and the fourth black wire are TXD, RXD and GND of the serial-usb wire. So I connected with RXD, TXD and GND of the board. The third white and the fifth black wire are connected with the 5V power supply. I used Raspberry pi 5 to supply the 5V voltage. And the second image shows the RockBLOCK 9602 pin layout.
The third image shows the serial port monitor screenshot which shows there is no “OK” feedback from the board.
Could anyone help me to solve this problem? Should I place this board under the clear view of sky? I did this test inside the room.
Try swapping RX and TX and see if that works. Also, if i recall you need to leave the Rockbloc powererd up for a little while before it’s ready to communicate. Give it 5 minutes and try then.
Doesnt look like any endline characters are being sent. You might try a different terminal emulator program, the one you are using is unfamiliar to me and seems overly complicated for what you’re trying to do.
Hi, I try to add \r at the end of the typing message, but it doesn’t give me “OK” back. And here is my screenshot. If there is something wrong with my serial monitor, could you please recommend me a monitor? And I also boot up for 5 mins.
hi, I failed again to get response “OK” back with PC. It turns that I connected with raspberry pi and try to send command using raspberry pi and it’s all good. But when I try today, I am failed to get response back. So I am trying to communicate with PC with the same connection, and failed again. So I am wondering if the board is burned or is there is another problem. or maybe it is the USB to TTL cable problem?
Thanks
By default, Echo is enabled on the 9603N modem. The modem echos back the AT command, then sends the response. You can disable the Echo by sending “ATE0”, and re-enable with “ATE1”. Is your code sending ATE0 ?