I have a project where I am trying to convert a Windows based app that sends data over USB/serial to Android. I've downloaded and examined https://bitbucket.org/lusovu/xamarinusbserial but I can't for the life of me find or figure out how to use the write() method the documentation refers to. I can't find anywhere in the example file that shows using a write command, and SerialIoManager.Write() doesn't exist. What am I missing?
↧