CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 46
  1. #31
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: Connecting to a fax line using Modem

    So what you want us to do is come up with a way to trick the telephone provider in your country ?

    Is that it ?

    (Personally I totally agree with Wizbang that bits on a line are bits on a line - not a tiff - not a jpg - not anything until they get deciphered at the other end. No telephone provider is going to intercept a string of bits and then try to decipher what they may be, just so they can allow them through or reject them)

    What country is this where the cost of a telephone connection costs thousands of dollars and when you have a line installed it can only be used for one purpose ?

    I think somewhere here the facts are not adding up.

    Could I suggest you test the theory that a Fax Line is only for faxes by plugging a phone in each end and trying to talk using the fax line (voice is not the same as fax data so by your theory should not be allowed on the line)

    Also try plugging a computer into the fax line and try dialing up a dial up internet provider - I am sure one of your collegues can supply you with a dial up number just for testing, since broadband connections in your country must cost a bundle.

    At some stage you may have to tell the "management" that their expectations are unrealistic - and your abilities are not the problem (you certainly are tenacious which is a worthy quality for a programmer)

    I hope you are not in a country where they chop off your head for failure

  2. #32
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: Connecting to a fax line using Modem

    Maybe the problem is the modem.
    You said, "the receiving computer has a fax modem", so it will only connect to another fax modem and that is the problem. Not the line is rejecting the connectiom, but the receiving fax modem does not find there is a fax protocol incoming and rejects the connection.
    Simply try to use a normal modem at the receiver's side and no matter what nature the line is, you should be able to connect.

  3. #33
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: Connecting to a fax line using Modem

    WOF Said
    Simply try to use a normal modem at the receiver's side and no matter what nature the line is, you should be able to connect.
    This is along the lines I suggested previously

    Use an AB switch to switch the line from one modem to another, or perhaps you can purchase a modem which allows both data and fax streams to co-exist without problem.

  4. #34
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Connecting to a fax line using Modem

    If I understood correctly we are talking about a data/fax modem. It also seems that this is the line that he has to work with at this location. If it truly does not allow a data connection then there is no coding solution that I am aware of.

  5. #35
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Connecting to a fax line using Modem

    I've seen fax modem cards which were incompatible with other modems and/or stand-alone fax machines. So it wouldn't surprise me if the problem is the card.

    Attempting to connect to a remote server via telnet may be revealing.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  6. #36
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Connecting to a fax line using Modem

    In Post #11 he says that he moved the 2 troubled PCs to a different phone jack and they worked. If that is the case then it rules out the modem and the software. Only thing left is line/jack

  7. #37
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Connecting to a fax line using Modem

    In a few posts it is mentioned that the phone company does not allow data connections on the phone line in question. If this is also true [surprising but never the less] there is nothing he can do other than use a different phone line or change the service on the existing phone line.

  8. #38
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Connecting to a fax line using Modem

    Quote Originally Posted by DataMiser View Post
    In Post #11 he says that he moved the 2 troubled PCs to a different phone jack and they worked. If that is the case then it rules out the modem and the software. Only thing left is line/jack
    Yeah, that's true. Though I've also seen some modems have more trouble establishing a connection on poor quality lines than others. So although it does appear to be the line, that in itself doesn't mean the connection is being purposely cut.

    If the company really is detecting the nature of the data, I have to wonder how close that gets to eavesdropping.

    Used to be, that some cable TV companies tried to charge people extra if they hooked up multiple TVs. The FCC eventually ruled in favor of the consumer, for obvious reasons. I doubt it is so different with telephone companies, that they'd be allowed to mess with a customer's connection based on the data being sent.

    makdu, can you tell us in what country this is happening? How long does the connection last before it is lost? What baud rates have you tried?
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  9. #39
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Connecting to a fax line using Modem

    send a fax from a computer modem, to the other computer modem. see if that goes thru. otherwise, complain about it
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  10. #40
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: Connecting to a fax line using Modem

    Did you try this ? (as previously suggested)

    Could I suggest you test the theory that a Fax Line is only for faxes by plugging a phone in each end and trying to talk using the fax line (voice is not the same as fax data so by your theory should not be allowed on the line)

    Also try plugging a computer into the fax line and try dialing up a dial up internet provider - I am sure one of your collegues can supply you with a dial up number just for testing.

  11. #41
    Join Date
    Jul 2009
    Location
    Kuwait
    Posts
    170

    Re: Connecting to a fax line using Modem

    Quote Originally Posted by WizBang View Post

    makdu, can you tell us in what country this is happening? How long does the connection last before it is lost? What baud rates have you tried?
    country is Kuwait. Baud rate tried is 9600
    Last edited by makdu; July 29th, 2009 at 02:56 AM.

  12. #42
    Join Date
    Jul 2009
    Location
    Kuwait
    Posts
    170

    Re: Connecting to a fax line using Modem

    Quote Originally Posted by George1111 View Post
    Did you try this ? (as previously suggested)

    Could I suggest you test the theory that a Fax Line is only for faxes by plugging a phone in each end and trying to talk using the fax line (voice is not the same as fax data so by your theory should not be allowed on the line)
    .
    Voice call is going

  13. #43
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: Connecting to a fax line using Modem

    Country is Kuwait
    Ah ... so you will lose your head if you fail

    We better solve your problem quickly then !!!!

    (Sorry I cannot help any better)

  14. #44
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Connecting to a fax line using Modem

    Quote Originally Posted by makdu View Post
    country is Kuwait. Baud rate tried is 9600
    OK, try a baud rate of 1200. Slow, yes, but if it works...

    Also try telnet. Maybe try windows messaging too. What about remote desktop or pcAnywhere? That would be interesting to see.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  15. #45
    Join Date
    Jul 2009
    Location
    Kuwait
    Posts
    170

    Re: Connecting to a fax line using Modem

    Quote Originally Posted by WizBang View Post
    OK, try a baud rate of 1200. Slow, yes, but if it works...

    Also try telnet. Maybe try windows messaging too. What about remote desktop or pcAnywhere? That would be interesting to see.
    Thank you all for the help. I am making another setup to test all your suggestions. I will give you a result for each of the test done by tomorow. Hope this test will give me more data to resolve the problem

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured