S svba Unregistered / Unconfirmed GUEST, unregistred user! 2009-09-11 #1 使用SPComm如何判断串口的状态??例如是否已经打开或关闭的,网上找了很多资料,但都没有办法
D Dstorm Unregistered / Unconfirmed GUEST, unregistred user! 2009-09-11 #2 try comm1.CommName:= 'com1 '; comm1.StopComm; sleep(500); comm1.StartComm; Lblopencom.Caption:= '当前使用的串口为:com1 '; exit; except showmessage( '不存在串口1或被占用。 '); end;
try comm1.CommName:= 'com1 '; comm1.StopComm; sleep(500); comm1.StartComm; Lblopencom.Caption:= '当前使用的串口为:com1 '; exit; except showmessage( '不存在串口1或被占用。 '); end;