We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the com port is 57 on my computer and it doesn't work. => illegal port number. Strange
The text was updated successfully, but these errors were encountered:
@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! 👍
Sorry, something went wrong.
No branches or pull requests
the com port is 57 on my computer and it doesn't work. => illegal port number. Strange
The text was updated successfully, but these errors were encountered: