21 #ifndef INTERFACEAVR_H
22 #define INTERFACEAVR_H
65 bool sendChar(
unsigned char character, QString callingClassName =
"none");
73 bool receiveChar(
unsigned char *character, QString callingClassName =
"none");
82 bool sendString(QString
string, QString callingClassName =
"none");
91 bool receiveString(QString &
string, QString callingClassName =
"none");
99 bool receiveInt(
int *value, QString callingClassName =
"none");
130 void message(QString text,
bool CR=
true,
bool sayIt=
false,
bool addTimestamp=
true);
137 static const bool ON =
true;
138 static const bool OFF =
false;