|
From: Alain P. <apa...@us...> - 2002-05-15 13:07:56
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
btinit.c 1.19 1.20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added long option and documentation for reset on RTS.
The diff of the modified file(s):
--- btinit.c 22 Apr 2002 15:00:22 -0000 1.19
+++ btinit.c 15 May 2002 13:07:56 -0000 1.20
@@ -74,6 +74,10 @@
force uart communication to not use CTS and RTS
default: flow control activated if defined hardware support it
=20
+ -D, --user-rts
+ Use RTS for hard reset
+ default: no use of RTS
+
e.g
./bti --reset --speed 460800 --physdev /dev/ttyS0 --local-name OpenBT
./bti --reset --speed 1000000/1 --physdev /dev/ttyS0 --local-name OpenBT
@@ -128,6 +132,7 @@
{ "local-name", 1, NULL, 'n' }, /* set local bluetooth name */
{ "reset", 0, NULL, 'R' }, /* reset BT HW */
{ "speed", 1, NULL, 's' }, /* uart speed towards hw */
+ { "use-rts", 1, NULL, 'D' }, /* user rts for hard reset */
{ 0, 0, 0, 0 }
};
=20
|