Auxiliary functions for serial communications. More...
Go to the source code of this file.
Functions | |
int | urg_serial_find_port (void) |
Finds the serial port. | |
const char * | urg_serial_port_name (int index) |
Returns the name of the serial port found. | |
int | urg_serial_is_urg_port (int index) |
Checks whether the serial port corresponds to a URG or not. |
Auxiliary functions for serial communications.
int urg_serial_is_urg_port | ( | int | index | ) |
Checks whether the serial port corresponds to a URG or not.
1 | It is a URG |
0 | Unknown |
<0 | Error |