Subversion Repositories Projects

Rev

Blame | Last modification | View Log | RSS feed


//Function Prototypes of pc_serial_port.c :
int init_com_port(int comNumber);
int getCharFromCom(char* inputBuffer);
int sendStringToCom(char* toSend, int length);