Search:

Type: Posts; User: stahta01

Search: Search took 0.03 seconds.

  1. Replies
    102
    Views
    33,624

    -45 or positive 45? Tim S.

    -45 or positive 45?

    Tim S.
  2. Replies
    102
    Views
    33,624

    PLEASE turn on the Compiler...

    PLEASE turn on the Compiler Warnings!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    You CAN NOT fit a C-String [zero terminated char array] into a single char!

    Tim S.
  3. Replies
    102
    Views
    33,624

    So, you told it to send over 800 bytes; why do...

    So, you told it to send over 800 bytes; why do you think 42 is wrong?
    write (C System Call) - Code Wiki

    Hint: what value does sizeof(myCommand) have?
    What meaning does the third parameter of...
  4. Replies
    102
    Views
    33,624

    My Compiler complains about this code with...

    My Compiler complains about this code with warnings.



    unsigned char two[50];

    two[1]= "0x03";
    two[2]= "0x00";
    two[3]= "0x03";
    two[4]= "0xf5";
  5. Replies
    102
    Views
    33,624

    Did you miss seeing this post; because the...

    Did you miss seeing this post; because the question it raises needs answered!

    Tim S.
  6. Replies
    102
    Views
    33,624

    Are you running your C program as root? Tim S.

    Are you running your C program as root?

    Tim S.
Results 1 to 6 of 6