04-23-2015 12:48 PM
OMG THAT WAS STUPID SIMPLE! ![]()
Only needed the VISA WRITE command, see attached vi, too easy.
Now my next step is to pass an address in the VISA WRITE and parse the address out in the Arduino. That will probably be stupid easy and take me another day to figure that out...
Thanks for all the help!
04-23-2015 01:18 PM
OK, after playing around more the NI Visa Vis, you first must use VISA CONFIGURE SERIAL PORT once to open the port, then you can WRITE anytime you want to display. Probably a good idea to CLOSE the port after your done too.