C언어,ARM

RS232 COM9 이상 포트번호 open 안되는 문제

안녕1999 2020. 9. 12. 23:15
CreateFile(
      "\\\\.\\COM10",     // address of name of the communications device
      fdwAccess,          // access (read-write) mode
      0,                  // share mode
      NULL,               // address of security descriptor
      OPEN_EXISTING,      // how to create
      0,                  // file attributes
      NULL                // handle of file with attributes to copy
   );