|
From: Alain P. <apa...@us...> - 2002-04-22 14:29:57
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- README.txt 1.4 1.5=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Add documentation for -D option for bti The diff of the modified file(s): --- README.txt 22 Apr 2002 14:18:46 -0000 1.4 +++ README.txt 22 Apr 2002 14:29:22 -0000 1.5 @@ -54,6 +54,12 @@ -f, --noflow Don't use RTS and CTS signals when communicating with the module through = UART =20=20=20 + -D /* RTS reset the module */ + Set the RTS to 0 after the serial port has been opened. This allow to mak= e a + soft reset for a bluetooth module like the module from ericsson if you + wire the rts to the reset pin of the module. + This option is valid only if -f option is present.=20 + e.g ./bti --reset --speed 460800 --physdev /dev/ttyS0 --local-name OpenBT =20 |