You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encouter a bug when I try to use RTCZero library with a personnal board build with an atsmad21e18a and Vscode. In my setup I initialise my rtc like this rtc.begin(), I upload my code everything works, but if I try to reupload another code after some changes for example I can't, because in vscode at left bottom I'am always in Arduino uploading....
It's seem to have a problem with SerialUSB, because when I use rtc Vscode can't reopen serial console. If I comment rtc.begin() I have no problem at all.
The text was updated successfully, but these errors were encountered:
simon88
changed the title
Error opening serial port after uploading code with rtc.begin
Error opening SerialUSB after uploading code with rtc.begin
Jun 15, 2021
Hi all,
I encouter a bug when I try to use RTCZero library with a personnal board build with an atsmad21e18a and Vscode. In my setup I initialise my rtc like this
rtc.begin()
, I upload my code everything works, but if I try to reupload another code after some changes for example I can't, because in vscode at left bottom I'am always inArduino uploading...
.It's seem to have a problem with SerialUSB, because when I use rtc Vscode can't reopen serial console. If I comment
rtc.begin()
I have no problem at all.The text was updated successfully, but these errors were encountered: