B4R Question Upgrading my debugging library - Almost Done, need a little help

hatzisn

Well-Known Member
Licensed User
Longtime User
I am upgrading my rDebug lib for debugging all microprocessors. The original can be found here:

This new version has break points, callstack and variables updating. I am almost done but I cannot figure out completely what is wrong in a certain thing. There must be something wrong in the way I am getting the data from the laptop to the Arduino Nano (with old bootloader). Can somebody try it out and tell me what is wrong (Inline C or the way the B4J app sends the data?)... Try sending 12~34 to update the two variables (the new values must be seperated with "~") and see what is happening.

P.S. - Select the board in board selector in B4R and click on the radio button B4J Serial Connector. Then start the B4J app (do not click any button) and then compile the B4R code.
 

Attachments

  • B4R_Serial_Connector_With_Debug.zip
    7.3 KB · Views: 78
  • DebugChangeValueTest_B4R.zip
    2.7 KB · Views: 85
Last edited:

hatzisn

Well-Known Member
Licensed User
Longtime User
Updated the B4R code to a new one. If you downloaded it please download again...
 
Last edited:
Upvote 0

hatzisn

Well-Known Member
Licensed User
Longtime User
No answers here... Just writting this message to bring this thread back to top in order to be re-seen if someone can provide some help.
 
Upvote 0
Top