-
-
Notifications
You must be signed in to change notification settings - Fork 114
Getting BlueRetro debug logs via Serial port Windows 10
Jacques Gagnon edited this page Dec 9, 2021
·
9 revisions
When using DevKitC USB port for serial debug DO NOT CONNECT the 3.3v or 5V pin coming from game system. Power will be provided from USB
- Download & install PuTTY or use your favorite terminal emulator.
- Select serial and set right COM port and set speed to 921600 (You can see COM list in Device manager)
- In "Terminal" check "Implicit CR in every LF"
- (Optional) If reboot on serial connection is undesirable, disable flow control under serial menu.
- Back in session you may save those setting for later.
- Click "Open"
- Reproduce issue and copy the whole log to a .txt file.
- Open issue in GitHub and attach file with step for reproduction.
-
RE notes
- ESP32 RTOS + Bare Metal: Best of Both Worlds?
- Learning Bluetooth Classic (BR/EDR) with HCI traces
- Xbox One Adaptive controller
- Evolution of SEGA's IO Interface from SG-1000 to Saturn
- Famicom & NES controller shift register: Parallel-in, Serial-out
- SNES 2P & Super Multitap
- PlayStation & PlayStation 2 SPI interface
- 3DO interface
- PC-FX interface
- CD-i interface
- PCE & TG16 interface
- Jaguar Interface
-
Deprecated content