| 55 | } |
| 56 | |
| 57 | void fxCloseSerial(txSerialTool self) |
| 58 | { |
| 59 | if (self->serialConnection != INVALID_HANDLE_VALUE) { |
| 60 | CloseHandle(self->serialConnection); |
| 61 | self->serialConnection = INVALID_HANDLE_VALUE; |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | void fxCountMachines(txSerialTool self) |
| 66 | { |