Reputation: 10131
I have a device that I need to program from my computer. It uses a serial to usb cable to communicate with my computer. When programming the device I have to provide the port number, ttyUSBn
. How do I know the number of the USB port I'm using?
Upvotes: 0
Views: 296
Reputation: 22334
On a MAC/OSX you can use the following in a terminal window: ls /dev/tty.*
Upvotes: 1