|
Posted by Sanders Kaufman on 12/25/06 06:59
bloggsfred00@hotmail.com wrote:
> Sanders Kaufman wrote:
>> Just don't get confused with what's a COM port (communications)
>> and what's a COM object (Component Object Model).
>
> I didnt think I was confused, but perhaps I am.
>
> Is there a standard COM Object for serial ports that I can instantiate
> through PHP?
http://msdn2.microsoft.com/en-gb/library/aa490273.aspx
In Windows - not so much a COM object, as a suite of API's. In
the MSDN documentation, you can learn about the complexity's of
serial port i/o with API's. If you're not already familiar with
programming Windows, there's a pretty steep learning curve for
API's.
If you have rights to install ActiveX controls on the server,
you can probably pick up one of those for a couple of bucks that
will do what you're asking. Then, Serial I/O will be a snap
through PHP.
Navigation:
[Reply to this message]
|