Skip to content

Commit 7bb6d7a

Browse files
author
Nikolai Marshall
committed
Added clarity to MAC serial port description
1 parent 1fe79ff commit 7bb6d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import twinleaf
3838
vmr = twinleaf.Device('serial://COM1')
3939
print(vmr.samples.vector(10))
4040
```
41-
To find possible tio ports to use run `tio-proxy --enum`. Windows will often output some COMx port such as `serial://COM3`, while Mac OS labels serial ports `serial:///dev/cu.usbmodemCSB33841` or `serial:///dev/tty.usbmodemCSB33841`.
41+
To find possible tio ports to use run `tio-proxy --enum`. Windows will often output some COMx port such as `serial://COM3`, while Mac OS will output some cu.XXXXX or tty.XXXXX name such as `serial:///dev/cu.usbserialXXXXXX` or `serial:///dev/tty.usbmodemXXXXXX`.
4242

4343
If `tio-proxy --enum` does not work try looking at serial ports in the respective OS device manager for active serial ports.
4444

0 commit comments

Comments
 (0)