|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Need to detect continuity between 2 terminalsby Old_Gray_Bear (Chancellor) |
| on Jan 06, 2013 at 20:10 UTC ( #1011915=note: print w/ replies, xml ) | Need Help?? |
|
Typically this kind of problem is simply addressed with a physical device (a VOM, for example) attached to the pins in question. Update: Now that I have had some coffee (and reread the original question thrice) -- you are not asking to detect a physical short circuit between two pins on the serial/parallel cable, right? If you are asking 'How Do I Detect a Data-Ready condition on the line?', then the answer is 'it depends'. Basically you will end up polling the connection (either in your code or in the OS), waiting for the next buffer of data from the line. We will need a little more information to start making educated guesses as to a solution.
---- OGB
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||