Can Daisy Patch receive serial data in real time?

Hi, I’m interested in getting Csound to run on Daisy Patch, which the Csound devs now support as of Csound7. But it would be great not to use midi if I don’t need to as I’m controlling it from custom computer sequencers. Is it possible to send the patch text data over a serial connection somehow? Or is that strictly for loading code and once we are running it needs to be done over midi?
I would like to send Csound score messages, which look like this:
“i0 1.0 1 2 2.2 …”

thanks