Regarding control of a Kloehn Versa6 syringe pump with LabVIEW 7.1:
The attached program sends a command to aspirate the syringe to a given position (/1A10000R). Upon running the program, there is no response from the syringe, and the bytes read at port indicator reads 0 . Immediately thereafter, HyperTerminal was used to send a /1W4R "Initialize" command. The syringe executed the aspirate command and then initialized. This phenomenon is repeatable; a command sent by the LabVIEW program will only execute upon sending a HyperTerminal command.
Regarding previous messages, the device end of packet character is 0A hex (line feed), so the termination character is left at default. Also, annexing <CR> (ASCII carraige return) to the LabVIEW command string doen't change the outcome, nor does selecting "\" Codes Display for the string constant.
Any ideas about how to modify the attached program to effectively execute ASCII commands to my RS-232 syringe pump device?