Open Henry-Hyunkyu-Lee opened 1 year ago
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', )
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'.