Integration of hardware and php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
gowth
Forum Newbie
Posts: 2
Joined: Fri Jan 01, 2010 10:34 pm

Integration of hardware and php

Post by gowth »

can anyone know how to integrate hardware and php.
For example, when a person stands on the weighing machine, the weight should automatically display on the browser. Can anyone know this plsss tell me the solution.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Integration of hardware and php

Post by alex.barylski »

C extensions would be your best bet...start Googling this is not an easy or trivial task.
gowth
Forum Newbie
Posts: 2
Joined: Fri Jan 01, 2010 10:34 pm

Re: Integration of hardware and php

Post by gowth »

thanks. If u know the solution in the future, plsss post.
User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

Re: Integration of hardware and php

Post by JNettles »

Like PCSpectra said this would be a lot of work. Trust me - I wrote a program a few years back that did nothing but record temperature every ten minutes from a special thermometer and even it was a nasty piece of work.
Post Reply