Re: send serial command in decimal format
Thanks guys, but I still can't get it to work. I am trying to send two numbers seperated by a space with a carriage return on the end. 27 105CR - this has to be in a decimal format (instead of the string format requested by the visa). any ideas? thanks
send serial command in decimal format
I am trying to send a command through serial. I have to be able to send a decimal 27 105 to the serial port, but the port only supports strings. How can I do this.