Difference between revisions of "FTC Starting up the Debugger Summary 20230308"
From wikidb
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 | |
connected to 192.168.43.1:5555 | connected to 192.168.43.1:5555 | ||
Line 9: | Line 9: | ||
sdcard/robotControllerLog.txt: 1 file pulled. 3.3 MB/s (1257240 bytes in 0.364s) | sdcard/robotControllerLog.txt: 1 file pulled. 3.3 MB/s (1257240 bytes in 0.364s) | ||
− | Notepad trobotControllerLog.txt | + | >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