SameenR
Computer
- May 4, 2005
- 2
I am modifying existing code for a program which exchanges data via an rj45 serial port. The original code was written in the 90s, on Visual C++ 6.0, and is compatible with windows 98/2000. I am trying to make it compatible with Windows XP.
My questions are:
1. Is Visual C++ 6.0 a good compiler for this kind of programming?
2. What can be done to get around the fact that XP doesnt allow you to access the serial port directly? What approach can I take to communicate with the serial port in XP?
Sameen Rehman
My questions are:
1. Is Visual C++ 6.0 a good compiler for this kind of programming?
2. What can be done to get around the fact that XP doesnt allow you to access the serial port directly? What approach can I take to communicate with the serial port in XP?
Sameen Rehman