Likely you fried the module…due to the fact that a PC generally uses REAL RS-232 voltages (-12v - +12v), whereas that module appears to use 3v levels on the UART pins.
How much did that module cost? Ouch…
Connecting it to a PC without a level converter was surely not the right thing to do.
The UART is not ±12V the RS232 COM port on the computer is ±12V. The UART in the module is expecting 0V & 3.3V logic levels.
Google RS232 to learn about the voltage and logic levels.
It is possible that your module isn’t fried as many newer PCs use lower voltages on the RS232 Com port. But the logic levels are inverted from what a UART expects. This is the other reason why a RS232 level translator is required. Look up the MAX232 chip as this is the most common RS232 level translator IC.
Yes, translator is what I meant vs. ‘level converter’.
On that note, I just checked my desktop and laptop PCs for voltages on the serial port. You’d think I would’ve checked that years ago…
The desktops (one older 2003 model, one newer 2008 model) both had +/- 12v on the serial port.
The laptops (two older 2004 models, three newer 2009+ models). The 2004 models had +/- 12v on the serial port. One of the 2009 models with a serial port barely had 9v on the serial port. The other 2 laptops have a USB/serial converter on them. Both of them were 5v on the converters.