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
On a PC you can use the command line and the following command:
58
58
59
59
```
60
+
chgport
61
+
```
62
+
63
+
On my PC when I use the `chgport` command I get the following output:
60
64
61
65
```
66
+
AUX = \DosDevices\COM1
67
+
COM1 = \Device\Serial0
68
+
COM3 = \Device\Serial2
69
+
```
70
+
71
+
In my Node.js I would use `COM3` 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.
62
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
@@ -151,10 +163,10 @@ You will need to setup the following circuit using your Arduino:
151
163
152
164
## Launch Application
153
165
154
-
1. Using the Terminal start your Node.js app using `node app.js`.
155
-
2.Open up a browser and enter the URL `http://localhost:3000/`.
156
-
3.Using [Arduino Create](https://create.arduino.cc/editor) upload the sketch to your Arduino.
157
-
4. Turn the dial on the Arduino device and watch the red square in the browser.t.
166
+
1. Using [Arduino Create](https://create.arduino.cc/editor) upload the sketch to your Arduino.
167
+
2.Using the Terminal start your Node.js app using `node app.js`.
168
+
3.Open up a browser and enter the URL `http://localhost:3000/`.
169
+
4. Turn the dial on the Arduino device and watch the red square in the browser.
0 commit comments