How read serial port with ZwReadFile?
Ryuji Kawaida
61
Reputation points
Now, I am trying to read the serial port with ZwReadFile.
For read serial port I use ZwCreateFile and put as property FILE_SYNCHRONOUS_IO_ALERT.
ZwReadFile returns values following:
What is mean this bytes?
Where find information about FILE_SYNCHRONOUS_IO_ALERT?
Sign in to answer