Serial Terminal (for Arduino) 1.3
Arduino Hardware Serial Terminal
Loading...
Searching...
No Matches
SerialTerminal.h File Reference

Arduino Hardware Serial Terminal header. More...

#include "SerialTermClass.h"
Include dependency graph for SerialTerminal.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Arduino Hardware Serial Terminal header.

Author
SMFSW
Date
2017/11/21

Arduino Hardware Serial Terminal header (class instance and serialEvent function prototypes)

Function Documentation

◆ serialEvent()

void serialEvent ( void )

Called whenever a new data has been received on RX.

Remarks
This routine is run between each time loop() runs, no delay here set in here
Note
Multiple bytes of data may be available

serialEvent appends all bytes read to string SCIIn of SerialTerminal class It also makes available SCIIn for processing when max String size is reached

Variable Documentation

◆ term

SerialTerminal term
extern

Instanciation of the SerialTerminal class.