Dear all,
Now I have a small program to communication via RS232 cable with 3964R protocol that is written by Borland C++, however I don't under stand it can be used on Win98 only. Any body please show what I could do to use this program on Win XP. Many thank for your help
kiethnt 0 Newbie Poster
Recommended Answers
Jump to PostYou didn't say but I suspect that may be an old 16-bit program that is accessing ports directly. If that is correct then you will have to rewrite the program using win32 api communications functions. I think you will also find some examples in those links.
Jump to PostI used a similar library for Delphi and it worked well. Here is the C/C++ counterpart.
"Windows Std Serial Comm Lib for C/C++" (includes XP), a shareware download from:
http://www.sharewareconnection.com/windows-std-serial-comm-lib-for-c-c-.htm
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
kiethnt 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.