Hi ALL, Thanks for you entire support which solved my issues without posting here... I am working on a project using FriendlyARM Mini2440 where i have to control the serial devices (connected to comports ttySAC1,ttySAC2) using Webpage, I managed to workout to control the gpio pins from webpage using Boa Webserver and HTML...so can anyone help me out how to write a program in html through which i can open/write/read the serial port. I searched in lot of forum, they are feasibility using JAVA and PHP. But i dont know whether the Mini2440 support the both, if so please provide any guidance to load and use them.
Open serial port using BOA webserver or HTML
I run PHP on the mini2440 using thttpd and the Pengutronix BSP ... with a set of patches. There is a PHP serial class. I had a play with it, but do not use it. I do all my control over USB using ATmega32U4 boards, ie Teensy and Adafruit. In order to replicate my system first you would need to get up to speed on the Pengutronix offering and then I could send you the patch set and some instructions. How soon do you need this project working? I have never heard of using the serial port with HTML, but then again I haven't heard of lots of things! Could you provide a link to a tutorial of how to get BOA working with HTML? I thought it only worked with CGI.