webusb / arduino

WebUSB demos running on Arduino (and compatible) hardware.
576 stars 152 forks source link

problem using serialEvent1 #77

Open goddess1992 opened 4 years ago

goddess1992 commented 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?

reillyeon commented 4 years ago

Can you confirm that your serialEvent1() function is called as expected when the WebUSB library is not included in your project?