LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Lab Windows: XP Embedded and outp

Has anyone been able to use the CVI commands inp or outp in Windows XP Embedded. I have a program that uses outp to flash a LED. It runs fine under Windows XP Pro. However, it doesn�t flash the LED with XP Embedded. Thanks
0 Kudos
Message 1 of 2
(3,053 Views)
The inp and outp functions use a generic device driver for communicating to registers. Unfortunately, that generic device driver is not available for XP Embedded and the XP pro driver must not be working there. You could write your own driver to talk to the LED from Visual C++ that works for XP embedded, but our generic driver and commands won't work.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(3,053 Views)