I already try this code. It's not work on my wiz 1.0.0.
Here's an example (no error checking included).
I've used cout (printf is so C :)).
CODE
#include <iostream>
#include <unistd.h>
#include <fcntl.h>
using namespace std;
int main(int, char**)
{
int fd = open("log.txt"...