Results 1 to 2 of 2

Thread: pc & phone

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    32

    Cool

    hello everybody!
    I have some ideas to turn my PC into telephone. I am going to connect PC to switch through
    phone. can I do it via serial port? could anybody share
    information or sample code about that? I am going to use
    TAPILine OCX control v.1, maybe there are another free control, better than this one? or maybe I can manage without any control and directly use TAPI dll library?

    any answer will be appreciated!
    Arnas

  2. #2
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    if you want to control a remote device via the PC, ie a switch, it's tricky

    First, you may risk damage to your PC, i would recomend a digital output board, but there around $200. You can do it directly via the parrell port. In QBASIC there are Inp and Out Fucntions. VB dosn't have them. You can get a dll with the function in it. don't have the url, do a search. get the Hex adress of your Parrell Port from the system Control Panel (usualy 3BC hex) then to send a signal to the second pin(first data bit) write binary 1, the third pin is binary 10, both is 11, you need a good understanding of binary, but for the first pin go Out(1), second-Out(2), third-Out(4), etc. first and second-out(3). For more help, or if this dosen't make sence, post here
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

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