Here: https://github.com/ytai/ioio/wiki/UART
Not specific to two ports, but you'll hopefully get the idea. Up to 4 concurrent once are possible. You'll probably want a separate thread for each. On Tue, Aug 12, 2014 at 9:18 AM, Jason <[email protected]> wrote: > Thanks. Where can I get info on configuring two serial ports? > > > On Monday, August 11, 2014 1:25:23 AM UTC-4, Ytai wrote: > >> Yes. You'll need to scale down the analog input to 3.3v either using a >> voltage divider or an active circuit (e.g. opamp). >> On Aug 10, 2014 8:15 PM, "Jason" <[email protected]> wrote: >> >>> I am interested in developing an application, Ideally I want to run it >>> on a cellphone (android) however I want to make it a web app. >>> >>> I want to use the IOIO for my data acquisition. I have two sources of >>> input data and one output. The inputs are one 5V analog input and a 8192bps >>> serial port. I might be able to scale the analog to 3.3V.My output is >>> another serial port. The input serial port still needs to write a request, >>> but it will only come in few formats. The inputs go into a calculation, >>> and the results are written on the output serial port. >>> >>> I'd like the IOIO to handle all the IO, but I want the brains of the app >>> to be either in the cell phone or the web. My question is can I do two >>> serial ports and the analog in at the same time? >>> >>> Thanks! >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "ioio-users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at http://groups.google.com/group/ioio-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "ioio-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
