Arduino UNO R4 Wifi debug

Sysprogs forums Forums VisualGDB Arduino UNO R4 Wifi debug

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36428
    roujesky
    Participant

    I just bought an Arduino R4 Wifi.   I created the simple blinky application in the Arduino IDE 2.3.4 and it flashes the on board LED and I can even step thru the app in the debugger.   Kind of primitive, tho.   anyway, I imported the little app into VGDB.  I close the arduino IDE.   I press the VS button “Build and Program Arduino Sketch into flash memory” and it prompts me for the com port.  I use COM3, just like the arduino IDE used (that is why I closed it).  And I get  the error  Failed to upload the compiled sketch (attached), no device attached.  But the arduino ide uses COM 3 just fine. I also, I  clicked on the “Dump the command line into a batch file” .   I am also attaching that just in case that is useful

    I am running windows 11, VGDB version 6.0R6(build 5261) .

    any ideas would be appreciated

    thanks!

    Attachments:
    You must be logged in to view attached files.
    #36430
    roujesky
    Participant

    I just noticed that I cannot upload a .bat file.  I renamed to a txt file and here it is

    Attachments:
    You must be logged in to view attached files.
    #36432
    support
    Keymaster

    Hi,

    The command line looks fine. You can try running it manually and comparing it against the command used by the Arduino IDE (should be mentioned in the Arduino IDE logs). If there is a particular difference between the command lines, we should be able to fix it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.