Go to file
informatic 6ee96f2305 Add basic README and more help 2018-04-26 11:30:35 +02:00
.gitignore Initial commit 2018-04-22 07:21:00 +02:00
README.md Add basic README and more help 2018-04-26 11:30:35 +02:00
rdatool.py Add basic README and more help 2018-04-26 11:30:35 +02:00

README.md

rdatool

RDA8851 & family host interface tool (CoolSand)

Requirements

  • Python 2.7 / Python 3.5
  • pyserial (python-serial / python3-serial package on Ubuntu/Debian, pyserial on pypi)

Usage

See rdatool.py --help.

Notes

CH341 USB-UART IC used on some AIR200(T) devkits does not seem to manage to keep up with CoolSand host interface baudrate on Linux (921600 baud). Use something more reliable, like CP2102 or FT232.