與我們聯絡

與 Tek 業務代表即時對談。 上班時間:上午 6:00 - 下午 4:30 (太平洋時間)

致電

請致電

與 Tek 業務代表即時對談。 上班時間:上午 8:30 - 下午 5:30 (太平洋時間)

下載

下載手冊、產品規格表、軟體等等:

下載類型
機型或關鍵字

意見回饋

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

檢視所有常見問答集 »