联系我们

与泰克代表实时聊天。 工作时间:上午 9:00 - 下午 5:00(太平洋标准时间)。

电话

致电我们

工作时间:上午9:00-下午5:00(太平洋标准时间)

下载

下载手册、产品技术资料、软件等:

下载类型
型号或关键字

反馈

Can I replace GPIB/RS232 with USB in my automation program? What are the differences?

问题:

Can I replace GPIB/RS232 with USB in my automation program? What are the differences?

答案:

In most cases, communicating with a USB oscilloscope is just as easy as communicating through GPIB or RS-232.

If you have created a program using VISA communication, then the physical layer is abstracted from the software layer, so you will not have to change your code because of the change in the physical layer. The only difference will be the handle that you will use to address the instrument:

RS-232ASRL::1::INSTR
GPIBGPIB0::1::INSTR
USBUSB::<Unique ID>::INSTR

If you created a program addressing the raw port, then you will have to change your program to use VISA to address USB, because USB only communicates through VISA.

Changing or upgrading instruments may include more than changes to the physical layer. Make sure that the commands you were using in your old program are the same with the new instrument by consulting the programmer’s manual for the new instrument. Some new product features will require a change in the commands that are sent to the oscilloscope.


此常见问题适用于:

无产品系列

产品:

常见问题 ID 63236

查看所有常见问题 »