Question:
My
application has two identical drivers. Both work properly in
Organizer/Studio, but when I run the application, one of them presents
communication problems. How can I fix this?
Solution:
One of the following two situations must be taking place:
- Both
drivers are pointing to the same .DLL (driver). To work around this,
just create a copy of this file and point each driver to one of these
files; or - Both drivers are using the same serial port. To work around this, just set a different serial port for each driver.