Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryan-programmer/flexi-serial-terminal
Configurable RS232 serial communicator.
https://github.com/aryan-programmer/flexi-serial-terminal
csharp desktop-app desktop-application dotnet material material-design material-ui serial terminal wpf wpf-application xaml xaml-ui
Last synced: 18 days ago
JSON representation
Configurable RS232 serial communicator.
- Host: GitHub
- URL: https://github.com/aryan-programmer/flexi-serial-terminal
- Owner: aryan-programmer
- Created: 2020-07-20T14:44:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T14:05:02.000Z (over 4 years ago)
- Last Synced: 2024-11-16T11:13:11.191Z (3 months ago)
- Topics: csharp, desktop-app, desktop-application, dotnet, material, material-design, material-ui, serial, terminal, wpf, wpf-application, xaml, xaml-ui
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flexi Serial Terminal
Serial terminal for test, measurement and debugging of RS232 serial communication devices.
## Features
- Configurable poll intervals between any two Poll Commands.
- Number of Poll Commands and Send Commands can be increased according to requirements.
- User defined macros for Poll Commands and Send Commands.
- Poll Commands response data is saved to distinct CSV files for each commands.
- Each Response Fields has unique location in UI window.
- Auto adjustable width of command fields according to command length.
- Resizable user interface window.## Notes
This utility presumes the following settings for RS232 communication:
- Eight data bits and one stop bit.
- No parity bits and hardware control.