Search:

Type: Posts; User: Sean4u

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,661

    Re: Serial Programming Logic Error???

    You're not showing us enough code - like where 'c' is declared, for example. I suspect that unless you've properly fixed your initial logic problem that you have a race condition. Try declaring c...
  2. Replies
    3
    Views
    1,661

    Re: Serial Programming Logic Error???

    A BufferedReader decouples reads of the source of data from reads by the consumer, so when you .read() on a BufferedReader, it'll return only one byte to you, but may read much more from the source -...
Results 1 to 2 of 2