Skip to content

Releases: o7raven/SerialMonitor

v1.0.5 stable

25 Mar 16:06
Compare
Choose a tag to compare

Design changes

  • Made the application design more consistent

    • Changed fonts' sizes to be the same
    • Resized the textboxes
    • Connect button is now separate
  • Added minimize button

    • You can now minimize the application
  • Created a temporary icon

I don't think there will be a maximize button in the near future, since there's no need for it at the moment.

  • Close and Minimize buttons are now lower case and bold

Features

  • Display COM ports your computer registers
  • Set the parity, data bits, baud rate
  • Console that logs everything important
  • Monitor text box that logs everything sent to you through the port
  • Input box that allows you to send commands
  • Automatically disconnect from all ports when the app is closed (It's recommended to disconnect from them manually though)

Important information

Although it should be a stable version, it is still not recommended to use it without knowing what you are doing. You could damage your ports or the devices you are connected to

If you mess something up with it, I'm not responsible, you've been warned

Application was coded in Visual Studio

Using .NET Framework with Common Language Runtime (CLR)

Coded by raven

Full Changelog: v1.0.3...v1.0.5

First "stable" version

24 Mar 20:35
Compare
Choose a tag to compare

Features

  • Display COM ports your computer registers
  • Set the parity, data bits, baud rate
  • Console that logs everything important
  • Monitor text box that logs everything sent to you through the port
  • Input box that allows you to send commands
  • Automatically disconnect from all ports when the app is closed (It's recommended to disconnect from them manually though)

Important information

  • Although it should be a stable version, it is still not recommended to use it without knowing what you are doing.
  • You could damage your ports or the devices you are connected to

If you mess something up with it, I'm not responsible, you've been warned

Application was coded in Visual Studio using .NET Framework with Common Language Runtime (CLR)

Coded by raven

v1.0.2

14 Mar 18:41
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Bugfixes

  • Fixed bugged connect/disconnect button when switching between ports
  • Changing ports or refreshing them will now disconnect you automatically from any ports you're connected to
  • Added new notifications to the console, they're tagged with a number (e.g. [002]). You can keep track of them in notifications the folder, it's gonna get bigger as time passes

New changes

  • None, this patch only fixed few bugfixess

Important information

  • Even tho this version should be more secure now, it's still not recommended to run the application without knowing what you're doing

v1.0.1

13 Mar 19:19
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

New changes

  • New menu
  • Added refresh button for serial port recognition
  • Changed UI font: Bahnschrift -> Cascadia Mono/Code
  • If you exit the app, the port will now close automatically (still recommend doing it manually tho)
  • Made the textbox output centered
  • Fixed annoying window showing up when trying to input something while not being conected to a port
    • Now it's displaying error code [001] in console

Important information

This build is still not meant for standard use
You might run into some problems while trying to run the app, make sure to always disconnect from the port you've been connected to

Serial Monitor Early Development

11 Mar 19:38
Compare
Choose a tag to compare
Pre-release

Early access for those who want to contribute on the project.
Not meant for normal use, contains bugs and may damage your computer.

  • Responsive design
  • Cycle between Serial Ports, Baud Rate, Parity and Data Bits
  • Console on your side displaying connection status
  • Serial Monitor displaying RX signals from selected serial port