Here is what I want to do: 1. set up a web server waiting to http request like : http://localhost:8888/getdata 2. in handler getdata, use jSerial to get data from COM Port 3. response http request with the data When I run http://localhost:8888/, the root page returns ok. When I create a UI to...
www.b4x.com