I'm kind of new to POE, so please bear with me. I have searched the
archives of this mailing list, but have not yet come upon an answer to
my question. I am trying to create a recurring, timed event to poll a
serial port for incoming data (using Device::SerialPort). However, I
haven't been able to come up with a method for creating the timing loop,
e.g. I'd like to check for data every 200 milliseconds. I tried using
$_[KERNEL]->delay(...) but I cannot figure out how to make the evert
reccur.
Please help,
Matthew Pollack