UNIHIKER K10 Enable **Tools->USB CDC on Boot //NOT WORKING?

userHead to.dae 2025-09-04 17:36:10 411 Views1 Replies

i cant get Serial.print to work. i folowed the instruction to enable “Tools->USB CDC on Boot” in Arduino IDE but still no prints in the serial monitor. the automated init information of the unihiker is displayed but no own commands.

2025-09-07 18:43:00

Baud rate should match Serial.begin(). For many Unihiker sketches, 115200 is standard.

Make sure “Both NL & CR” (newline & carriage return) is selected if you expect line endings.

userHeadPic ahsrab.rifat