π We will try to implement the features with the most votes first. π A valid license key must be entered for voting! π Each license key can be used for a maximum of 1 vote per feature! π A universal license key can be used to vote for all programs, even the freeware tools!
Ability to display received hex values correctly starting from $80. Currently only ASCII values can be displayed correctly (up to $7F).
Ability to send CR/LF sequence when sending ASCII - ability to easily send control codes like CR (#10 = 0xA), LF (#13 = 0xD)
Ability to enumerate and sniff serial interfaces that use non-standard driver models like FTD232 based devices that do not provide a COMn programming interface e.g. micro-controller boards, vehicle OBD2 interfaces etc so it becomes easy to reverse engineer proprietary addresses of system hardware devices to help create Android apps that can program proprietary features and not just read generic OBD-2 codes
Ability to monitor multiple serial ports at the same time
Ability to monitor the serial port at the same time that another application is sending and receiving data
Ability to specify "send" repeat time, be it minutes or hours
Ability to wait a signal to mean they start transmission, and one other signal to mean the transmission has ended. This way, we can put codes to monitor activity and automatically export the data in txt.
Application should detect the available COM port at start.
Automatic reconnection of the RS232 connection to handle any disconnections that may occur (after events like PC restarts, Windows updates, and similar occurrences)