Hi Chris,

Thanks for your response.
Please let me make my question clear, I have an non-os microcontroller
board which sends the temp sensor data through  UART port. I dont have
any android board with me, so i need to develop an application in the
android sdk(windows) which displays the temperature data received from
the com port.

Hope you got my question.
Please let me know how I can achieve that.

Once again thanks for your reply.

Thanks,
Partha

On Sep 27, 5:25 am, chris <[email protected]> wrote:
> Hi Sarathy,
>
> You can have a try like this:
> 1. Connect your android device to PC used serial cable,
> 2. Open the serial port that connected with PC, like: open("/dev/
> s3c2410_serial0", O_RDWR);
> 3. Then you can use the FileDescription which return from open to
> access the serial port.
>
> chris,
>
> On 9月26日, 下午7时49分, Sarathy <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi All,
>
> > I'm a newbee on developing android application. I want to develop an
> > application on android SDK which gets the data from the PC's serial
> > (com) port.
> > I have browsed in internet but couldn't get enough support.
>
> > PS : I'm using Windows PC.
>
> > Appreciate your early responses and guidance.
>
> > Thanks,
> > Sarathy

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to