Home | History | Annotate | Download | only in adk

Lines Matching full:serial

196       <p class="note"><strong>Note:</strong> If you are on a Mac, install the FTDI USB Serial
274 <li>On Windows: click <strong>Tools &gt; Serial Port &gt; COM#</strong> to specify the port
276 reserved for serial port connections. You most likely want COM2 or COM3.</li>
278 <li>On Mac: Click <strong>Tools &gt; Serial Port &gt; dev/tty.usbserial-###</strong> to
281 <li>On Linux (Ubuntu): Click <strong>Tools &gt; Serial Port &gt; dev/ttyUSB#</strong> to
352 <code>Serial.println()</code> statements) to the code located in the
357 <p>You can view the debug statements in the Arduino Serial Monitor by clicking <strong>Tools &gt;
358 Serial Monitor</strong> and setting the baud to 115200. The following sections about how
439 Serial.print("\nDevice addressed... ");
440 Serial.print("Requesting device descriptor.");
444 Serial.print("\nDevice descriptor cannot be retrieved. Program Halted\n");
449 Serial.print("found android accessory device\n");
453 Serial.print("found possible device. switching to serial mode\n");
481 Serial.print("device supports protocol 1\n");
483 Serial.print("could not read device protocol version\n");
492 sendString(addr, ACCESSORY_STRING_SERIAL, serial);
512 Serial.print("found android acessory device\n");
553 Serial.print("Can't get config descriptor length\n");
560 Serial.print("config descriptor too large\n");
567 Serial.print("Can't get config descriptor\n");
607 Serial.print("config desc\n");
611 Serial.print("interface desc\n");
633 Serial.print("unkown desc type ");
634 Serial.println( descType, HEX);
642 Serial.println("can't find accessory endpoints");
673 Serial.print("inEp: ");
674 Serial.println(inEp.epAddr, HEX);
675 Serial.print("outEp: ");
676 Serial.println(outEp.epAddr, HEX);
683 Serial.print("Can't set config to 1\n");