Search:

Type: Posts; User: Lens-art

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    9,955

    yes this is somewhat embarrassing it is what I...

    yes this is somewhat embarrassing it is what I meant, I am developing an open AT application and it was not the standard library so I had to add the right library. Thanks!
  2. Replies
    5
    Views
    9,955

    The whole for loop was not necessary off course...

    The whole for loop was not necessary off course :) I was just looking for the (char)hj; which I didn't knew before :)
  3. Replies
    5
    Views
    9,955

    I have a string with numbers which I have to...

    I have a string with numbers which I have to convert to the hex value because the other side expects this value.
    I got this which works now does this seem a good solution?



    ascii f[2] =...
  4. Replies
    5
    Views
    9,955

    string to actual hex value conversion

    I'm pretty new to programming c and trying to get from ascii 0x39, 0x39 (99) to the actual hex value 0x63. I've searched many fora but couldn't find a good solution yet. For as far as I know there is...
Results 1 to 4 of 4