Skip to content

Commit

Permalink
turn off serial rtscts, fix#27
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyatuning committed Mar 30, 2020
1 parent 6d1068d commit 58c445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_cc/uart.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def connect(port, baudrate, api, loop=None):
parity=serial.PARITY_NONE,
stopbits=serial.STOPBITS_ONE,
xonxoff=False,
rtscts=True,
rtscts=False,
)

await connected_future
Expand Down

0 comments on commit 58c445e

Please sign in to comment.