Skip to content

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

Getting BlueRetro debug logs via Serial port Windows 10

  1. Download & install PuTTY or use your favorite terminal emulator.
  2. Select serial and set right COM port and set speed to 921600 (You can see COM list in Device manager)
  3. In "Terminal" check "Implicit CR in every LF"
  4. (Optional) If reboot on serial connection is undesirable, disable flow control under serial menu.
  5. Back in session you may save those setting for later.
  6. Click "Open"
  7. Reproduce issue and copy the whole log to a .txt file.
  8. Open issue in GitHub and attach file with step for reproduction.
Clone this wiki locally