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