albert2lyu / android-serialport-api

Automatically exported from code.google.com/p/android-serialport-api
0 stars 0 forks source link

Serial port receive data for iMx51 #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Using Android 2.1 for Automotive Infotainment Head Unit.

Please provide any additional information below.
Is it possible to use this Android Serial port API to read the data using 
serial port of iMx51 controller ? 
more info: iMx51 in communicating with NEC V850 controller over UART! 

Thanks
Yogesh

Original issue reported on code.google.com by yog...@gmail.com on 6 Jun 2011 at 8:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Yes, i got it done.
Please talk about your trouble.

Original comment by qipeng.z...@gmail.com on 7 Aug 2011 at 3:26

GoogleCodeExporter commented 8 years ago
Thanks qipeng for the comment, I added iMx51 to the list of supported devices 
in the Wiki.

Original comment by cedric.p...@gmail.com on 25 Oct 2011 at 10:22

GoogleCodeExporter commented 8 years ago
I've had the Mx51 Babbage board (and variants) working fine with the api.  
Simply remove the O_DIRECT and O_SYNC and add a Chmod permissions modification 
in the Android init.rc file.

Original comment by mbp...@gmail.com on 26 Oct 2011 at 5:39