I've got my serial/com port code working ok using the standard Port.DataReceived handler:
I now want to be able to handle multiple COM ports. Do I have to create multiple copies of the handler sub or is there a way the handler sub can tell which COM port it was called for?Code:AddHandler Port.DataReceived, AddressOf port_DataReceived




Reply With Quote
