0

I'm having trouble using putty to set up a serial connection using my 16 port GSM modem. I am using the correct baud rate, data bits and stop bits for my modem.

Just for reference I connected my GSM modem to my laptop using a USB 2.0 A male to a USB-B and all 16 ports shows up on my device manager, but after opening up the terminal PuTTY is not recognizing any of my keyboard strokes.

I think there must be an issue with the connection, but i cant figure out where the issue lies. Can anyone help?

Device manager: device manager

2
  • can you add a screenshot of your putty connection settings? should be serial, the correct COM port, and I would try with 115200, type "AT" and hit enter....
    – Zina
    Commented Feb 1, 2021 at 22:05
  • I'm not familiar with accessing a modem via serial, but if it's not a plug-n-play setup (e.g. the USB-to-Serial pins are connected via wires versus a header/USB port) check the Tx wire to ensure it's correctly wired.
    – JW0914
    Commented Mar 25, 2022 at 13:17

1 Answer 1

2

PuTTY is not recognizing any of my keyboard strokes.

Normally, Any terminal emulator such as PuTTY doesn't display the keys you type. It only displays the data sent by the other end. So if the other end isn't echoing the keystrokes back to you, you won't see anything.

Have a play with Settings, Terminal, Local Echo, Force On. If you see double characters, turn it off.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .