OE-FET / keithley2600

Python driver for Keithley 2600 series instruments.
https://keithley2600.readthedocs.io
MIT License
43 stars 17 forks source link

How to connect to Raspi4 #25

Open Henry-Hyunkyu-Lee opened 1 year ago

Henry-Hyunkyu-Lee commented 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', )