Hey Tommy.

Using 2.6.27 for now and /dev/s3c2410_serial1 works like a charm.

Thanks man.

JLeiser

On Nov 6, 2:42 am, tommy tommy <hongjiuj...@gmail.com> wrote:
> hi,guy!
>
> Which bsp do you use ?2.6.24 or 2.6.28+?
>
> please look at bsp driver/serial/samsung.c or s3c6400.c
>
> there is definition as following!
> static struct uart_driver s3c24xx_uart_drv = {
>         .owner          = THIS_MODULE,
>         .dev_name       = "s3c2410_serial",
>         .nr             = CONFIG_SERIAL_SAMSUNG_UARTS,
>         .cons           = S3C24XX_SERIAL_CONSOLE,
>         .driver_name    = S3C24XX_SERIAL_NAME,
>         .major          = S3C24XX_SERIAL_MAJOR,
>         .minor          = S3C24XX_SERIAL_MINOR,
>
> };
>
> if like that ,you can " /sbin/getty 115200 s3c2410_serialX"
>
> or ln -s /dev/s3c2410_serailX /dev/ttySACX!
>
> Tommy
>
> 2009/11/3 JLeiser <jlei...@optonline.net>
>
> > We are developing an Android package for a device that uses the
> > Samsung s3c6410 ARM processor.  We would like to use one of the four
> > rs232 serial ports.
>
> > Has anyone had success using the rs232 serial ports in Android ?
>
> > Is there a way to contact google directly to ask for assistance ?
>
> > So far from the console we can run the command
> > # mknod /dev/ttySAC1 c 204 65
> > and then we can access the port from the console.
>
> > What is it that Android needs to talk to the serial port ?
>
> > Any help will be appreciated.
>
> > jleiser
>
> > --
> > unsubscribe: 
> > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> > website:http://groups.google.com/group/android-porting

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to