05-09-2022 01:28 AM
Can you show me how to install NI-VISA driver to connect USB interface printer, and control
the printer through the command,thanks
05-09-2022 01:36 AM
Hi, Daniel
I faced same issue,I installed the printer windows driver, but can't connect printer to NI MAX,thanks
05-09-2022 01:39 AM
Daniel
You mean you have transferred USB to RS232 controller to communicate with printer?can
you show me how to connect printer through VISA to USB interface,thanks
05-18-2022 02:37 PM
You can not connect to a Windows GDI driver through NI VISA! Windows has captured that device and assigned its installed driver and manages all the printing requests through the Windows GDI or optionally XPS API.
As explained here, sending a "raw" print job to a printer has been getting rather hard under Windows 8 and later. You may try his solution explained on that page or look at the source code and use the mentioned .Net component directly.