03-17-2010 01:49 PM
03-17-2010 02:02 PM
I've removed the array and local variable (just replaced with a wire) and it just locks up as soon as i try to send the data.
I'm not farmiliar with state machines, ive seen them in the help file but they look a bit complicated (i'm trying to get the thing running quckly, then can look at a more efficient method later)
I'm not sure if my hardware is too slow to recieve the data from labview, its running at 8mHz and once data is detected it is in a loop with no extra delay until it sees "E"
The hardware will stay in the recieve loop untill E is recieved so if i send "h100E" it would have to recieve the "h1" miss the "00" but get the "E" in order to set the signal to 1 and exit the recieve loop like it is doing....
03-17-2010 02:11 PM
03-17-2010 02:30 PM
i've stuck it in a sequence and it seems to work ok, when i close it i get an error saying that the recieve missed a character but i guess i just need to disable the recieve whilst i'm transmitting....
Thanks for your help...
03-17-2010 03:21 PM