| 
    TEMU
    4.4
    
   The Terma Emulator 
   | 
 
Serial communications interface. More...
#include </builds/termade/temu/temu/include/temu-c/Bus/Serial.h>
Data Fields | |
| void(* | write )(void *Obj, uint8_t Data) | 
| This function will be called when data is written on the serial bus.  More... | |
| void(* | cts )(void *Obj) | 
| Clear to send. Experimental.  More... | |
Serial communications interface.
| void(* temu_SerialIface::cts) (void *Obj) | 
Clear to send. Experimental.
| void(* temu_SerialIface::write) (void *Obj, uint8_t Data) | 
This function will be called when data is written on the serial bus.