AThompson Joy Audio Visual llc
Guest
|
Post by AThompson Joy Audio Visual llc on Jan 4, 2021 14:08:10 GMT -5
There seems to be an issue in sending hex code output. I believe you will find the issues is related to the ascii character range not being sufficient to cover the total possible range of hex pairs 00-ff, where ascii covers only 00 to 7f.
The control protocol for our ptz cameras and other devices require tcp packets in hex format. Many of the commands use hex pairs of higher value than 7f. When entering any pair of hex digits above 7f, your app transmits as FD. I have used other apps to transmit the same code, best example is "UDP/TCP widget". I am running TCP terminal on another device to view packets confirming the messages are not being sent as entered in button config.
|
|