felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.78k stars 581 forks source link

Wrappers for UsbSerial #64

Open felHR85 opened 7 years ago

felHR85 commented 7 years ago

I think the next step of UsbSerial would be adding wrappers for the most important Android frameworks

There are more but these are probably the more important ones.

Felipe

weixingsun commented 7 years ago

Hey, please include react native implementation of mine using your great lib, if you like: https://github.com/weixingsun/react-native-usbserial tks

felHR85 commented 7 years ago

Cool! @weixingsun I would like to add your code to this repo. to keep all wrappers around the original lib.

What's currently implemented? I guess open, close, read, write and UsbReadCallback are implemented

weixingsun commented 7 years ago

Alright, do you have plan to implement iOS version, too?

felHR85 commented 7 years ago

No, as far as I know USB host is not allowed on iphone/ipads

weixingsun commented 7 years ago

@felHR85 sorry for late response, I've implemented basic functions working, like: open,read,write,close, and tested with Silicon Lab cp2102. Also, have you tried some chips like Silicon Lab cp2614 (I haven't yet), which ships with Apple MFi available?