summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawm0ueYc3uAa4dyHN7qpKGTTxj3kdl3suoM2011-06-08 02:42:20 +0000
committerNicolas Schodet2011-06-08 02:42:20 +0000
commit68eacc99c3d0390d079d6c536a07459dd713ea88 (patch)
tree23cf4ccc0a308ee3e5cd11759fced88a86352a36
parent792d8f44cc37f0c9b667c31f49b31870481bc2b2 (diff)
clarified raw command over bluetooth issue
-rw-r--r--index.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.mdwn b/index.mdwn
index 6d006af..8b58060 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -49,7 +49,7 @@ inside the package directory. This should be run as root (or use sudo).
# Status
* The USB interface is working well.
-* Bluetooth Interface partially works, e.g., send_direct_command(), but raw commands sent using NXT.write() fails since NXT.read() does not return any data.
+* Bluetooth Interface partially works, e.g., send_direct_command(), but raw commands requiring replies sent using NXT.write() fails since NXT.read() does not return any data.
* Not all Fantom API functions are exposed, e.g., high level iFile, iModule APIs (Patches are welcome).
# How to use this wiki?