04-02-2012 01:01 PM - edited 04-02-2012 01:02 PM
Hello.
I have been working on a group project and it's due tomorrow. We were testing my VI with a PIC on a development board. Everything was working fine up until we connected our PIC24J to the labview, now I get an error at VISA serial configuration and get ERROR->1073807339. As far as we're aware, everything is set up fine. Baud rate is set to 9600 on both and we are using the right COMM ports.
Any advice asap would be most appreciated.
04-02-2012 01:04 PM
Have a look on this link for this error.
http://digital.ni.com/public.nsf/allkb/874B379E24C0A0D686256FCF007A6EA0
04-02-2012 01:05 PM
Thanks, I have been looking at other peoples errors but mine occurs on the first part of VISA serial as well as VISA read/write. Are they not releated?
04-02-2012 01:08 PM
You mean to say, getting error on VISA on both phases initialization & read/write.
Correct, check what you asking from PIC board during initialization, is it really alive.
04-02-2012 01:09 PM
I'd check the wiring. Is it possible for example that the transmit and receive lines are swapped on your real board versus the test system?
Also, please, use the front panel indicators properly. There is no reason to have them sitting unwired off to the left of the diagram and then have multiple copies of a local variable for each of them. The local variables are unnecessary.
04-04-2012 06:05 AM