SlashDevin / NeoSWSerial

Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
169 stars 42 forks source link

Character values 0xC0-0xFF not dispatched to attachInterrupt fn #2

Open SlashDevin opened 8 years ago

SlashDevin commented 8 years ago

Because available is not usually called when an interrupt function is registered, the final one bits are never "received", and the character does not get completed and then dispatched.