Skip to content

Commit 96d785b

Browse files
committed
io.set_line_property in cytation setup
1 parent bc9f2b2 commit 96d785b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylabrobot/plate_reading/biotek_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ async def setup(self, use_cam: bool = False) -> None:
132132
await self.io.usb_reset()
133133
await self.io.set_latency_timer(16)
134134
await self.io.set_baudrate(9600) # 0x38 0x41
135+
await self.io.set_line_property(8, 2, 0) # 8 data bits, 2 stop bits, no parity
135136
SIO_RTS_CTS_HS = 0x1 << 8
136137
await self.io.set_flowctrl(SIO_RTS_CTS_HS)
137138
await self.io.set_rts(True)

0 commit comments

Comments
 (0)