Skip to content

Releases: prof7bit/DebugTerminal

v1.6

01 Sep 09:38
Compare
Choose a tag to compare
  • fix forgotten missing implementation of ASCII text
  • fix stuttering RX with some virtual com port drivers on windows

This release currently only contains a Windows 32 bit binary, others will be added later, I don't have all the other compilers set up on this machine yet.

v1.5

23 Dec 18:58
Compare
Choose a tag to compare
  • work around windows bug with com port numbers above 9
  • fix wrong line end handling in ascii mode

v1.4

18 Sep 20:02
Compare
Choose a tag to compare
  • improved mouse zooming and panning in the plot window
  • smoothly animated zoom for maximum eye candy
  • nicer colors

v1.3

16 Sep 16:12
Compare
Choose a tag to compare
  • rewritten comport unit, fixes slowness problem with FTDI based USB/Serial adaptors on Windows

v1.2

14 Sep 14:38
Compare
Choose a tag to compare
  • fix incomplete initialization of com port on windows (seemed dead and unable to receive any data on some of the slower baud rates)
  • allow changing of baud rate on the fly while port is open

v1.1

13 Sep 15:45
Compare
Choose a tag to compare

Improved performance

v1.0

06 Sep 11:51
Compare
Choose a tag to compare

Initial release.

  • connect to any serial port with a wide range of different baud rates
  • send binary sequences entered as hex strings or ascii
  • display received data as hex, binary, decimal or ascii
  • 8 configurable buttons to send preprogrammed sequences
  • demultiplex and plot received data in up to 4 channels, 8 or 16 bits per sample, signed or unsigned, tenthousands of samples per second in real time
  • plot has autoscale and zoom
  • released binaries for Windows_32, Windows_64, Linux_64_gtk2, Linux_64_qt4

The Qt4 binary may need Qt4Pas (available through the official repositories), the other builds are self-contained and will run out of the box.