Yes, but you will need to do some work. The driver will only allow one open at a time, so you will need to do one of the following (or figure out another option):
- Write a Application, service or driver that allows multiple opens and manages the communications between the serial port and your two applications.
- Assuming that your apps only uses the port for output, you could use a mutex and then open, write, close the port every time that you need to write to it.
Bruce Eitman
Senior Enginer
Bruce.Eitman AT Synopsys DOT com
My BLOG http://geekswithblogs.net/bruceeitman
I work for Synopsys