-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rewrite HardwareSerial code for UART0 + UART1 support in ESP8266 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
HardwareSerial rewrite for UART0 and UART1 support
Great, thanks! |
Hi guys, |
Forget my message, just saw that UART2 (declared on nodemcu boards) is a "shared" uart with UART0 so need a kind of multiplex soft to have both working at the same time. |
HardwareSerial rewrite for UART0 and UART1 support
Is there any example code available that demonstrates the use of Serial1? I'm using an ESP-01 module and can't seem to transmit data with it in my arduino sketch. However, during flashing, data seems to be received by the device connected to GPIO2 (Serial1 Tx). |
Serial1.begin(921600); // or any other Baudrate
Serial1.println("Test123"); |
…p8266#31) For HTTP public key pinning (RFC7469), the SHA-256 hash of the Subject Public Key Info (which usually only changes when the public key changes) is used rather than the SHA-1 hash of the entire certificate (which will change on each certificate renewal).
see issues #16