mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 06:34:04 +09:00
testdiskdrive minor fixes, working directory listing
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user