Publication 1756-RM004B-EN-P - October 2000
5-10 Serial Port API
Example:
if (MVIsp_Config(COM1,BAUD_9600,PARITY_NONE,WORDLEN8,
STOPBITS1) != MVI_SUCCESS) {
printf(“Config failed!\n”);
} else{
printf(“Config succeeded\n”);
}
See Also:
MVIsp_Open
MVIsp_Config