Recent content by Bob_in_NJ

  1. B

    08m2+ hserin buffer problem

    It appears that HSERIN command on the 08M2+ isn't doing what I thought it should do. What I thought would be an asset turned into a problem. Since I have a lot of control over the timing of the incoming data, one solution is to simply delay the 2nd byte so it is not being received when the 1st...
  2. B

    08m2+ hserin buffer problem

    I am attempting to receive a 2-byte sequence using an 08M2+ at 2400 baud via HSERIN on C.1 (pin 6). The code loops, reading HSERIN until a qualified 1st byte is received. The code then moves on to read the 2nd byte approx 10 mSec later. At 2400 baud the byte is sent in approx 4.2 mSec (10 bits)...
Top