read_one can not be used #2
Replies: 2 comments
-
|
Hello! I'm afraid I cannot replicate the problem. I tried the following script on two different Windows 10 computers and a Linux computer from libarc1 import ArC1
arc1 = ArC1('COM3') # or /dev/ttyXXX for Linux
arc1.select(1, 1)
arc1.pulse_active(2.5, 100e-6)
print(arc1.read_one(1, 1))
arc1.close()Returns |
Beta Was this translation helpful? Give feedback.
-
Hello! As you said, I reinstalled the driver, and it work now! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As newest Firmware is utilized, the read_one instruction can not be used, as it will get error:
my code is like:
Beta Was this translation helpful? Give feedback.
All reactions