
Publication # 68-00155 (Rev: B 26-JULY-95) Page 39
PortSpec = "ISA" & comm_data.PortNum
'Access the DLL routine to open the port
Answer = port_open(PortSpec, comm_data)
PortConnect_Error (Answer)
If Answer = PORT_OK Then
Connected = True
Else
Connected = False
End If
End Sub
Comentarios a estos manuales