HC-06 RS232
-
I´m using the HC-06 RS232 Busplatine and want to send a editable String with the libary
#include <SoftwareSerial.h>
#include <Wire.h>
and
SoftwareSerial blueSerial(PIN_RECEIVE, PIN_SEND);
blueSerial.write(String);The problem is it can´t be read any Strings and the values of sensors are written as a non-alphabet, non-number thing.