Raspajka Usb Serial 4

After reading through all of this list, I seemed to have missed something. I too am connecting my Android device (Phone, Tablet) to the Arduino Uno. Is there a recommended OTG to USB-Serial converter to use? From eBay, Amazon, SparkFun, Adafruit? I tried to program my Android to IOIO with Rx,Tx but was unable to achieve reliable communication using the examples provided. I don't want to use a timer to check for received data. Anyone have an example for IOIO serial communications without using a Timer?
139, foxdq, >:O, usb_kliuch_mmkey, 8-((,. .com/circuits_russian/re-kak-podkliuchit-vint-cherez-usb-45.htm 2003-06-29. 2003-07-04 2004-07-24. 
Thanks in advance! A privilege to chat with you Erel. My apologies for having two different questions under one topic. Sorry for the confusion. My comment pertained to using this USBSerial library with an Arduino and I am asking for a recommended USB to Serial converter to connect to the OTG for communications with the Arduino.
My second comment pertained to the IOIO communication library (which I finally got to work). Specifically, is there a “NewData” event that can be employed vice using a timer to check for incoming data? An honor to chat with you sir. I'm trying to use the USB Serial library to build an app that communicates with a device using binary data. I've been able to compile and run the example app and, using a pair of FTDI converters between my tablet and my PC's USB port, I can send/receive ASCII data between a terminal program on the PC and the tablet.
Now I want to send binary data from the tablet, but I can't get my arms around how to write the 'Astreams.Write' line so that it uses a binary variable as the data argument instead of an ASCII literal. Thanks for any help Joe. Click to expand. Thanks, but that's where I'm having difficulty.
In the example, if I replace the literal (quoted) string with a single byte variable or a constant, I get a compiler exception. Can you provide examples on how to code the following into the 'Streams.Write' statement?: 1) A literal hex value = 0xFE 2) A pre-defined variable of the same value 3) A literal binary value = 0b11111110 4) A pre-defined variable of the same value. In each case, I'd expect a single byte of the corresponding value to be transmitted. First: Thanks for this great work (UsbserialLib2.4) But i have a problem. I use a Serial Interface with prolifti pl2303 chipset.
My app needs to print on a serial printer How can i figure out, what 'DevNuml (X)' from the several usb devices from the used device i have to mount with usb1.open(X,9600)? Ok, i can try to scan and isolate with usb1.usbpresent(x.y) and if present with usb.deviceinfo(x) to read the vendor id from the pl2303, but exactly at this point is my problem.
From time to time the recognized 'DevNum' changed to another Id, because my customer uses the UsbSlot temporarly for another device. And then he connect after 2 days to the pl2303 adapter and the Id is changing to another DevNumber?
I have tried with the scan method, but on some devices the app crashes with the usb1.getdeviceinfo(x), if the scanned DevNum isn´t my pl2303 adapter. Exactly i tried to get information about a Rfid Device, what is not interesting me and the app crashes Thanks for your help. Hello Hogiebaer, In fact every time you plug the USB it will change the USB number. Try this: 1.- Get the Serial Number or some usable info from the Prolific or FTDI.