09-16-2009 10:42 PM
Solved! Go to Solution.
09-16-2009 11:48 PM
Use 5 separate writes to the serial port. I would imagine you would need to terminate each character in order to make a difference unless it's the timing between writes that would make a difference.
The 5 different writes could be done in a loop and with each iteration, you index an array of characters. Since you did not mention what language you are using, I can't provide an example.
09-17-2009 12:15 AM
Thank you for your suggestion. I am now using LabWindows/CVI 8.0 for programming my application. Would you mind to give me an example for sending the characters by using Serial Port please?
09-17-2009 02:12 PM
I don't have CVI installed on this pc and in the past I used VISA instead of the ComWrt. If you know how to write a string, then i don't see where your problem is. You are just writing 5 strings instead of one - each with a single character.
You might want to post to the CVI board if you are having problems with C.