PaulStoffregen
4a24e41108
Use names SerialUSB1 & SerialUSB2 for extra USB serial ports
пре 4 година
PaulStoffregen
e4b6abf862
USB Dual & Triple Serial on Teensy 4 (work in progress)
пре 4 година
PaulStoffregen
e2badb1e65
RawHID on Teensy 4.0, initial prep work
пре 5 година
Kurt Eckhardt
4f24f25a32
Main loop - call yield - yield can call SerialEvent
Comment out some of the main programs debug print statements plus add yield call to main loop.
yield can now call SerialEvent.
Put hack in that if the user has not overwritten the SerialEvent function, the weak linked one will turn off calling itself...
пре 5 година
PaulStoffregen
7e959d4a14
USB serial receive on IMXRT
пре 5 година
PaulStoffregen
e687673ddf
First commit, Teensy4 work-in-progress
пре 6 година
PaulStoffregen
5ae453cc5c
Use only DTR for (bool)Serial, RTS isn't reliable on Windows
пре 6 година
PaulStoffregen
e5006127db
Fix compiler warning, unused variable
пре 7 година
PaulStoffregen
0792b03a85
Remove USB Serial.begin 2.5 second wait for connection
пре 7 година
PaulStoffregen
7099935c0e
Update open source license info
пре 7 година
PaulStoffregen
243f48ce7a
USB Serial.begin wait to 2.5 seconds (hopefully enough)
пре 7 година
PaulStoffregen
57d3c69a6b
Update comment
пре 7 година
PaulStoffregen
766b855592
Lengthen USB Serial.begin() wait - needed for slow Windows systems
https://forum.pjrc.com/threads/44904-Teensyduino-1-37-Beta-3?p=146286&viewfull=1#post146286
пре 7 година
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).
пре 9 година
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 година