Hi,
on PlatformIO I realized a difference between Linux and Windows concerning Seriel CDC interface.
In Linux when using SerialUSB a CDC interface is used (/dev/tty…) . How can I get these done in Windows environment as well? So far it seems always a normal COM port is used. Is there anything to add in platformio.ini to differentiate between normal serial and CDC ?
Thanks for hints