Difference between revisions of "FTC Starting up the Debugger Summary 20230308"

From wikidb
Jump to: navigation, search
Line 6: Line 6:
 
     connected to 192.168.43.1:5555
 
     connected to 192.168.43.1:5555
  
 +
>adb pull sdcard/robotControllerLog.txt
 +
    sdcard/robotControllerLog.txt: 1 file pulled. 3.3 MB/s (1257240 bytes in 0.364s)
 +
 +
Notepad trobotControllerLog.txt
 
</pre>
 
</pre>

Revision as of 12:17, 8 March 2023

Start up a terminal session.

 
>cd  C:\Users\epp\AppData\Local\Android\sdk\platform-tools

 >adb connect 192.168.43.1
     connected to 192.168.43.1:5555

>adb pull sdcard/robotControllerLog.txt
     sdcard/robotControllerLog.txt: 1 file pulled. 3.3 MB/s (1257240 bytes in 0.364s)

Notepad trobotControllerLog.txt