Declare Function ascAbort Lib "ASDRV32.DLL" () As Long
Declare Function ascDriver Lib "ASDRV32.DLL" () As Long
Declare Function ascGetMessage Lib "ASDRV32.DLL" (ByVal Buffer As String, ByVal Size As Long) As Long
Declare Function ascGetParameter Lib "ASDRV32.DLL" (ByVal Parameter As Long) As Long
Declare Function ascInit Lib "ASDRV32.DLL" (ByVal Port As Long, ByVal RxQueSize As Long, ByVal xFlag As Long) As Long
Declare Function ascStartTx Lib "ASDRV32.DLL" (ByVal FileName As String, ByVal CharPace As Long,ByVal TermChar As Long,ByVal EchoFlag As Long) As Long
Declare Function ascStartRx Lib "ASDRV32.DLL" (ByVal FileName As String, ByVal TermChar As Long,ByVal FirstWait As Long,ByVal CharWait,ByVal EchoFlag As Long) As Long