Hab nicht das B20, sondern das C11, und nach langem probieren Erfolg
gehabt - vielleicht lohnt es sich für euch ja mal zu probieren:
Default-Meldung nach Power on:
-----snip-----
After power-on, the following startup message can be displayed with a
fixed speed
of 9,600 bps, 8 data bits, no parity, 1 stop bit:
+++ Press <CR>,<CR>,<ESC>,<ESC> to enter BlueRS+ configurator +++
-----snip-----
Hier mit <CR>,<CR>,<ESC>,<ESC> in den Konfigurator gehen, und Baudrate
einstellen:
-----snip-----
at**BR = 6
38,400 bps
-----snap-----
Einrichten der Module auf automatischen Connect nach power on:
Lokales Modul einrichten auf automatischen Empfang:
-----snip-----
at**boad
123456789012
//erstmal eigene Adresse rausbekommen, die muss dann das remote modul
//später wissen
atconf // This command calls the BlueRS+ configurator directly.
The "#" configurator prompt will be displayed.
OK
#cmds 12 // 12 Incoming calls only, no connection initiated by this
module
#save // This command stores the current set of parameters in
non-volatile memory.
#go // Use the quit (or exit or go) command to exit the BlueRS+
configurator.
-----snap-----
Remote Modul einrichten, damit nach Power Up automatisch ein
Verbimdungsversuch gemacht wird:
-----snip-----
atconf // This command calls the BlueRS+ configurator directly.
The "#" configurator prompt will be displayed.
OK
#brad 123456789012 // addresses a Bluetooth device directly via its
address
#cmds 8 // Bluetooth connection will be initiated independent of
any status line after poweron the BlueRS+
#save // This command stores the current set of parameters in
non-volatile memory.
#go // Use the quit (or exit or go) command to exit the BlueRS+
configurator.
-----snap-----
Damit habe ich zumindest eine bidirektionale Verbindung mit der
eingestellten Baudrate hinbekommen.
Gruß
snafu