2016-04-27 02:41 AM
Hi,
Anyone knows how to use STM32 USB as virtual com port under MAC OS? Do ST provide official driver for this? Frank #usb #cdc #mac-os2016-04-28 11:21 PM
MacOSX recognizes CDC(-ACM) devices (ie. virtual COM port) without ANY extra driver. Just plug in the device.
You'll see two objects under /dev for the single CDC device, for example. /dev/cu.usbmodem001 /dev/tty.usbmodem001 You may use either one. As of the difference of cu. and tty. refer to this linkhttp://stackoverflow.com/questions/8632586/macos-whats-the-difference-between-dev-tty-and-dev-cu
For terminal apps on Mac, visit to these links. Tsuneo