Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Win32 port listener (out of the blue)

by rob_au (Abbot)
on Dec 04, 2001 at 05:25 UTC ( [id://129249]=note: print w/replies, xml ) Need Help??


in reply to Win32 port listener (out of the blue)

Depending on your application, there are a number of ways by which Perl can be used. For example, to speak serially with a device through Perl on the Windows platform, you could use Win32::SerialPort (on *NIX, the equivalent of this module is Device::SerialPort) - And from memory, the Commodore 64 disk drive and external devices all ran daisy-bussed on the serial port, so this may be a better direction for development.

The biggest hurdle I would see would be determining the specifications of how your target device talks - That exactly how it receives its command set and its sample responses, not only logically, but also electrically. This in itself may be quite a hurdle to your development.

 

perl -e 's&&rob@cowsnet.com.au&&&split/[@.]/&&s&.com.&_&&&print'

  • Comment on Re: Win32 port listener (out of the blue)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://129249]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-25 15:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found