Greetings,
Would like to ask here regarding Omega CN77000's programming of commands.
So far from the search I've found, it's related with VISA. Instead, for my case, I'd require to program a simple code to control the temperature sensor.
Right now, what I've done is to establish communication with my serial port (MSCOMM), and then, send a command to the machine (which is properly connected). In this case...
MSComm2.Output = "D03" + Chr(13)
This is the line I've sent over...
I've a feeling it's wrong as the device didn't respond. I've tried to figure out what are the possible solutions such as outputting "68" (D), "48" (0), "51" (3) then Chr(13) (carriage return). Is this the correct way? Can someone enlightened me?