I have an SMS-based Java application using CommV3
drivers for Serial communication to a GSM Modem. I have two separate codes, one for sending messages and one for receiving messages. Each code works perfectly when executed individually.
Now, when I want to integrate both these codes, I get a PortInUseException
, which might be obvious. But, I am not sure where to start from.
Could I get pointers/ links/ tutorials where I could start resolving my issue. I do not have a clue where I should start from.
Thanks in advance!