is not so easy Mr .Griffyn , let me give an example :
we receive string like : #$13#$aa
if we use ord function the result will be : 2123... and so on (each caracter will be converted to it ascii code
but the right result is 13 a 65 (string will contain also non printable caracters)
Hi , forgot all about GPRS box , just I need function to read data in binary format instead of string format , I 'm using method connection.currentreadbuffer but it return data in string format
Hi ,
i'm developping server applicaion receivinf frames from GPRS/GPS box , the data sent is binary data , my question is , is there any indy function to read these binary data with the assumption that I don't know the size of data, and there no delemiter for theses frames
I'm facing problem with connection.readln() method in TCpindy component , I had no control in the other side sending data , when using Readln method in server side application hang (because receiving data don't contain carrige return ) , i'm trying readstring() but without success
Is there any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.