Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

serial communication

Hi,

 i need to debug my vi which reacts to some bits send to the the port through serial communication between labview and FPGA.

 

Is there some way i could write something on my serial port without actually connecting the FPGA(otherwise i have to program the fpga for different cases).

 

Thanks in advance.

  

0 Kudos
Message 1 of 3
(2,700 Views)

@works wrote:

is there some way i could write something on my serial port without connecting the FPGA(otherwise i have to program for different cases). 


You can write, but you won't get a response.

 

For debugging purposes, you could write another program that acts as the FPGA and just does the bare minimum you need for debugging.  These are typically not difficult to write.



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
Message 2 of 3
(2,687 Views)

so a possible solution can be  to make a file through which i can write on my serial port and later on read those bits through my vi which i want to debug.

new to labview so just correct me if i make some stupid mistake.

 

 

0 Kudos
Message 3 of 3
(2,663 Views)