Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Open serial port without Device::SerialPort

by Anonymous Monk
on Aug 06, 2011 at 00:24 UTC ( [id://918883]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Open serial port without Device::SerialPort
in thread Open serial port without Device::SerialPort

You can check if the write succeeded by testing the return value of print. e.g. die $! unless print DEV $packeddata;

Replies are listed 'Best First'.
Re^4: Open serial port without Device::SerialPort
by ThomasBrouwer (Initiate) on Aug 08, 2011 at 08:43 UTC
    I've tried that, but it runs just fine. No error is given, but nothing happens either. Any other ideas, or a different method perhaps?

      Man, I wish I'd bookmarked the sites I visited while researching this... well, anyhow, if you look around, there's some software for Linux that will let you throw up a fake device (some kind of simulator to let you work out programming the serial port). Well, I dunno, google is your friend because this is just something I'm interested in rather than an area of expertise.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-23 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found