This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Run software automatically on receiving data

TOPIC.

Run software automatically on receiving data

REQUIREMENT.

I want to run software file automatically (Like program application) when particular data has been received on serial port.

ACQNOLEGMENETS.

Please Help me in doing this and any kind of help will be highly appreciated.

Regards,

King

Parents
  • Without a program manager or similar, you can't start new software.

    You will have to settle for having a single application run all the time. This app processes the serial data, and depending on received command calls the relevant function to perform your request.

    All trivial and standard.

Reply
  • Without a program manager or similar, you can't start new software.

    You will have to settle for having a single application run all the time. This app processes the serial data, and depending on received command calls the relevant function to perform your request.

    All trivial and standard.

Children