LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't get bytes from uC to read in LabVIEW *FTDI* *Serial Communication*

Solved!
Go to solution

Strange - 1 is ASCII 49, or 00110001, which of course looks nothing like 64, or 01000000.  You wouldn't have access to an o-scope to look at the raw signal would you?  It would also help troubleshoot if you sent more than 1 character.  Have you modified your code to have it grab all bytes at the port until you press STOP (or tried using my code)?  Your message from 4:48 PM yesterday (my time) showed 108 bytes at the port.

0 Kudos
Message 21 of 23
(586 Views)

I have the communication working now. Thank you very much for your help Erik!!

 

I just reprogrammed the chip to send a series of bytes counting up to 10 repeatadly and their values display accurately in the byte array (formatted for 8 bit unsigned ints)

0 Kudos
Message 22 of 23
(585 Views)

Hi,ipatka,

 

Hope this is available.

can i get the finnal code you made, because i am doing something similar but got issue? When i read from device, the get-queue-status return 0 biyes. i am very new to lv, so would you share your code? Thanks very much.

 

0 Kudos
Message 23 of 23
(497 Views)