Anritsu Site Master S331D Instrukcja Użytkownika Strona 124

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 132
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 123
GoTo SetSMBaud_err_handler
End If
If Asc(strInputBuf) = 255 Then
MsgBox “Set Baud Rate Succesfully”
ElseIf Asc(strInputBuf) = 238 Then
MsgBox “SiteMaster Timed out”
GoTo SetSMBaud_err_handler
ElseIf Asc(strInputBuf) = 224 Then
MsgBox “Invalid Baud Rate - ERR 224"
GoTo SetSMBaud_err_handler
Else
MsgBox “Invalid Baud Rate - ERR ” + CStr(Asc(strInputBuf))
GoTo SetSMBaud_err_handler
End If
Exit Sub
SetSMBaud_err_handler:
commCtrl.Settings = PreviousSettings
End Sub
118 Site Master PM
Przeglądanie stron 123

Komentarze do niniejszej Instrukcji

Brak uwag