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
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ COM1 = \Device\Serial0
68
68
COM3 = \Device\Serial2
69
69
```
70
70
71
-
In my Node.js I would use `\Device\Serial2` as my serialport string.
71
+
In my Node.js I would use `COM3` as my serialport string.
72
72
73
73
If you're not sure which one is your Arduino, just disconnet your Arduino and execute the cpommand again and take note of which port is no longer on the list.
0 commit comments