Releases: TransientResponse/BetterSerialMonitor
Bugfix
Fixes crash on startup.
Bugfix
"Forget Port" button now works.
Added per-port settings
Port settings (baud rate, stop bits, etc.) are now remembered per port if the "Remember ports" box is checked.
Another bugfix
Picks up two commits with a fairly important bugfix.
Beta 4
Adds an option to save your default port settings (baud rate, parity, stop bits, etc.) to an XML file which will be automatically loaded on every startup.
Also, the baud rate option 115600 was removed as the .NET Framework SerialPort class apparently doesn't support it.
Beta 3
New features
None.
Fixes/Improvements
- Rewrote history management, now much improved
- Changing history items no longer selects the text
- Program no longer starts in the upper-left of the screen, now starts in the center
Beta 1.2
Improved:
- Fixed font in send data box
- New custom icon
- Improved scroll-lock feature, stay on a certain line
- Clicking mouse in received box now refreshes data from the port. This allows the same executable to work on Windows and Mac/Linux (with Mono). (Previously this feature was only enabled if compiled with Mono).
Beta 1, with fixed button
The "Clear box" button now correctly clears the transmit data box (rather than the receive box).
Beta 1
Stable, working, and tested, but not super-thoroughly. Don't use for anything mission-critical.
Report any bugs in the Issues. It's open-source for a reason.