I have written a program to stream data through USB port CN13, using this video. I am not able to see the data on the USB Virtual COM Port. When I connect the ST-LINK and Virtual COM port, there is only one USB Device, ST-LINK, getting recognized when trying dmesg | grep usb
. I have seen many basic examples on YouTube which shows the Virtual COM USB Port detection happens without installing any drivers. STM32 MOOCs uses Windows but I have Ubuntu 20.04 installed. I have tried some of the stack overflow solutions. Could anyone guide me as to how to overcome this issue?
I have found a way to use the USB port for communication. This is done using STM32CubeIDE
CDC_Transmit_FS
ls /dev/tty
, ACM0 and ACM1/ACM2 (which are STLINK-V3 and Virtual ComPort)