In over my head

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2004
Posts: 30
Reputation: Dick is an unknown quantity at this point 
Solved Threads: 0
Dick Dick is offline Offline
Light Poster

In over my head

 
0
  #1
Jan 22nd, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 445
Reputation: 1o0oBhP is an unknown quantity at this point 
Solved Threads: 6
1o0oBhP's Avatar
1o0oBhP 1o0oBhP is offline Offline
Posting Pro in Training

Re: In over my head

 
0
  #2
Jan 27th, 2005
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.
http://sales.carina-e.com

no www
no nonsense

coming soon to a pc near you! :cool:
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 30
Reputation: Dick is an unknown quantity at this point 
Solved Threads: 0
Dick Dick is offline Offline
Light Poster

Re: In over my head

 
0
  #3
Feb 1st, 2005
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC