I want to make a web app that weighs a load on a scale hooked up to a serial port. I would like to make this a web app. How would I go about getting the RS232-interfaced scale into the web app? I am using PHP and Codeigniter.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do this using PHP. This could MAYBE be done using a client side programming language. Javascript wouldn’t work either. Server side programming languages don’t have access to the user’s computer serial ports.
This might have been a terrible explanation. But you get the point.