I am using this module to communicate asynchronously with a "DBC Signal" box (Stock quotes) thru COM1. I am able to send commands to the box - but cannot tell if I am in asynch verus polling-mode.
The synopsis says it handles both modes but doesn't tell me how to get into one or the other....I'm not a COM genius either...when I send a command, I use the command "$stringsent = $Port->input;" to see what I sent to the box, but this command actually gets me the box's reply !! I expected the command "$Port->read($InBytes)" to get the results - anyone been here before ??
The synopsis says it handles both modes but doesn't tell me how to get into one or the other....I'm not a COM genius either...when I send a command, I use the command "$stringsent = $Port->input;" to see what I sent to the box, but this command actually gets me the box's reply !! I expected the command "$Port->read($InBytes)" to get the results - anyone been here before ??