7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
256 </p> | 256 </p> |
257 <p> | 257 <p> |
258 Note: switching to raw mode is done with synchronous writes. | 258 Note: switching to raw mode is done with synchronous writes. |
259 </p> | 259 </p> |
260 <dl> | 260 <dl> |
261 <dt>Returns:</dt> | 261 <dt>Return:</dt> |
262 <dd> | 262 <dd> |
263 flag indicating success | 263 flag indicating success |
264 @rtype bool | 264 @rtype bool |
265 </dd> | 265 </dd> |
266 </dl> | 266 </dl> |
285 <dd> | 285 <dd> |
286 verbose error message | 286 verbose error message |
287 </dd> | 287 </dd> |
288 </dl> | 288 </dl> |
289 <dl> | 289 <dl> |
290 <dt>Returns:</dt> | 290 <dt>Return:</dt> |
291 <dd> | 291 <dd> |
292 shortened error message | 292 shortened error message |
293 </dd> | 293 </dd> |
294 </dl> | 294 </dl> |
295 <dl> | 295 <dl> |
332 <dd> | 332 <dd> |
333 name of the port to be used | 333 name of the port to be used |
334 </dd> | 334 </dd> |
335 </dl> | 335 </dl> |
336 <dl> | 336 <dl> |
337 <dt>Returns:</dt> | 337 <dt>Return:</dt> |
338 <dd> | 338 <dd> |
339 flag indicating success | 339 flag indicating success |
340 </dd> | 340 </dd> |
341 </dl> | 341 </dl> |
342 <dl> | 342 <dl> |
369 <dd> | 369 <dd> |
370 list of commands to be executed | 370 list of commands to be executed |
371 </dd> | 371 </dd> |
372 </dl> | 372 </dl> |
373 <dl> | 373 <dl> |
374 <dt>Returns:</dt> | 374 <dt>Return:</dt> |
375 <dd> | 375 <dd> |
376 tuple containing stdout and stderr output of the device | 376 tuple containing stdout and stderr output of the device |
377 </dd> | 377 </dd> |
378 </dl> | 378 </dl> |
379 <dl> | 379 <dl> |
404 <p> | 404 <p> |
405 Public method to obtain information about the currently mounted file | 405 Public method to obtain information about the currently mounted file |
406 systems. | 406 systems. |
407 </p> | 407 </p> |
408 <dl> | 408 <dl> |
409 <dt>Returns:</dt> | 409 <dt>Return:</dt> |
410 <dd> | 410 <dd> |
411 tuple of tuples containing the file system name, the total | 411 tuple of tuples containing the file system name, the total |
412 size, the used size and the free size | 412 size, the used size and the free size |
413 </dd> | 413 </dd> |
414 </dl> | 414 </dl> |
442 <dd> | 442 <dd> |
443 name of the file to copy to | 443 name of the file to copy to |
444 </dd> | 444 </dd> |
445 </dl> | 445 </dl> |
446 <dl> | 446 <dl> |
447 <dt>Returns:</dt> | 447 <dt>Return:</dt> |
448 <dd> | 448 <dd> |
449 flag indicating success | 449 flag indicating success |
450 </dd> | 450 </dd> |
451 </dl> | 451 </dl> |
452 <dl> | 452 <dl> |
469 <p> | 469 <p> |
470 Public method to get some implementation information of the connected | 470 Public method to get some implementation information of the connected |
471 device. | 471 device. |
472 </p> | 472 </p> |
473 <dl> | 473 <dl> |
474 <dt>Returns:</dt> | 474 <dt>Return:</dt> |
475 <dd> | 475 <dd> |
476 dictionary containing the implementation information | 476 dictionary containing the implementation information |
477 </dd> | 477 </dd> |
478 </dl> | 478 </dl> |
479 <dl> | 479 <dl> |
495 | 495 |
496 <p> | 496 <p> |
497 Public method to get the current time of the device. | 497 Public method to get the current time of the device. |
498 </p> | 498 </p> |
499 <dl> | 499 <dl> |
500 <dt>Returns:</dt> | 500 <dt>Return:</dt> |
501 <dd> | 501 <dd> |
502 time of the device | 502 time of the device |
503 </dd> | 503 </dd> |
504 </dl> | 504 </dl> |
505 <dl> | 505 <dl> |
528 | 528 |
529 <p> | 529 <p> |
530 Public method to get the connection status. | 530 Public method to get the connection status. |
531 </p> | 531 </p> |
532 <dl> | 532 <dl> |
533 <dt>Returns:</dt> | 533 <dt>Return:</dt> |
534 <dd> | 534 <dd> |
535 flag indicating the connection status | 535 flag indicating the connection status |
536 </dd> | 536 </dd> |
537 </dl> | 537 </dl> |
538 <dl> | 538 <dl> |
563 <dd> | 563 <dd> |
564 flag indicating to show hidden files as well | 564 flag indicating to show hidden files as well |
565 </dd> | 565 </dd> |
566 </dl> | 566 </dl> |
567 <dl> | 567 <dl> |
568 <dt>Returns:</dt> | 568 <dt>Return:</dt> |
569 <dd> | 569 <dd> |
570 list containing the directory listing with tuple entries of | 570 list containing the directory listing with tuple entries of |
571 the name and and a tuple of mode, size and time (if fullstat is | 571 the name and and a tuple of mode, size and time (if fullstat is |
572 false) or the complete stat() tuple. 'None' is returned in case the | 572 false) or the complete stat() tuple. 'None' is returned in case the |
573 directory doesn't exist. | 573 directory doesn't exist. |
599 <dd> | 599 <dd> |
600 name of the directory to be listed | 600 name of the directory to be listed |
601 </dd> | 601 </dd> |
602 </dl> | 602 </dl> |
603 <dl> | 603 <dl> |
604 <dt>Returns:</dt> | 604 <dt>Return:</dt> |
605 <dd> | 605 <dd> |
606 tuple containg the directory listing | 606 tuple containg the directory listing |
607 </dd> | 607 </dd> |
608 </dl> | 608 </dl> |
609 <dl> | 609 <dl> |
657 <dd> | 657 <dd> |
658 name of the file to copy to | 658 name of the file to copy to |
659 </dd> | 659 </dd> |
660 </dl> | 660 </dl> |
661 <dl> | 661 <dl> |
662 <dt>Returns:</dt> | 662 <dt>Return:</dt> |
663 <dd> | 663 <dd> |
664 flag indicating success | 664 flag indicating success |
665 </dd> | 665 </dd> |
666 </dl> | 666 </dl> |
667 <dl> | 667 <dl> |
683 | 683 |
684 <p> | 684 <p> |
685 Public method to get the current directory of the connected device. | 685 Public method to get the current directory of the connected device. |
686 </p> | 686 </p> |
687 <dl> | 687 <dl> |
688 <dt>Returns:</dt> | 688 <dt>Return:</dt> |
689 <dd> | 689 <dd> |
690 current directory | 690 current directory |
691 </dd> | 691 </dd> |
692 </dl> | 692 </dl> |
693 <dl> | 693 <dl> |
770 <dd> | 770 <dd> |
771 flag indicating to ignore errors | 771 flag indicating to ignore errors |
772 </dd> | 772 </dd> |
773 </dl> | 773 </dl> |
774 <dl> | 774 <dl> |
775 <dt>Returns:</dt> | 775 <dt>Return:</dt> |
776 <dd> | 776 <dd> |
777 flag indicating success | 777 flag indicating success |
778 </dd> | 778 </dd> |
779 </dl> | 779 </dl> |
780 <dl> | 780 <dl> |
812 <p> | 812 <p> |
813 Public method to get the MicroPython version information of the | 813 Public method to get the MicroPython version information of the |
814 connected device. | 814 connected device. |
815 </p> | 815 </p> |
816 <dl> | 816 <dl> |
817 <dt>Returns:</dt> | 817 <dt>Return:</dt> |
818 <dd> | 818 <dd> |
819 dictionary containing the version information | 819 dictionary containing the version information |
820 </dd> | 820 </dd> |
821 </dl> | 821 </dl> |
822 <dl> | 822 <dl> |