char *open_port( char *pPath, int baud ); char *close_port( void ); char *write_bytes( char *text ); char *write_val( int val ); char *read_bytes( void );