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

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
ahsrab.rifat
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.
