Skip to content

Commit 1c31283

Browse files
committed
use send_command in luminescence
1 parent d9be377 commit 1c31283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylabrobot/plate_reading/byonoy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class Byonoy(PlateReaderBackend):
1414
absorbance, or fluorescence from a plate."""
1515

1616
def __init__(self) -> None:
17-
self.io = HID(vid=0x16D0, pid=0x1199) # 16d0:119B for fluorescence
17+
# self.io = HID(vid=0x16D0, pid=0x1199) # 16d0:119B for fluorescence
18+
self.io = HID(vid=0x16D0, pid=0x119B) # 16d0:119B for fluorescence
1819
self._background_thread: Optional[threading.Thread] = None
1920
self._stop_background = threading.Event()
2021
self._ping_interval = 1.0 # Send ping every second

0 commit comments

Comments
 (0)