Search found 1 match

by G.Foster
Wed 19. Dec 2018, 11:54
Forum: PCAN-RS-232
Topic: PCAN-RS-232 Serial and CAN Interrupts
Replies: 1
Views: 8588

PCAN-RS-232 Serial and CAN Interrupts

Hello, I am writing a CAN to RS232 convertor using the PEAK example code as a base. Is the serial write function (SER_Write) a blocking function, or does it use interrupts to proceed with the program execution between each character transmission?
Also, is the CAN recieve code interrupt driven?