Next: void can2071A_close(void) Up: CAN2071A.C Previous: int can2071A_device_closed(void)

void can2071A_init(int com_port, int baud_rate, int parity, double timeout, int irq)

Internal to the CAN2071A.C module. This function should not be called by any function outside of this module, due to the hardware configuration of the PC. This function initializes the com port to have the specified baud rate, parity, and timeout. The irq value is the interrupt number of the serial adapter.


wolforth@pet.mni.mcgill.ca