07-20-2012 11:52 AM
Now it's working in MAX, it is giving me the idn :). But it's still not working (Err -1073807339) in my labview program. Can someone take a look a this vi?
I'm using this instructions: http://digital.ni.com/public.nsf/allkb/61BA0EE248FB0B328625660B0066858D to test.
07-20-2012 02:08 PM
You are not correctly sending the termination characters. In order to use '\' codes, you have to right click on the string constants and select '\' Code Display. If you do that with your existing code, you will need to edit them in order to remove the \\. If you don't want to use slash codes, use the CR and LF constants on the string palette.