Is there a Gadget that can handle binary data?

Everything else that doesn't fall into one of the other PB categories.
swhite
Enthusiast
Enthusiast
Posts: 798
Joined: Thu May 21, 2009 6:56 pm

Is there a Gadget that can handle binary data?

Post by swhite »

Hi

I have command strings that must be sent to equipment that include binary data. The problem is that some of the data is in the 128-159 range which get replaced with "?". I would like a gadget that does not convert the data to Chr(63) but just sends it exactly as is. The EditorGadget will allow me to send the data correctly the first time I past it into the control but sending it second time the characters have been replaced with "?".

Simon
Simon White
dCipher Computing
User avatar
mk-soft
Always Here
Always Here
Posts: 6248
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Is there a Gadget that can handle binary data?

Post by mk-soft »

Use URL Encoder und Decoder
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply