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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,18 @@ On a PC you can use the command line and the following command:
60
60
chgport
61
61
```
62
62
63
+
On my PC when I use the `chgport` command I get the following output:
64
+
65
+
```
66
+
AUX = \DosDevices\COM1
67
+
COM1 = \Device\Serial0
68
+
COM3 = \Device\Serial2
69
+
```
70
+
71
+
In my Node.js I would use `\Device\Serial2` as my serialport string.
72
+
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.
74
+
63
75
Or you can find the name in [Arduino Create](https://create.arduino.cc/editor) in the drop down menu used to select your Arduino.
64
76
65
77
Create a file called `app.js` and add the following code:
0 commit comments