Skip to content
growingkid edited this page May 4, 2018 · 3 revisions

Welcome to the Dinawari wiki!

Dinawari is a free Qt-based Serialport Terminal. it needs Qt to be installed. The Qt modules that Dinawari needs, are:

  • QtCore
  • QtGui
  • QtWidgets
  • QtSerialPort

Dinawari is multithreaded to avoid data lose! The serial thread is always waiting for serial port receive. This allows to send and receive at same time.

I'll be glad if anyone wants to help make Dinawari a complete terminal, including code and GUI theme.

Clone this wiki locally