Hi Everybody,
I am trying to send a command to a serial device and just want to make sure I am doing this correctly:
From the device manual:
>>Command: Dn where n is configuration # in ASCII (1-2,7-8,A-D)<<
I want to send D1 to the serial port so I use:
WriteComm( nComm, "D1" )
where nComm:= OpenComm( "Com5", 1024, 128 )
Is this correct?
Thanks,
Jeff