08-27-2013 10:40 AM
I am using the Labview VISA-UART (serial) driver call for UART transmit and receive.
Sending 10 bytes of data but in the reception side I am receiving 11 bytes of data.
First Data always I am getting 00
remaining I am getting my transmitted data.
Sometime I am not receiving the 11 byte (10th byte of transmitted data).
Initially first time it receives 10 bytes, after that it receiving 11 bytes.
What could be the cause of this problem?
Please help me to get out of this problem.
With regards,
Ramamoorthy S
08-27-2013 02:04 PM
Mike...
08-27-2013 09:44 PM
What is the number of byte to be read you are using. May be when Tx is not sending then also your program is running may cause this problem also. Post your VI for better answer.
08-27-2013 11:47 PM
1. Are you sure the ports on both sides of the connection are configured the same?
Both are same configuration
2. What kind of device are you talking to from LabVIEW?
PC to PC we are communicating (CROSS cable).
3. How can you tell you are getting the extra data?
4. What about sending data back to LV, does that work?
Loopback in the same PC its working but when we are communicating with the other PC its receives extra one byte.
Here i have attached my VI
with regards,
Ramamoorthy S
08-28-2013 12:08 AM
do that for 2011...
08-28-2013 12:12 AM
I dont have a 2011 version i have only 2012
08-28-2013 12:14 AM - edited 08-28-2013 12:15 AM
you can save in 2011 format friend..Go to file --> save for previous version and select 2011
08-28-2013 12:28 AM
I have attached the snapshot of the transmitter and receiver vi.
08-28-2013 04:35 AM
What operation you want ? only read and write only right?
08-28-2013 04:35 AM
What operation you want ? only read and write only right?