Hi all,
I installed labview 2013 today on windows 7. I have a old circuit board will take 25 point printer port as input to light up some LEDs based on the data pass to the port. After some reseachs online, I found that someone using In Port.vi and Out Port.vi to direct access the port but it is obsolete in windows 7 or later. But some post in this forum suggests to use VISA instead. In MAX, I did see the LPT port recognized there. I am following the code shown in figure 2 at http://digital.ni.com/public.nsf/allkb/B937AC4D8664E37886257206000551CB for testing. I don't know why, after running the code, the code is in dead loop, even STOP or terminate the VI doesn't really quit the program. I need to kill the execulate in the task manager instead. But any way, no signal was sent out after run the code. I wonder if any thing wrong with that code, why dead loop alway?