Penguin

Differences between version 7 and previous revision of BlueTooth.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Saturday, May 20, 2006 5:45:35 pm by PerryLorier Revert
Older page: version 6 Last edited on Saturday, May 20, 2006 3:49:41 pm by PerryLorier Revert
@@ -22,4 +22,10 @@
 <pre> 
  $ hcitool info ''mac-of-device'' 
  $ sdptool browse ''mac-of-device'' 
 </pre> 
+  
+To send files over bluetooth:  
+<pre>  
+ $ ussp-push ''mac-of-device''@ ''localfile'' 'remotefile''  
+</pre>  
+Note that the @ is important, without it ussp-push thinks ''mac-of-device'' is a path to a tty file.