I am opening LPT1 as a file, (no printer assigned - I am in workstation mode). I write to the port, it succeeds, but when I close it, if fails with GENERAL IO FAILURE. Have tried using fopen, fprintf, & fclose, also opened it with OpenFile, WriteFile, and CloseFile. All give the same results. The close fails and the handle is not released, the next attempt to open it results in failure.