mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added text about RFCOMM
This commit is contained in:
parent
b2df888783
commit
0c56bfdb81
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
The PS3BT.cpp, PS3BT.h, PS3USB.cpp, PS3USB.h, XBOXUSB.cpp, and XBOXUSB.h were developed by Kristian Lauszus
|
The PS3BT.cpp, PS3BT.h, PS3USB.cpp, PS3USB.h, XBOXUSB.cpp, XBOXUSB.h, RFCOMM.cpp, and RFCOMM.h is developed by Kristian Lauszus
|
||||||
|
|
||||||
For more information regarding the PS3 protocol etc. visit my blog at: http://blog.tkjelectronics.dk/ or send me an email at kristianl at tkjelectronics dot dk.
|
For more information regarding the PS3 protocol etc. visit my blog at: http://blog.tkjelectronics.dk/ or send me an email at kristianl at tkjelectronics dot dk.
|
||||||
You could also visit the official wiki: https://github.com/TKJElectronics/USB_Host_Shield_2.0/wiki for information.
|
You could also visit the official wiki: https://github.com/TKJElectronics/USB_Host_Shield_2.0/wiki for information.
|
||||||
|
@ -23,4 +23,7 @@ All the information regarding the Xbox 360 controller protocol are form these tw
|
||||||
http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/UsbInfo
|
http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/UsbInfo
|
||||||
http://pingus.seul.org/~grumbel/xboxdrv/
|
http://pingus.seul.org/~grumbel/xboxdrv/
|
||||||
|
|
||||||
|
To implement the RFCOMM protocol I used a bluetooth sniffing tool called PacketLogger developed by Apple.
|
||||||
|
It enables me to see the bluetooth communication between my Mac and any device.
|
||||||
|
|
||||||
And at last I would like to thank Oleg from http://www.circuitsathome.com/ for making such an awesome shield!
|
And at last I would like to thank Oleg from http://www.circuitsathome.com/ for making such an awesome shield!
|
Loading…
Reference in a new issue