#D,e;
This function deletes all files in working directory.
Response:
#D,e;
#D,e,<name>;
This function deletes the file in working directory specified by the name.
Response:
#D,e;
#D,m,<address>,<name>;
This function makes directory specified by the name.
Response:
#D,m;
#D,f,0;
This function erases active disk.
Response:
#D,f;
#D,f,<address>;
This function deletes the directory specified by the cluster number.
Response:
#D,f;
#D,r,<disk>,<address>,<offsetB>,<nB>;
This function enables the user to read the file.
Response:
#D,r,<disk>,<address>,<offsetB>,<nB>; [<data>]
#D,z,<disk>,<address>,<offsetB>,<nB>;
This function enables the user to read the file with CRC.
Response:
#D,z,<disk>,<address>,<offsetB>,<nB>; [<data><CRC>]
#D,w,<name>,<nB>; [<data>]
This function enables the user to write the file (in the working directory)
Response:
#D,w;