Forum Replies Created
-
AuthorPosts
-
vajoeParticipant
Using 3.3 on Windows 11. No tabbed versions. I get a window similar to the attached. Then when I double it click a window similar to the second image. Any ideas what is causing this? I’ve tried reinstalling.
Never mind, I see that tabs are only available for SSH sessions. Serial, telnet, etc can’t be combined into the same tabbed window as SSH sessions. Ugh. Not what I wanted.
- This reply was modified 11 months, 4 weeks ago by vajoe. Reason: Discovered the limitation
Attachments:
You must be logged in to view attached files.vajoeParticipantThere was nothing worthwhile in the GDB Session tab. The openocd may be a little more useful. I’ve attached both.
Attachments:
You must be logged in to view attached files.vajoeParticipantI tried the second suggestion above, but that didn’t work. Attached is a screen shot of what happens. I see no GDB internal error.
And the first produces the error I posted. So right now I have no means of uploading an arduino project with a debugger attached.
Attachments:
You must be logged in to view attached files.vajoeParticipantWINNER! WINNER! CHICKEN DINNER!
It works. Thank you.
vajoeParticipantAnd here’s the trace from the arduino IDE. Biggest differences seem to be in the handshaking setup.
Attachments:
You must be logged in to view attached files.vajoeParticipantIt’ll be a while before I can do the C# command line program – I have to figure out how to do that. I don’t do much windows work. I use Visual Studio for cross compiling and the like,
vajoeParticipantAnd here’s a couple of serial port traces. One from a VisualGDB failure and another using putty and the visualGDB from the command line that worked.
Attachments:
You must be logged in to view attached files.vajoeParticipantHere’s another try at the json (with .txt instead)
Attachments:
You must be logged in to view attached files.vajoeParticipantI wasn’t able to make the Arduino IDE work from the command line until I used putty to open and close the COM28 port at 1200 baud first. I then did the same for the VisualGDB command and it then worked worked. I also updated to the 5.5 (Preview 7, build 3666) to see if that fixed the problem. it did not.
Here’s the output from the diagnostics pane:
Initializing assemblies: 9 msec
Registering factories: 72 msec
Initializing VisualGDB 5.5.7.3666
Checking fonts/colors: 8 msec
Level 2 initialization: 554 msec
Unexpected Arduino variable name: upload.extra_files
Performing a 1200 bps reset sequence on COM28...
Run "C:\Users\Joe\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17\bin\avrdude "-CC:\Users\Joe\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -patmega4809 -cjtag2updi -PCOM28 -b115200 -e -D "-Uflash:w:C:\Users\Joe\Documents\Ham\Arduino\NanoEvery\Blinker\Output\Arduino_Nano_Every\Debug/Blinker.ino.hex:i" "-Ufuse2:w:0x01:m" "-Ufuse5:w:0xC9:m" "-Ufuse8:w:0x00:m" upload.extra_files" in directory "" on local computer
Run "C:\Users\Joe\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17\bin\avrdude "-CC:\Users\Joe\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -patmega4809 -cjtag2updi -PCOM28 -b115200 -e -D "-Uflash:w:C:\Users\Joe\Documents\Ham\Arduino\NanoEvery\Blinker\Output\Arduino_Nano_Every\Debug/Blinker.ino.hex:i" "-Ufuse2:w:0x01:m" "-Ufuse5:w:0xC9:m" "-Ufuse8:w:0x00:m" upload.extra_files" in directory "" on local computer
avrdude: jtagmkII_getsync(): sign-on command: status -1
Unexpected exception: ------------------ System.OperationCanceledException ------------------
System.OperationCanceledException: The operation was canceled.
at z31.e(CommandLineAction a, vk1 d, String b, Nullable`1 c) </code>
<code>at z31.d.a(vk1 a) </code>
<code>at VisualGDB.Common_GUI.WPF.ItemizedProgressWindow.<>c__DisplayClass2_0`1.<RunAction>b__0()
trace=[z31.e:140, z31+d.a:0, VisualGDB.Common_GUI.WPF.ItemizedProgressWindow+<>c__DisplayClass2_0`1.<RunAction>b__0:0]
It seems there is something amiss in the 1200 bps reset since I can get the VisualGDB command in a CMD window if I first open and close the port at 1200bps.
I’ve attached the requested .json file.
-
AuthorPosts