Gets the parameter string for non-serial ports. The user_open_port() routine is passed only baud rate and parity which may not apply to non-serial ports. Use this routine to access the parameter string for the port.
Syntax
void dcrp_get_port_parameters(port_id, parameters)
char* port_id;
char* parameters;
Input Parameters
port_id
Is the identifier of the port whose settings you want to get.
Output Parameters
parameters
Is the parameter string for the port.
Device Communications Toolkit other subroutines. |