SlashDevin

Results 25 comments of SlashDevin

I'd feel better if you could try the UNO. Most users of `NeoSWSerial` have 328P boards. The differences look pretty clean, so it *should* work... But you know how that...

> I don't have anything to send out an inverted signal LOL, me either... I could only test with two Arduinos using NeoSWSerial+inverted. That's what I meant. It would be...

>Could you explain how I should do the test between the two boards? I was playing with communicating between them, but I have a hard time keeping them in sync...

@torntrousers, baudrate?

> Sadly it doesn't work... some characters get scrambled. Well, good thing I didn't pull this in yet. XD At 9600, this should be no problem, though. There is an...

>So this snippet is the ISR that doesn't work: >``` >static void handleRxChar( uint8_t c ) { > tinyGps.encode((char) c); >} >``` AHA! (Sorry. Not sorry. ;) ) You are...

I appreciate the extra comments in the trickier portions. I'm sure others will, too. Just a few other comments for you to review. Thanks!

Yes, but I don't have time to work on this. Choosing the timer, clock scaler (from baud rate) and testing is what needs to be done. If you get something...

This is bug #2.      :-( As you noted, calling `available` is sufficient to complete the 0xFF character. I have toyed with several different techniques to detect the condition where...