I have to communicate with an old "home-made" device, via serial interface. In order to correctly open the serial port, in Qbasic, I had to use the following command: OPEN "com1: 9600,n,8,1,CD0,CS0,DS0" FOR RANDOM AS #1. If I don't insert "CD0,CS0,DS0" in my command line, I'm not able to communicate with my device. Does anyone know how I can do the same thing with Labview 6.1? I'v already tried the standard Labview functions, but they do not work.
Thank you.
Bye Carmen