I am desperately trying to get the bluetooth dongle to work with my Arduino, but I cannot send him the command that he needs. I can use it when I connect to the computer via the USB-UART chip and send the command ( C ) from PuTTY, and then press Enter .
The Bluetooth dongle command form says that I'm trying to send the C<cr> command, but I can’t figure out how to send the correct carriage return character from the Arduino code. I tried using the Serial.println() function, and also add the \r character to my current Serial.write("C\r") , but none of them work.
How can I achieve this?
putty control-characters ascii arduino
Sponge bob
source share