Skip to content

Commit 63930ef

Browse files
authored
Update README.md
1 parent fadc894 commit 63930ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ On a PC you can use the command line and the following command:
6060
chgport
6161
```
6262

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+
6375
Or you can find the name in [Arduino Create](https://create.arduino.cc/editor) in the drop down menu used to select your Arduino.
6476

6577
Create a file called `app.js` and add the following code:

0 commit comments

Comments
 (0)