iceman1001 / ChameleonMini-rebootedGUI

Windows based GUI for Chameleon Mini, the contactless smartcard emulator (NFC/RFID)
GNU General Public License v3.0
290 stars 72 forks source link

HELP text truncated #139

Closed iceman1001 closed 3 years ago

iceman1001 commented 4 years ago

Describe the bug The output from the HELP command inside tab serial, should print all available commands.

To Reproduce Steps to reproduce the behavior:

  1. Go to TAB SERIAL
  2. Click on HELP
  3. Client on SEND
  4. See error at the end of the output from that command.

Expected behavior To list the same amount of detected available commands as to list to the left on tab serial.

Screenshots image

Desktop (please complete the following information):

Loupetre commented 3 years ago

Hello,

At the line 1798 of the FrmMain.cs file, just change int blockLimit = 275; by int blockLimit = 375;

The typical answer's lenght of the HELP commande is 347 bytes.

Here is the result after changing this value :

image

iceman1001 commented 3 years ago

Great catch! Make a PR?

Loupetre commented 3 years ago

Sorry, I see you've made the change before I succeeded in understanding what is a PR and how to do it : I've never made anything like that :) I gonna go for a try with another small enhancement (french language, that is my cup of tea).