We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spec
How can I connect Keithley2611B to Raspi 4? I tried as below code, but Raspi cannot find the device, like 'TCPIP0::0::192.168.0.2::INSTR'.
import pyvisa rm = pyvisa.ResourceManager() rm.list_resources() >> ('ASRL/dev/ttyAMA0::INSTR', )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spec
How can I connect Keithley2611B to Raspi 4?
I tried as below code, but Raspi cannot find the device, like 'TCPIP0::0::192.168.0.2::INSTR'.
The text was updated successfully, but these errors were encountered: