You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ import twinleaf
38
38
vmr = twinleaf.Device('serial://COM1')
39
39
print(vmr.samples.vector(10))
40
40
```
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`.
42
42
43
43
If `tio-proxy --enum` does not work try looking at serial ports in the respective OS device manager for active serial ports.
0 commit comments