// RS232 header file for source file RS232.c
#include "rs232.c"
void Send_Str( const char *string ); // sends string : Send_Str("message");
void Send_Byte(char n); // sends 1 char
char Get_Byte(); // recieve 1 char (Warning: wait for start bit !)
void Send_Int2(char num); // sends 2 digits number as 2 bytes
Copyright © 2002-2006 SourceBoost Technologies