Skip to content

Commit 6bef9c7

Browse files
committed
Added dtr option description
As said in #19
1 parent e7c2424 commit 6bef9c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ serial.open(opts, function success(), function error());
3636
- dataBits: defaults to 8
3737
- stopBits: defaults to 1
3838
- parity: defaults to 0
39+
- dtr: defaults to false (it may be needed to be true for some arduino)
3940

4041
You're now able to read and write:
4142
```js

0 commit comments

Comments
 (0)