Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, ich öffne mit "hCom = CreateFile("COM1", GENERIC_READ | GENERIC_WRITE, 0,NULL, OPEN_EXISTING, 0, NULL);" ne Verbindung zur COM1. Nun ist mein Problem, wie kann ich diese wieder beenden?
Hallo, versuche es mal mit:
CloseHandle(hCom);
Danke