bogdanc Active Member Licensed User Longtime User Oct 11, 2016 #1 Hello all! I want to control device via GPIB. Is there any library for it? Regards
KitCarlson Active Member Licensed User Longtime User Oct 12, 2016 #2 What is your hardware interface? USB to GPIB? You might get there via via Async Streams, if USB is as virtual com port, with standard windows drivers. Upvote 0
What is your hardware interface? USB to GPIB? You might get there via via Async Streams, if USB is as virtual com port, with standard windows drivers.
bogdanc Active Member Licensed User Longtime User Oct 12, 2016 #3 KitCarlson said: What is your hardware interface? USB to GPIB? You might get there via via Async Streams, if USB is as virtual com port, with standard windows drivers. Click to expand... It is power supply . And using GPIB inerface instated of usb. Upvote 0
KitCarlson said: What is your hardware interface? USB to GPIB? You might get there via via Async Streams, if USB is as virtual com port, with standard windows drivers. Click to expand... It is power supply . And using GPIB inerface instated of usb.
KitCarlson Active Member Licensed User Longtime User Oct 13, 2016 #4 What platform are you running the B4J on, what hardware will it have to interface GPIB. GPIB is a specialized 8 bit parallel port with additional handshake lines. Upvote 0
What platform are you running the B4J on, what hardware will it have to interface GPIB. GPIB is a specialized 8 bit parallel port with additional handshake lines.