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
@@ -64,7 +64,7 @@ COM1 = \Device\Serial0
64
64
COM3 = \Device\Serial2
65
65
```
66
66
67
-
In my Node.js I would use `\Device\Serial2` as my serialport string.
67
+
In my Node.js I would use just `COM3` as my serialport string.
68
68
69
69
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