Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
178 Alpin 1
 
2
//Function Prototypes of pc_serial_port.c : 
3
int init_com_port(int comNumber);
4
int getCharFromCom(char* inputBuffer);
5
int sendStringToCom(char* toSend, int length);