How to Assign a Unique COM Port to a Zephyr USB CDC ACM Device for Consistent Identification?
I am working on a Zephyr project where I need to assign a unique COM port to a USB CDC ACM device such that I can consistently query this port from a different application. My current setup assigns ports like tty.usbmodem1101, tty.usbmodem101, etc., which vary each time the device is connected to a different port.