Hello,
I work on an motor stepper with a swift 100 motor controller. The communication between my card and my PC is done by series connection RS232 and I communicate with the hyperterminal without problem.
I use the program Labview version 7.1 following: http://forums.ni.com/ni/board/message?board.id=4170&message.id=2223&view=by_threading&page=2
But when I send orders by ASCII characters such as "move n steps" on the "write buffer", an error message posts
"VISA: (Hex 0xBFFF0015) the withdrawal period (timeout) expired before the operation is not completed."
nothing even posts in my read buffer not an E or #, it remains grayed... . Why I cannot read this data?
I wrote in the "visa configures serial port" the configuration of the card given by documentation with 8 bits, 1 bit stop, Baud = 9600, parity none, handshake XON/XOFF. But I don't understand the box "car. of termination (0*A = 'n' = LF) and the box "activer caractère de terminaison » I know that the commands ASCII are characters from the host which must be followed by either has LF, CR gold CRLF. Which do have I to put?
Can you help me? And Can you not use abbreviation in your answers I'm French, thanks.