Write String to File

\i S w byte::handle string::text_string

Parameter Type Range Description
handle byte 0 ... 3 unique identifier for opened file
text_string string ASCII chars (0x01 .. 0xFF) text string to be written

Writes data in form of text_string to a previously opened file starting at the current file position.

Note

Response: [ACK]

Example

\iSw\0Hello World!\0

Writes the string "Hello World!" to the file opened via handle 0.

Not supported by: DPC3050, DPC3020, DPC2060, DPC10xx

See also:

MicroSD Card Related Commands
Open File
Read File
Read String from File
Tell Position in File
Set Position in File
Get File Status