1.02155.7 MB
unset
strict
core22
Zerial is a utility that allows to interact with multiple RS232 (COM) devices in binary mode
Zerial is a utility that allows to develop/test hardware and interact with it from our general software in binary mode. Zerial was built with Avalonia and Net6 and published as a self-contained application; therefore, it doesn't need dotnet to be installed. Due to that, it has a size of around 100 MB. But unlike of Electron and Python applications, it utilizes resources carefully.
Zerial has the following main advantages:
1. Performance
To make you app work with serial-devices run following code prior to running wissance-zerial
Zerial has the following main advantages:
1. Performance
- fast start, warm start < 3s
- low memory consumption < 100 MB, and this value is constant
- close to 0 CPU consumption (with properly working
COMdevices)
- Exchange data with devices in a binary format in Hex mode; hardware developers don't need to develop their own software just for tests
- Support multiple devices at the same time (not really tested)
- Remember the last
RS232working configuration
To make you app work with serial-devices run following code prior to running wissance-zerial
sudo snap set system experimental.hotplug=truesudo systemctl restart snapd.servicesudo snap connect wissance-zerial:serial-port
Update History
1.0 (21)13 Dec 2025, 09:47 UTC
1 Mar 2024, 22:23 UTC
5 Mar 2024, 22:22 UTC
13 Dec 2025, 09:47 UTC

