You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i have connected an D1 mini (ESP8266) to a Raspberry Pi 4 running the latest Raspberry Pi OS - 64bit, 12 (bookworm).
If i want to see the boot loader messages from the ESP8266 i have to use 74880 as baud rate.
Device:
crw-rw---- 1 root dialout 188, 0 19. Mai 11:11 /dev/ttyUSB0
My user is member of the dialout group.
lsusb:
Bus 001 Device 006: ID 1a86:7523 QinHeng Electronics CH340 serial converter
As general communication check i used picocom --imap lfcrlf -b 74880 /dev/ttyUSB0 and it works fine.
the java (jSerialComm,2.11.0) initialization code for the serial port:
Hi i have connected an D1 mini (ESP8266) to a Raspberry Pi 4 running the latest Raspberry Pi OS - 64bit, 12 (bookworm).
If i want to see the boot loader messages from the ESP8266 i have to use 74880 as baud rate.
Device:
My user is member of the
dialout
group.lsusb:
As general communication check i used
picocom --imap lfcrlf -b 74880 /dev/ttyUSB0
and it works fine.the java (jSerialComm,2.11.0) initialization code for the serial port:
The communication between RPi and D1 works, but it is still 9600 baud. So i could not see the boot loader messages.
The text was updated successfully, but these errors were encountered: