Multiprocotol Terminalprogram (BAT)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonas Arnold d86f4f106f implemented newline sequence handling in ConsoleView, 3 years ago
Common replaced buffer handling thread with timer in CommunicationProtocol, 3 years ago
MultiTerm.Core implemented newline sequence handling in ConsoleView, 3 years ago
MultiTerm.Core.Tests removed unnecessary package, 3 years ago
MultiTerm.Protocols replaced buffer handling thread with timer in CommunicationProtocol, 3 years ago
MultiTerm.Wpf implemented newline sequence handling in ConsoleView, 3 years ago
MultiTerm.Wpf.CustomControl fixed bug with wrong colors in MultiFormatTextBox, 3 years ago
.gitattributes Add .gitattributes and .gitignore. 3 years ago
.gitignore Add .gitattributes and .gitignore. 3 years ago
MultiTerm.sln changed ExtendedChar to ExtendedByte, 3 years ago
README.MD added readme 3 years ago

README.MD

MultiTerm Terminalprogramm

MultiTerm ist ein Multiprotokoll Terminalprogramm. Damit können gleichzeitig auf mehreren Tabs verschiedene Kommunikationsprotokolle verwendet werden. Entwickelt an der Hochschule Luzern T&A im Rahmen der BAT von Jonas Arnold.

Features

  • Mehrere Verbindungen gleichzeitig möglich (mittels Tabs)
  • Verschiedene Kommunikationsprotokolle
  • Verschiedene Datenansichten
  • Newline Zeichen einstellbar

Protokolle

Aktuell sind folgende Protokolle implementiert:

  • Serial (USB CDC)
  • USB HID (raw)
  • UDP
  • TCP

Installation

Aktuell muss die Applikation selbst kompiliert werden, dazu ist das Visual Studio 2022 (oder neuer) notwendig.

  1. Dieses Repository clonen, Solution in Visual Studio öffnen.
  2. Rechtsklick auf die Solution -> Restore NuGet Packages
  3. Build
  4. MultiTerm.Wpf starten