Metrologic IS1000 Series Betriebsanweisung Seite 146

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 198
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 145
140
CipherLab BASIC Compiler
User's Guide
Example code:
FREQ_DEV$ = “
CLS
FOR K% = 1 TO 8
FDL$ = “”
FDL$ = GET_NET_PARAMETER$(-39-K%)
IF MID$(FDL$,1,1)<>CHR$(0) THEN
DEV$ = MID$(FDL$,14,20)
MAC_ID$ = MID$(FDL$,2,12)
MACHINE$ = MID$(FDL$,1,1)
FREQ_DEV$ = FREQ_DEV$+DEV$
FREQ_MAC$ = FREQ_MAC$+MAC_ID$
FREQ_MC$ = FREQ_MC$+MACHINE$
END IF
NEXT K%
I% = MENU(FREQ_DEV$)
Setting Frequent Device List
To enable quick connection to a specific device without going through the inquiry and
pairing procedure, a user-definable Frequent Device List can be set up by calling
SET_NET_PARAMETER. If there is an existing Frequent Device List generated from the
inquiry and pairing procedure, it then may be partially or overall updated by this, and vice
versa.
There are five fields: Service Type, MAC ID, Device Name, PIN Code, and Link Key. If
authentication is disabled, you only need to specify the first three fields. Otherwise, the PIN
code field needs to be specified for generating Link Key.
Example code (1):
‘setting up a DUN Frequent Device List without authentication by
calling SET_NET_PARAMETER:
FDL$ = CHR$(4+128)+”00d017401234”+”TestDev.”+CHR$(13)
SET_NET_PARAMETER(40,FDL$)
Seitenansicht 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 197 198

Kommentare zu diesen Handbüchern

Keine Kommentare