banjo
Advanced Member level 2
pl-2303 schemat
The output is RS232, not TTL. You need the max232 in the circuit. Most common reason for garbage characters is that the HyperTerminal and the microcontroller are using different BAUD rates. Make sure the baud rates are correct.
You can also get problems if either UART gets out of sync. This happens due to spikes on the line during cable connections. I use a freeware program called TerraTerm rather than HyperTerminal. TerraTerm has menu options to flush the buffers and reset the serial port.
The output is RS232, not TTL. You need the max232 in the circuit. Most common reason for garbage characters is that the HyperTerminal and the microcontroller are using different BAUD rates. Make sure the baud rates are correct.
You can also get problems if either UART gets out of sync. This happens due to spikes on the line during cable connections. I use a freeware program called TerraTerm rather than HyperTerminal. TerraTerm has menu options to flush the buffers and reset the serial port.