hthang1988 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Replace SoftwareSerial with NewSoftSerial. #294

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Replacing the existing SoftwareSerial library with Mikal Hart's NewSoftSerial.  
it would renamed to SoftwareSerial to maintain compatibility with existing 
code.  The NSS relies on pin change interrupts, however, so it won't work on 
the ATmega8 (which doesn't support them).  It also will conflict with the Servo 
library.  Still I think those are both reasonable tradeoffs, especially because 
the existing library barely works.

Original issue reported on code.google.com by dmel...@gmail.com on 19 Jul 2010 at 5:22

GoogleCodeExporter commented 9 years ago
This isn't going to make it for 0019.

Original comment by dmel...@gmail.com on 11 Aug 2010 at 6:06

GoogleCodeExporter commented 9 years ago
Will it implement the new stream.h class from 0019?

Original comment by jeff.ho...@gmail.com on 18 Sep 2010 at 11:24

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/80bb16db8c2626db8016d8b6eb87be62b23d93
bc

There are still a few minor cleanups to make to the library, but this version 
should work well.

Original comment by dmel...@gmail.com on 11 Feb 2011 at 5:06

GoogleCodeExporter commented 9 years ago
I have arduino NG / atmega 8, and I error when running softwareserial example 
on arduino. What to do?

Original comment by tejaswi1...@gmail.com on 7 Apr 2014 at 4:04