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

From wikidb
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
>cd  C:\Users\epp\AppData\Local\Android\sdk\platform-tools
 
>cd  C:\Users\epp\AppData\Local\Android\sdk\platform-tools
  
>adb connect 192.168.43.1
+
>adb connect 192.168.43.1
 
     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>

Latest revision as of 12:18, 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