1
0
mirror of https://github.com/gdsports/USBHost_t36 synced 2024-11-21 08:35:03 -05:00
Go to file
Kurt Eckhardt 12be685ab1 Test fixes for different parity and like
I did a quick test using the Serial test app, where I can type in lines like:
#38400,7E1
And it reopens the serial port at the specified baud and format.  Note the formats the test app looks for is 7E1, 7O1, 8N1, 8N2.

Tested on an FTDI, PL2303 and CH341.  I also tested going to Teensy 3.2 CDCACM.  But as far as I know the teensy could not care less about Baud/Format.

Unless of course there is a way to query the value and use it to set a Hardware Serial port to it.
2017-11-05 10:53:54 -08:00
examples Test fixes for different parity and like 2017-11-05 10:53:54 -08:00
antplus.cpp AntPlus fixes 2017-10-21 08:45:09 -07:00
antplusdefs.h Arduino style API for AntPlus payload parsers 2017-10-21 03:34:40 -07:00
ehci.cpp PL2303 support 2017-10-31 11:06:12 -07:00
enumeration.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
hid.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
hub.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
joystick.cpp PS4 support 2017-09-12 06:57:19 -07:00
keyboard.cpp Keyboard - Allow > 8 keyboard max report size 2017-10-31 15:40:18 -07:00
keyboardHIDExtras.cpp Work around for MS keyboard 2017-10-12 19:23:02 -07:00
keywords.txt Test fixes for different parity and like 2017-11-05 10:53:54 -08:00
library.properties Convert to Arduino library format 2017-03-07 07:40:06 -08:00
memory.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
midi.cpp String buffers - Devices contribute buffers 2017-10-19 14:57:52 -07:00
mouse.cpp Keyboard HID extras plus map extra keys 2017-10-12 10:27:41 -07:00
print.cpp Fix print() & println() conflict with Arduino Print class 2017-10-15 13:11:46 -07:00
serial.cpp This commit has a few different parts. It is still a WIP 2017-11-04 17:54:00 -07:00
USBHost_t36.h Test fixes for different parity and like 2017-11-05 10:53:54 -08:00