RedBearLab/CCLoader

Com number

Opened this issue · 1 comments

the com port is 57 on my computer and it doesn't work. => illegal port number. Strange

@LyonL-fr Because of this Line and this Line you are unable to use com 57.

Change the comport_number>15 to your needs and modifiy comports[16][10] accordingly.

Compile the code using below command:

gcc -static main.c -o CCLoader.exe

Good Luck! 👍