home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / database / 1110 < prev    next >
Encoding:
Text File  |  1992-09-13  |  909 b   |  27 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!Xenon.Stanford.EDU!michaelh
  3. From: michaelh@Xenon.Stanford.EDU (Mike Hennahane)
  4. Subject: Re: 4D serial port help requested
  5. Message-ID: <michaelh.716418346@Xenon.Stanford.EDU>
  6. Keywords: 4D serial help
  7. Sender: news@CSD-NewsHost.Stanford.EDU
  8. Organization: CS Department, Stanford University, California, USA
  9. References: <8059@lee.SEAS.UCLA.EDU>
  10. Distribution: usa
  11. Date: 13 Sep 92 21:05:46 GMT
  12. Lines: 13
  13.  
  14. craig@hyperion.loni.ucla.edu writes:
  15.  
  16. [trying to get modem to dial from 4d...]
  17.  
  18. >$number:=$1` put code to strip out junk from number here
  19. >SEND PACKET("ATDT"+$number)
  20.  
  21. you need to append a carriage return to the end of your "ATDT" packet
  22. to make the modem dial. you might also think about having the modem
  23. turn off after you pick up the phone so that it doesn't keep the phone
  24. off the hook after you hang up.
  25.  
  26. --mike
  27.