testdiskdrive minor fixes, working directory listing

This commit is contained in:
minjaesong
2020-10-28 11:28:07 +09:00
parent 6e5c5d0981
commit 778c8bd918
4 changed files with 51 additions and 22 deletions

View File

@@ -5,4 +5,20 @@ ba = com.pullMessage(0)
serial.print(ba);
serial.println("# END OF MSG");
ba = com.sendMessageGetBytes(1, "DEVNAM"+String.fromCharCode(0x17));
serial.println(ba);
ba = com.sendMessageGetBytes(1, "DEVSTU"+String.fromCharCode(0x17));
serial.println(ba);
ba = com.sendMessageGetBytes(1, "LIST");
ba = com.pullMessage(1);
println(ba);
ba = com.sendMessageGetBytes(1, "DEVSTU"+String.fromCharCode(0x17));
serial.println(ba);
serial.println("k bye")