Search:

Type: Posts; User: jaqquery

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,742

    The problem is fixed. Thanks.

    The problem is fixed. Thanks.
  2. Replies
    4
    Views
    1,742

    void main(){ int i, j=0; BYTE...

    void main(){

    int i, j=0;
    BYTE dataBuf[20] = "\x90\x50\x80\x10\x10\x90\x10\x99\x1A"; //3,4,6
    BYTE cBuf[10]; //counter
    BYTE sBuf[20],outBuf[20];

    for(i=0;...
  3. Replies
    4
    Views
    1,742

    Inserting hex byte into a data

    URGENT: NEED HELP

    I have this situation where I need to insert hex byte type into a data, but my code doesn't work out as expected, that it only worked once. This is how the problem:

    E.g.:
    ...
Results 1 to 3 of 3