Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1073807360 occurred at Property Node (are 8) in VISA Configure Serial Port (Instr).vi->practise.vi

hi,

    I want to write data from labview to my micro controller(PIC18F87J50),but i am getting the above mentioned error,here i will attach my labview code and mcu code ,please go through them and help me with a solution

Download All
0 Kudos
Message 1 of 3
(4,492 Views)

The only glaring thing I see is that you only need to configure the port once.  So do that before you loop.  You should also close your port after the loop.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(4,476 Views)

This normally indicates a property node that cannot have that value.

I don't see the values you use in the vi front panel.

Maybe a wrong baudrate or some other value that is not accepted by your serial port?

greetings from the Netherlands
0 Kudos
Message 3 of 3
(4,445 Views)