How can I dial a phone number? 
Author Message
 How can I dial a phone number?

Hi,

I've a little question.
How can I dial a phone number with a modem in powerbasic?

_________________________________________________________________
    Franck



Sun, 27 Sep 1998 03:00:00 GMT  
 How can I dial a phone number?
Hi,

How can I play Audio CD's with my CD-ROM player in PB?
And
I'm looking for a VOC/WAV play library. (because I can't find a MOD/S3M library)
All I need is BACKGROUND music!!!!!

And...
Is there a way to convert a QuickBasic, Pascal or C++ library to PB?

Thanks

(I'm sorry for my bad English)
_________________________________________________________________
    Franck  



Sun, 27 Sep 1998 03:00:00 GMT  
 How can I dial a phone number?

Quote:

> How can I play Audio CD's with my CD-ROM player in PB?
> And I'm looking for a VOC/WAV play library. (because I can't find a MOD/S3M
> library) All I need is BACKGROUND music!!!!!

Try http://www.scruznet.com/~navarro/dave/programming and
ftp://ftp.global1.net/pub/pbasic

You should find PowerBASIC libraries there to accomplish what you wish.

--Dave



Mon, 28 Sep 1998 03:00:00 GMT  
 How can I dial a phone number?
Hello Franck,


 F> How can I dial a phone number with a modem in PowerBasic?
OPEN "COM4:9600,n,8,1" FOR RANDOM AS #1
PRINT "Enter , for pause"
INPUT "Enter the phonenumber :",Nr$
PRINT
PRINT #1, "ATDT"+Nr$
PRINT "Press Any Key To Hangup The Modem Hook
WHILE INKEY$ = "":WEND
PRINT #1, "~~~+++~ATH0"
CLOSE #1

<not tested>

Mazzel               /----------------------------------------------\

                     |    * FidoNet : 2:281/607.11 + 2:500/155.6209 |
                     \----------------------------------------------/

... ERROR:  CPU not found
SEEN-BY: 100/0 100 250 400 402 450 200/100
--
| Standard disclaimer: The views of this user are strictly his own.



Tue, 29 Sep 1998 03:00:00 GMT  
 How can I dial a phone number?

Quote:
>How can I dial a phone number with a modem in PowerBasic?

Here's how to do it in QB. It should work in PB also with no (or little at
the most) modification:

portdata$ = "COM1:2400"  'or COM2:1200, etc.
OPEN portdata$ FOR RANDOM AS #1
phonenumber$ = "555-1212"  'or 1-415-123-4567, etc.
PRINT #1, "ATDT" + phonenumber$

-Mark



Wed, 30 Sep 1998 03:00:00 GMT  
 How can I dial a phone number?

Hello Franck !!

Quote:
> I'm looking for a VOC/WAV play library. All I need is BACKGROUND
> music!!!!!

Here is the official information file from my PBSOUND toolbox. The english
version is still under construction and I hope available at the 01.July  
1996. For more informations see on my homepage.

**************************************************************************

                        PBSOUND for PowerBASIC 3.0/3.2
                                 Version 1.70
                  ----------------------------------------
                  The Sound Blaster Toolkit for PowerBASIC
                         (c) 1992/96 by Thomas Gohel

**************************************************************************

What is PBSOUND:
     - PBSOUND is a Sound Blaster Toolkit for the PowerBASIC Versions
       3.00/3.10 und 3.20.
     - PBSOUND supports all Creative Labs Sound Blaster models, incl.
       SB16, SB32AWE, Wave Blaster, and Creative Labs compatible Sound-
       cards incl. Upgradeboards like Roland Sound Canvas SCD10/15.
     - PBSOUND supports the internal PC-Speaker.
     - PBSOUND supports the built in ASP-Chip of your Sound Blaster 16
       or Sound Blaster 32AWE card!
     - The recommended Operatingsystem for PBSOUND for PowerBASIC is MS-DOS
       in the Versions 5.0, 6.x, 7.0 or MS-Windows 95.

Efficiency of PBSOUND:
     - PBSOUND plays all currently known Creative Voice Formats (VOC)
       and can also record them (with ASP-Compression!!).
     - PBSOUND plays all currently known MIDI-Formats (MID), the
       used hardware is supproted optimally.
     - VOC-Replay and recording can be done in background, the length
       of the VOC-Files is only limited by the size of the hard disk.
     - WAV-Files can be converted with the supplied PB2W int VOC-Format
       (or the other way around)
     - Finished VOC/MID-Files can be played with PBPLAY.
     - PBSOUND supports the Mixer of the SBPro and of the SB16/SB32AWE.
     - PBSOUND contains an intelligent Memorymanagement, meaning that
       PBSOUND uses the memory in the Upper Memory Block. You can work
       better within the IDE. PBSOUND also does an automatic memory
       optimzing when running within the IDE.
     - PBREC can record new VOC-Files.
     - PBSPEAK plays your VOC-Files over the PC-Speaker.
     - PBSPEECH demonstrates the Sprachsynthesys-Replayof your Sound
       Blaster card (PBU not contained it the Shareware-Version).
     - You can create your own PBSOUND-Librarys with up to 4GByte
       and link them to a PowerBASIC-EXE-File with PSEXE
     - The added PBSOUND-Library-Unit automizes the access to your created
       EXE-Files. You can principally directly load the data from the
       EXE-File or first save them as a file. The file will then be returned
       to its normal state.

supplied sources for PBSOUND:
     - Source of the Demo (Main-Module)
     - some short documentations
     - Source to control CT-VOICE.DRV (up to Version 3.x)
     - Source to control the SBPro Mixer
     - Demo of the Library-Concept

Obtaining PBSOUND:
     - The complete PBSOUND-Toolbox can be obtained from 10.00a-23.30p:

        Via request with the Magic 'PBSOUND':


                Port 1: +49 30 396 97 14  (28.8)
                Port 2: +49 30 397 89 044 (ISDN)

        or via download in the Quadriga, Berlin (Access with
         'PBSOUND')

        or via InterNet:

                http://www.snafu.de/~pbsound/

         Filelength: 991kByte

Installation of PBSOUND:
    - Existance of the PowerBASIC Compiler is a requirement to install
      PBSOUND!
    - Turn on your sound system before installing PBSOUND, because PBSOUND
      is a Sound Blaster Toolbox <g>.
    - PBSOUND must be installed to your hard disk with the added
      Installationprogram.To do so just run INSTALL.EXE from the install
      disk. Should you receive PBSOUND as a packed archive, so unpack it into
      a temporary directory.
    - Should INSTALL find an existing PBSOUND-Version, it will replace that
      version (not Sound Blaster(tm) Unit).
    - Alternatively you can start INSTALL with the parameter '/L'. When
      you have problems with your Graphics card, rename the file
      'PBSOUND.EXE'.
    - After installation please run the program 'SBSETUP'. SBSETUP will
      analyse you Operating System, remove unneeded TSRs, analyse your
      Envronment, and create or update the Sound Blaster Driverlibrary.

The PBSOUND-Helpsystem:
    - PBSOUND has a Helpsystem compatible to the PowerBASIC 3.x
      PowerBASIC-IDE.
    - To call the Helpsystem press <SHIFT> and the press F1 until the
      Helpsystem appears. The rest works as the Helpsystem of your IDE.
    - The help on some topics can be additionally found in the PBSOUND-
      Installationpath.

automatic Speechsupport:
    - Some of the with PBSOUND delivered programs automatically support
      the Countryoptions of the used Computersystem. Should you not use
      100% compatible Software or use other spacesaving Devicedrivers, you
      will have to run the programs with the parameter '/L' (or when you
      don't know the English language).

AddOn- and Demo-Programs for and about PBSOUND:
    - A Demo from PBSOUND, 1.5MB EXE-File (packed 644kByte).
      Filename: 'PSDEMO.ZIP'
      Demonstration of the PBSOUND-Library-Concept, of Speech synthesis,
      MIDI- & VOC-Steering and Mixer. Playing of 3D-Animations or 'Movies' out
      of a PBSOUND-EXE-File.
      Next Generation is in work.
    - 'Kampf um Trubelland', an adventure written with PowerBASIC (Demo):
      Filename 'TRUBEL.ZIP'
    - other tools in work...

Licenceagreement:
    - PBSOUND is SHAREWARE! This means: You can use PBSOUND as long as
      you want. Or, at least unti you can't stand the Registerationmotivator
      anymore <g>. More information can be obtained from the file
      'LICENCE.TXT' or from the Online-Help.

Contactaddresses:


    - Online in the Quadriga, with access 'PBSOUND'
      You can write a mail to me online in Quadriga in the Messagearea
      'PBSOUND'. The answer will lie in the BBS after two days.

My thanks go to:
    - K-H.Kalb, St.Guenther, A.Hoeffken, B.Milz, B.Richter, F.Wiesen,
      C.Wendler and all the others that helped me in any way.

... and in the end:
    - Loads of fun... <g>

Your Thomas Gohel
**************************************************************************

Quote:
> Thanks

> (I'm sorry for my bad English)

It's okay <g>

Quote:
>     Franck

Regards,

                             ----------------
                                /
                              /  h o m a s


    PowerBASIC/PBSOUND-HomePage, GERMANY: http://www.snafu.de/~pbsound/
               !!!! english version: under construction !!!!



Thu, 01 Oct 1998 03:00:00 GMT  
 
 [ 9 post ] 

 Relevant Pages 

1. dialing phone numbers troght modem

2. dialing phone numbers

3. Dialing Phone Numbers

4. Ques: How to Retrieve Dial-Up Networking (Usernames, Passwords, Phone Numbers)

5. German Software Group: Simple dialing phone number

6. How to dial a phone number with VB5

7. Dialing a phone number thru code with VB5

8. simply dialing a phone number...

9. Dialing a phone number

10. How to Dial a phone number?

11. How to dial the phone number with VB5

12. Dial a phone number

 

 
Powered by phpBB® Forum Software