You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out that calling Laser.laser_reset() will result in the QC uJewel laser disconnecting and reconnecting under a new serial port. We did not assume this when writing the code.
Solution:
Have Laser.laser_reset() change the laser to a disconnected state and disconnect _ser and discard it (set it to None).
The text was updated successfully, but these errors were encountered:
Turns out that calling
Laser.laser_reset()
will result in the QC uJewel laser disconnecting and reconnecting under a new serial port. We did not assume this when writing the code.Solution:
Have
Laser.laser_reset()
change the laser to a disconnected state and disconnect_ser
and discard it (set it toNone
).The text was updated successfully, but these errors were encountered: