Skip to content

Commit 4d056d4

Browse files
committed
mitsub_vfd -fix documention of the serial data/stop setting
1 parent bcb0b7c commit 4d056d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/man/man1/mitsub_vfd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You must power cycle the inverter for some of these. (eg 79)
5555
.br
5656
(can be optionally set 48,96,192 if component is also set)
5757

58-
\fBPARAMETER 119\fR stop bit/data length - 0
58+
\fBPARAMETER 119\fR stop bit/data length - 1
5959
.br
6060
(8 bits, two stop - don't change)
6161

src/hal/user_comps/mitsub_vfd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# PR 79 - 1 or 0
2929
# PR 117 station number - 1 (can be optionally set 0 - 31) if component is also set
3030
# PR 118 communication speed 96 (can be optionally set 48,96,192) if component is also set
31-
# PR 119 stop bit/data length - 0 8 bits, two stop (don't change)
31+
# PR 119 stop bit/data length - 1 8 bits, two stop (don't change)
3232
# PR 120 parity - 0 no parity (don't change)
3333
# PR 121 COM tries - 10 if 10 (maximuim) COM errors then inverter faults (can change)
3434
# PR 122 COM check time interval 9999 (never check) if communication is lost inverter will not know (can change)

0 commit comments

Comments
 (0)