11-03-2009 04:09 PM
11-04-2009 04:28 PM
Hi YDen,
I am a little confused about your two options. Do the Serial VIs work, while the UART VIs only sometimes do, or are you having trouble with the Serial VIs as well?
Let me know, and I will try to see if I get the same problems with your code.
Regards,
Stephen S.
11-05-2009 06:40 PM
Hi, Stephen.
Serial VIs works if I send to BF buffer and BF send this buffer back to PC.
But if I want that BF send me back not all buffer, but some bytes of this buffer,
BF send me all buffer(UART_SerialCompatibility.vi).
If I run this VI(UART_SerialCompatibility.vi) on PC, instead a BF, VI works OK(send back
that bytes, which I need).
With UART VIs I have a problems too.In general UART VIs works and my VI(UART_BF.vi) works.
But if I rebuilt project with this VI, sometimes after that this project doesn't work(I mean
BF doesn't send me back nothing or send me some other bytes, not that, which I need).