请问在windows中有无办法检测串口参数?(100分)

  • 主题发起人 主题发起人 hgu
  • 开始时间 开始时间
H

hgu

Unregistered / Unconfirmed
GUEST, unregistred user!
在DOS中可以用msd.exe察看已经设置的串口参数,请问在windows中有无办法检测串口当前参数?
 
<br>BOOL GetCommState(<br><br>&nbsp; &nbsp; HANDLE hFile, // handle of communications device<br>&nbsp; &nbsp; LPDCB lpDCB // address of device-control block structure<br>); <br>&nbsp;
 
得到何参数?IQR还是端口地址?!
 
1.定义一个DCB类型的变量Ldcb<br>2.调用GetCommState函数,可把系统当前的状态读入Ldcb中,然后就可以访问其中的<br>数据!<br>&nbsp; (DCB表示数据控制块,其中有很多域值可以访问!其结构可从delphi help中,若找不到,请联系sebert@263.net)
 
GetCommConfig<br>GetCommState<br>GetCommProperties
 
接受答案了.
 
后退
顶部