01-08-2018 06:02 AM - edited 01-08-2018 06:23 AM
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.
01-08-2018 06:24 AM
@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.
01-08-2018 09:55 AM
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.