Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dakna
  • Order by date
  1. dakna

    Indy 9 reading data in binary or hex format

    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)
  2. dakna

    Indy 9 reading data in binary or hex format

    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
  3. dakna

    Indy 9 reading data in binary or hex 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
  4. dakna

    problem with indy connection.readln () method

    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...

Part and Inventory Search

Back
Top