aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/HardwareSerial.h
AgeCommit message (Expand)Author
2012-04-01added Boolean operators to HardwareSerial and CDC to test whether the port is...Zach Eveland
2011-10-27Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...Zach Eveland
2011-02-25Small optimization in HardwareSerial.David A. Mellis
2010-10-17Making HardwareSerial tests register-based, not CPU-based.David A. Mellis
2010-09-081280 -> 1280/2560.David A. Mellis
2010-08-02changing available() to return an int (because the Ethernet Client class or a...David A. Mellis
2010-07-04Adding a peek() function to Stream and HardwareSerial (Serial).David A. Mellis
2010-05-28Adding a basic Stream interface and modifying HardwareSerial to inherit from it.David A. Mellis
2009-12-23Adding Serial.end().David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2009-07-12Clearing the U2Xn bit in Serial.begin() (because it is set on the Pro / Pro M...David A. Mellis
2009-06-01First integration of the Arduino code in Processing 5503: PreProcessor and Co...David A. Mellis