i have problems with my mbed libraries and keep forcing error at ’ Serial’. Help me to fix this please
im newbie here
Fastest solution for you is probably downgrade MbedOS to 5.15.X. . Because these new apis from MbedOS6+ not let you use methods like the printf, scanf and so on…
For HOW TO, just visit Mbed Studio Documentation and section Managing libraries or Creating or importing a program.
If you want to use latest MbedOS6+, you can try to combinate it with a community library SerialStream.
BR, Jan
No, that is release information page.
You can do this directly in MbedStudio, according to the documentation (Managing libraries) in four steps. Locate mbed-os-5.15.6 in the combo box.
BR, Jan