Search:

Type: Posts; User: KucerakJM

Search: Search took 0.18 seconds.

  1. Replies
    21
    Views
    1,448

    Re: Help with serial read-in

    I am betting line 174 is


    readBuffer[readBufferPosition++] = b;

    Please consider my suggestion of printing the value (or perhaps logging it) of b.
  2. Replies
    21
    Views
    1,448

    Re: Help with serial read-in

    It is tiny and barely readable that is why Norm would like you to paste the text.
    On another note this:
    readBuffer[readBufferPosition++] = b;
    seems suspect to me since that would mean...
Results 1 to 2 of 2