PaulStoffregen
768926244c
Use constexpr constructors for all Serial classes
7 роки тому
PaulStoffregen
3580ee2bd0
Add Print::availableForWrite
7 роки тому
PaulStoffregen
fb5b81d75f
Serial.begin() to wait up to 1 second for Arduino Serial Monitor
7 роки тому
Mr. B
dfc217e0a2
usb_serial.clear doesn't compile for F_CPU < 20 MHz
When clear function was added, it was not put in the null operations list when no USB enabled
7 роки тому
Kurt Eckhardt
6d3a261664
Add Serial.clear() to Teensy 3.x
On Teensy 3.x - we have Serial1.clear, Serial2.clear...
But not Serial.clear.
Serial.clear() exists for Teensy2, so thought I would try to add it for
Teensy 3s...
8 роки тому
PaulStoffregen
1225f43fd0
Report Serial bool operator true only after 25 ms
Sometimes the PC or Mac drivers are not actually ready to begin receiving data immediately after they cause DTR or RTS to assert. This delay allows the PC to become ready before we tell sketches the Serial device is true (ready).
8 роки тому
PaulStoffregen
db476e9130
Add support for USB_DISABLED
9 роки тому
PaulStoffregen
caa5312fbc
Opps, fix compile for slow speeds
9 роки тому
PaulStoffregen
2f14babf7d
Simplify customizing USB - no longer need to edit interface .h files
9 роки тому
PaulStoffregen
63639d7792
Fix confict in usb_serial.h vs usb_seremu.h (exposed by toolchain upgrade)
10 роки тому
PaulStoffregen
3b066ac09b
Always include inttypes.h in usb_serial.h
10 роки тому
Andrew J. Kroll
f8938ec150
Fix Yield when no Serial on USB
10 роки тому
PaulStoffregen
3b9ae1513b
rename writeBufferFree() to availableForWrite()
10 роки тому
PaulStoffregen
9c1e41e70e
Change room() to writeBufferFree()
https://groups.google.com/a/arduino.cc/d/msg/developers/ls3hkviFYM4/XWT2LbfzNcgJ
10 роки тому
PaulStoffregen
71160e91c2
Add Serial.room()
10 роки тому
PaulStoffregen
4c047eea2b
Add serialEvent (USB) and serialEvent1-3 (serial)
10 роки тому
PaulStoffregen
e42c5cefed
Support F_CPU < 20 MHz with USB disabled
10 роки тому
PaulStoffregen
d783be33c1
Clean up trailing whitespace
10 роки тому
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
11 роки тому