Skip to content

Commit

Permalink
chore: Add comment in example
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCyberRonin committed Aug 22, 2024
1 parent ded5d8f commit 9841d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/nodeSerial/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { SerialPort } from "serialport";

const Connect = async () => {
const connection = new NodeSerialConnection();
// COM4 is the port that works for me, you'll have to get your path from SerialPort.list()
await connection.connect({
portPath: "COM4",
concurrentLogOutput: false,
Expand Down

0 comments on commit 9841d7d

Please sign in to comment.