home *** CD-ROM | disk | FTP | other *** search
- ' Global Variables
- Option Explicit
- Global ThePort As Integer
- Global TheBaudCode As Integer
- Global TheDataBits As Integer
- Global TheParity As Integer
- Global TheStopBits As Integer
- Global BaudText(0 To 9) As String
- Global ParityText(0 To 7) As String
- Global OnLineFlag As Integer
- Global RxSelector As Integer
- Global TxSelector As Integer
- Global LockCount As Integer
- Global FatalFlag As Integer
- Global ScreenBuffer(0 To 23) As String * 80
- Global CurrentRow As Integer
- Global CurrentCol As Integer
- Global MIOstate As Integer
- 'Global Constants
- Global Const Handshake_1 = 11
- Global Const Handshake_2 = 12
- Global Const Handshake_3 = 13
- Global Const Dial_1 = 21
- Global Const Dial_2 = 22
- Global Const Dial_3 = 23
-
-
-
-
-
-