Hi All!
Sometimes my Arduino Due fall in Bossa Program Port mode ( or how to say..)
So Device manager in Windows 7 show Bossa Program Port (COM100), not Arduino Due.
When I open Arduino IDE (1.8.xx) it show COM100 and upload sketch successfully.
And then in Tools-Port COM101(Arduino Due (Native USB port)) appears.
But when I try to run "arduino-cli.exe board list" result is the next
Port Protocol Type Board Name FQBN Core
COM1 serial Unknown
COM100 serial Unknown
So, I cant upload sketch to Unknown device.
I need to run Arduino IDE to upload sketch and then "arduino-cli.exe board list" begin works properly.
Is the way to solve this problem?
WBR, Andrew