-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
I have been experimenting with the SC10 shutter controller and have been facing an issue getting it to work.
import instruments as
sc = ik.thorlabs.SC10.open_serial("COM6", 9600, timeout=100)
print(sc.name)
print(sc.enable)
After I call any sc.XXXX command at first time, everything works fine. But the code will fail if I make a second command, showing
instruments.errors.AcknowledgementError: Incorrect ACK message received
Metadata
Metadata
Assignees
Labels
No labels