Open goddess1992 opened 4 years ago
i am working on a project with Arduino pro micro and Webusb. i need to use Serial 1 interrupt but Serial Event 1 doesn't work and i can not read Serial 1 in loop because i lost some data . any suggestions?
Can you confirm that your serialEvent1() function is called as expected when the WebUSB library is not included in your project?
serialEvent1()
i am working on a project with Arduino pro micro and Webusb. i need to use Serial 1 interrupt but Serial Event 1 doesn't work and i can not read Serial 1 in loop because i lost some data . any suggestions?