|
Serial Terminal (for Arduino) 1.3
Arduino Hardware Serial Terminal
|
Arduino Hardware Serial Terminal header. More...
#include "SerialTermClass.h"

Go to the source code of this file.
Functions | |
| void | serialEvent (void) |
| Called whenever a new data has been received on RX. | |
Variables | |
| SerialTerminal | term |
| Instanciation of the SerialTerminal class. | |
Arduino Hardware Serial Terminal header.
Arduino Hardware Serial Terminal header (class instance and serialEvent function prototypes)
| void serialEvent | ( | void | ) |
Called whenever a new data has been received on RX.
serialEvent appends all bytes read to string SCIIn of SerialTerminal class It also makes available SCIIn for processing when max String size is reached
|
extern |
Instanciation of the SerialTerminal class.