Hi Steve,

First of all, thanks for the quick reply.
It partially works :).
Even before I ask I already tried with these commands:

TOSH_MAKE_DOCK_N_OUTPUT();
TOSH_SET_DOCK_N_PIN();

At this moment, when I send the first command to send me the file it fails into the opening of the file. The code is something like this:

TOSH_MAKE_DOCK_N_OUTPUT();
TOSH_SET_DOCK_N_PIN();
call Fats.open(...)

But, the next time (even immediately after the first try) I try the same command, it works :). I think the reason for this may be that, it needs some time before these commands are in action. But when I look into the commands used throughout the JustFATLogging application there is no waiting.

Should I wait for a few milliseconds using the command: TOSH_uwait(xx)?

Thanks,
Hristijan
_______________________________________________
Shimmer-users mailing list
[email protected]
https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users

Reply via email to