943,454 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 2140
  • C++ RSS
Jan 22nd, 2005
0

In over my head

Expand Post »
I've done a little simple C++ programming but what I need now is way beyond my capability.

I have a PCI soft modem that is not working. See thread under Hardware "search on Dick."

I've exhausted all machine ideas to find out why it won't work. I'd like to write a program that will watch my ports and memory at the assigned resource points to see what happens when I send a signal to the modem. I'm running 98 no SE.

I've tried debug but I think sending an AT to the modem and then activating debug to look at the memory area changes things. I need to peek at the memory without changing it in any way just after I send something to the modem. I'm thinking "tracing the signal" from point to point.
Is that a large order? My experience in C++ has all been at the command line. I now need to input to the modem and watch at the same time. I have no clue how to do that at the command line. If I use "echo ATZ > com 2", at the command line, and then do a "s" for ATZ, I only find it at the places where debug uses it for the search.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
Dick is offline Offline
30 posts
since Sep 2004
Jan 27th, 2005
0

Re: In over my head

you might want to use Win32 Lib functions or even better -> assembly language. Embed it in C++ inline for an easy ride, or make a 16 bit asm program, it is an easy way to read ports.
Reputation Points: 16
Solved Threads: 6
Posting Pro in Training
1o0oBhP is offline Offline
445 posts
since Dec 2004
Feb 1st, 2005
0

Re: In over my head

Thanks for the input. I have been changing the registry using parts and pieces from my XP side to input into the 98 registry. I feel like I am very close to getting this thing to kick in. It appears my PCI is not being told to send the signal to the modem. We'll see.
Reputation Points: 10
Solved Threads: 0
Light Poster
Dick is offline Offline
30 posts
since Sep 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: help with namespace error
Next Thread in C++ Forum Timeline: error in user defined string class





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC