Test version of BlueUSB stack. Includes SDP and RFCOMM. As Client it allows to connect to my fischertechnik TX Controller. As Server it echo\\\\\\\'s characters to Putty. PIN=1234

Dependencies:   mbed myUSBHost AvailableMemory

Dependents:   mbed_TANK_Kinect myBlueUSB_ros ftusbClass

Revision:
5:378c208637e3
Parent:
2:0118da9e5169
--- a/Socket.cpp	Sun May 08 18:30:10 2011 +0000
+++ b/Socket.cpp	Sat Jun 11 19:43:00 2011 +0000
@@ -176,7 +176,7 @@
     {
         SocketInternal* si = GetInternal(socket);
         if (!si || si->ID != socket){
-            printf("Close: socket %d not found\n");
+            printf("Close: socket %d not found\n", socket);
             return ERR_SOCKET_NOT_FOUND;
         }
         printf("Close: socket %d (type=%d)\n", socket, si->Type);