User`s guide

Chapter
5
BASIC
Commands
141
Example code (2):
‘setting up a SPP Frequent Device List with authentication (needs PIN
code) by calling SET_NET_PARAMETER:
FDL$ = CHR$(3+128) + ”00d017401234” + ”TestDev.” + CHR$(13) + ”1234
+CHR$(13)
SET_NET_PARAMETER(40,FDL$)