The serial monitor fails to send a character to the arduino pro mini from the serial monitor when asked.
Exact same code works perfectly on arduino uno.
Pro mini upload works fine, pro mini serial monitor works fine, BUT the RX led on the pro mini won't even blink when send is pressed to send data to the pro mini over the FTDI usb to serial cable. I am stumped.
Any ideas?
updated to the latest FTDI driver, but no difference.
One clue is that a program that only loops to check for serial available works on both the pro- mini and the uno.
The larger program only works on the uno, the serial monitor fails to send a character to the pro mini.
Thanks