Hello,
I'm having some difficulty with synchronizing the Serial port on an Arduino Zero to the computer. In my application (a data logger). I'm looking to connect a running Arduino Zero to the computer and start downloading data to the computer through the Native port. I'd like to be able to do this without resetting the tag.
I can do the data download but only if I reset the Serial port by reprogramming the tag which seems like a pretty inefficient method. I'm wondering if anyone knows if there are any generic commands that are used by the computer, or the Arduino that can synchronize the communication and get the port working (I think there must be, because the Arduino environment can always establish a connection to program through).
Also, I think that in an ideal world I'd be able to setup my device as a USB storage device client, (I've see posts about setting the Zero up as a keyboard or mouse). Is anyone aware of anyone setting things up as a Storage device so that data can be downloaded efficiently?