Closed SentryCoderDev closed 1 year ago
Have you enabled the debug flag in the config.h file?
From: Emir HAMURCU @.> Sent: Tuesday, August 22, 2023 9:19:00 AM To: dmt-labs/modular-biped @.> Cc: Subscribed @.***> Subject: [dmt-labs/modular-biped] Arduino sketch (Issue #51)
Hi, I have a problem, I am using arduino pro micro as a card (atmel32u4 to load code from computer is selected as arduino leonardo)
I downloaded the arduino sketch, but normally it writes serialprint, but I tried it at 115200 baud setting (the value specified in the sketch) on my computer, but it did not write anything to the serial monitor.
— Reply to this email directly, view it on GitHubhttps://github.com/dmt-labs/modular-biped/issues/51, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABSHFZE2H4OKFAT32MQHZPDXWRTPJANCNFSM6AAAAAA3ZQUHKU. You are receiving this because you are subscribed to this thread.Message ID: @.***>
I guess didn't activate
It's disabled by default to improve performance and avoid any unnecessary communication from the Arduino to the pi (or other SoC). There are also feature specific debug flags that can be enabled in some cases.
Ok, i did as you said and it worked thank you for your reply
Hi, I have a problem, I am using arduino pro micro as a card (atmel ATmega32u4 to load code from computer is selected as arduino leonardo)
I downloaded the arduino sketch, but normally it writes serialprint, but I tried it at 115200 baud setting (the value specified in the sketch) on my computer, but it did not write anything to the serial monitor.