I am working on writing a driver for our Kramer VS-411UDH which uses Kramer 3000 Protocol and I’m having trouble getting a consistent responds from the device.
If I use Hercules Terminal here is what i get:
Send: #VID 2>1<CR>
Receive: ~01@VID 2>1
When running the command in V-Control here is what i get:
Send: “#VID ” + P1 + “>1” + chr(13) (Assuming P1=1 the Sent string is “#VID 1>1&h0D”
Received: “VID 1>1&h0D&h0A”
The next time I run the same command the Received is different, it’s only a part of the string, anyone have an idea as to why it’s not collecting the complete string