LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

writing to serial channel sequential..

Hi..
I want to write to serial channel sequentially but i need to add a little time between the two characters. For example, firstly i will send "A" and after the 2 ms "B". I try to do it. But it did no work properly. The writeseq.vi writes "A" and "B" then waits 2 ms and again...but i want to write... "A" 2ms "B". How can i do it..
thanks..
irfan
0 Kudos
Message 1 of 3
(2,412 Views)
Try changing the "wait until next ms multiple" to "Wait (ms)" instead. The "Wait" will guarentee you the wait. Another option that may work for you is "time delay" but give the first one a try.
Hope this helps,
-Dave
0 Kudos
Message 2 of 3
(2,412 Views)
Thanks Dave..
But it s ok. now..I forgot to add another wait after the second character..silly me..
But now is ok..
thank..
0 Kudos
Message 3 of 3
(2,412 Views)