MODSERIAL with support for more devices. Added support for LPC4330

Dependents:   HC05_AT_mode GPS_U-blox_NEO-6M_Test_Code GPS_U-blox_NEO-6M_Code UbloxGPSWithThread ... more

Fork of MODSERIAL by Erik -

Embed: (wiki syntax)

« Back to documentation index

Misc MODSERIAL functions

Misc MODSERIAL functions

Functions

char txGetLastChar (void)
 Function: txGetLastChar.
char rxGetLastChar (void)
 Function: rxGetLastChar.

Function Documentation

char rxGetLastChar ( void   ) [inherited]

Function: rxGetLastChar.

Return the last byte to pass through the RX interrupt handler.

Returns:
The byte

Definition at line 682 of file MODSERIAL.h.

char txGetLastChar ( void   ) [inherited]

Function: txGetLastChar.

Rteurn the last byte to pass through the TX interrupt handler.

Returns:
The byte

Definition at line 672 of file MODSERIAL.h.