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

Arduino Hardware Serial Terminal. More...

#include <Arduino.h>
#include <HardwareSerial.h>
#include "SerialTermClass.h"
Include dependency graph for SerialTerminal.cpp:

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.

Author
SMFSW
Date
2017/11/21

Arduino Hardware Serial Terminal (class instance and serialEvent function)

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

Instanciation of the SerialTerminal class.