Does anyone have a set of .VIs for talking to a generic modem?

Hi and thanks for reading.
I don't want to have to know AT commands, just what I want to do. Such as go off hook, dial a number, wait for answer etc.

Stan,
Maybe the attached VI will help. This VI library contains utilities to talk via the serial port to a modem. Sending standard Hayes-compatible AT commands to the modem allow it to dial a number, send data, hang up, etc.
If you have the Internet Toolkit, it assumes you already have a valid TCP/IP connection. However, many web browsers such as Netscape and Internet Explorer have auto-dialing options that will start dial-up networking automatically when you launch your browser. The only trouble is that the auto-dial wizards can require the user to push buttons, but there is a Shareware program called DUNCE which will take care of the button pushes for you in the auto-dial wizards so the user does not have to intervene in the dial-up process.
You can la
unch the browser from LV and then have the browser configured for auto-dial and that should take care of the problem. I did not actually try this out myself, but in theory, it should work.
Zvezdana S.
National Instruments
Attachments:
Modem.llb ‏334 KB

Similar Messages

  • Does anyone have a data recovery solution for recovering photos lost after ios8 install?

    Does anyone have a data recovery solution for retrieving lost photo stream photos after installing ios8 on iphones and ipads?

    Does anyone have a data recovery solution for retrieving lost photo stream photos after installing ios8 on iphones and ipads?

  • HT3275 does anyone have step by step instructions for how to replace .sparsebundle to make time capsule with time machine work again.   i accidently deleted it  thank you

    does anyone have step by step instructions for how to replace .sparsebundle to make time capsule with time machine work again.   i accidently deleted it  thank you

    Error message Pop-up reads:
    Time Machine could not complete the backup
    The backup disk image "/Volumes/Data-1/myname.sparsebundle" could not be accessed (error - 1)

  • Does anyone have a orajox9.lib needed for ncomp?

    I have question regarding setting_os.properties file. It has LINK_COMMAND looks for $(oracle_home)/lib/orajox9.lib but in reality, there is no such file. Is it a bug? Since ncomp.log has LINK FATAL ERROR because it couldn't find the lib file to link. Beside, ncomp is supposed to create a dll file in oracle/aurora/deploy but it doesn't. I am not sure whether this is related to the missing orajox9.lib
    Thanks for any response.

    Stan,
    Maybe the attached VI will help. This VI library contains utilities to talk via the serial port to a modem. Sending standard Hayes-compatible AT commands to the modem allow it to dial a number, send data, hang up, etc.
    If you have the Internet Toolkit, it assumes you already have a valid TCP/IP connection. However, many web browsers such as Netscape and Internet Explorer have auto-dialing options that will start dial-up networking automatically when you launch your browser. The only trouble is that the auto-dial wizards can require the user to push buttons, but there is a Shareware program called DUNCE which will take care of the button pushes for you in the auto-dial wizards so the user does not have to intervene in the dial-up process.
    You can la
    unch the browser from LV and then have the browser configured for auto-dial and that should take care of the problem. I did not actually try this out myself, but in theory, it should work.
    Zvezdana S.
    National Instruments
    Attachments:
    Modem.llb ‏334 KB

  • HT1414 Does anyone have step by step directions for some one who does not understand technology very well.

    My aunt was trying to update her iPhone. She had never done an update before and doesn't get technology at all. She lost everything in the update.  I believe what happened when it asked to restore as new phone that's what she selected.  Does anyone know how she can get her old stuff back now.  Like dummy proof step by step directions she can just follow along.   PLEASE!!!   I know it's so simple but I live 1,800 miles away and she can't follow over the phone.  I NEED help

    It's easily done via email addresses. One party calls the other via their email address. This is done automatically in Facetime.
    iOS- Using FaceTime
    FaceTime for Mac- About HD video calling

  • Does anyone have a site survey config for autonomous 1142 AP?

    We're going to start using the 1142s as our survey access points.  We use autonomous 1242s now and I'm wondering if anyone has any canned 1142 configs they're willing to share.
    Thanks in advance!

    Scott,
    I've always surveyed with power local = 14, which should be 25mw.  I use channels 1,6 & 11, of course for 2.4 GHz.
    Also use 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0  as my data rates.
    My goal is to take two surveys of the same building - a small building, that is.  One survey with the 1242s, and the second survey with the 1142s.  I want to compare the coverage to see if the 1142s do better, etc.
    I've heard you just don't "swap out" the 1242s for 1142s or 3502s, but that may be just what we end up doing for simplicity.  And I agree, if we were going to forklift to the 802.11n APs and forklift the clients, we could survey to 802.11n since we would not have any 802.11g clients to worry about.  But that's just not the case since we do not control what clients come on our network.  So we almost have to design to the "least common denominator".
    Thanks!

  • Does anyone have ASR 2.2.5  for mac os 9?

    im looking for this ancient version of Apple Software Restore for use with mac os 9.2.2
    i use alot of vintage software and i have been having some type of hard drive corruption issue
    and i need to make a backup of my system so that i can restore it in the event that the filesystem becomes corrupted again
    untill i figure out which application is causing this error
    the only way i can deal with it is to clone my drive and restore it
    but i dont want to use any mac os x software
    ASR has a limit of 2GB but the later version has a filesize limit of 4GB which would probably be enough
    whereas 2GB is not...
    please im desperate for this app.. i cant find it anywhere
    if u know any mac systems admin guys that were managing large amounts of g3/g4 computers
    they would probably have this...
    fingers crossed that someone can help me find this hard to find updated version of this app
    versions i have so far:
    v1.3.8 (included in many developer kits for os9)
    v2.1.2 (included in 'automate asr 1.0' app found on macupdate)
    v2.2.4 (given to me by a friend, but incomplete without applescripts)

    You might find it here:
    http://ftp.iinet.net.au/pub/apple/US/Macintosh/System/

  • Does anyone have a ready made solution for this?

    http://weblogic-wonders.com/weblogic/forum/#/20110128/monitor-weblogic-ssl-certificates-333161/

    Nice site, looks good too!
    You can do something like the following:
    InputStream inputStream = new FileInputStream(new File(locationOfTheKeyStore));
    KeyStore keystore = KeyStore.getInstance(type); // where type is a String containing either pkcs12 or jks
    keystore.load(inputStream, password.toCharArray());
    Date creationDate = keystore.getCreationDate(alias); // where alias is a String of the certificate alias in the keystore
    Calendar calendar = Calendar.getInstance();
    calendar.setTime(creationDate);
    calendar.add(Calendar.YEAR, 1);Now you have the creation date - you probably know how long a certificate is valid (for example a year), which you
    can add to the creation date.

  • Does anyone have a frequency response graph for macbook pro inbuilt mic?

    like the title says, any freq. response graphs? and any other performance specs on the mics? want to find out if I could use it to acoustically test a room, witht he right clibrations

    Boot Camp Assistant is part of OS X.
    You will have to talk to Microsoft about where to get a copy of Windows at.
    Allan

  • Does anyone have a gmpc-svn package for me?

    I'm trying to build gmpc-svn but the current configure script is broken.
    Who's got a recent package for gmpc-svn I can download? Thanks a lot in advance.

    Check the AUR for gmpc-plugins-svn!
    When I first ran gmpc-svn, I got a cool track listing of the current album under "Information" but that doesn't work anymore. Any ideas?
    [edit]
    Found it: gmpc shouldn't be in mini or playlist mode. Just regular gmpc.
    [/edit]

  • Does anyone have an install disk/download for Design Standard (CS3)?

    Adobe's Customer service referred me here to try to find someone that has the program because they only keep the most updated programs.  I have lost my install disk and need to reinstall the program on my computer and cannot afford to buy the new programs.  I have all my purchase information that I need to register the programs... I just need the install software.  Please let me know if you can help me.  Thank you!

    You're in luck but you'll have to download it.. go here and if that doesn't work try here.

  • Does anyone have an e-mail address for Apple customer service?

    I received some pretty bad customer service today, and I want to voice an opinion on it.

    If this occurred at an Apple Store your best bet is to contact the store's manager and discuss the situation.
    If it was an on-line or telephone transaction see the Contact Us link at the bottom of this page for information regarding contacting Apple.

  • Does anyone have a contact email / phone for iTunesConnect?

    Created an account.
    4 days later, tried to log in.  No go. Perhaps wrong password.  I think I'm locked out of iTunesConnect.  Would like to get some help.  No contact email/phone visible.  Suggestions?

    No you do not need a viewing card, you need the multicast update, which is probably why you never received a card.
    You could try this, it might work for you:
    http://bt.custhelp.com/app/answers/detail/a_id/42451/~/problems-installing-the-new-look-bt-vision-so...

  • Does anyone have an iphone 5 through straight talk?  How fast is it compared to standard Lte carriers?

    For two years the cost ends up being the same, but since the phone is bought outright it would be cheaper if held longer then 2 years, but if the speed is substantially slower may end up going with verizon or at&t.  Thank you for any input.

    You won't get any LTE support on Straight Talk.

  • I keep having the message the software required for communicating with your ipad is not installed correctly please reinstall, I've uninstalled and reinstalled the latest version of itunes 8 times and no luck does anyone have any advice?

    I keep having the message the software required for communicating with your ipad is not installed correctly please reinstall, I've uninstalled and reinstalled the latest version of itunes 8 times and no luck does anyone have any advice?

    First, for the forum view issue. Go to My Settings (on the right) and in General Settings change the Topic Page View to Flat. Click Save. Posts should show up in the order they were written.
    Have you seen this?
    http://docs.info.apple.com/article.html?artnum=93764
    Also, since you said that you've gone through the 5 Rs, I would assume that you used the iPod Updater to restore (since there is no other way of doing it and you don't "run" the 5 Rs).
    When you restored, did you use the latest updater?
    You may also want to try formatting the iPod through Windows. Connect it to the computer and when it appears in My Computer right click it and go to format. Does anything happen? Can you format the iPod through Windows?
    btabz

Maybe you are looking for

  • Java Desktop Application (ADF) RTL problem

    in order to make a "Fusion Web Application" work as Right To Left, all we need to do is to : Add this line : <right-to-left>true</right-to-left> to the file : trinidad-config.xml How to make a "Desktop Adf Swing Application" Right To Left ?! Thank yo

  • ITunes no longer syncs with Outlook

    Hi, I'm doing research on behalf of a client.... He's running Win7 Pro x64, Outlook 2010, iTunes 10.7, iOS 6 on both his new iPhone 5 and iPad 2 wifi only model. He has a strange hybrid exchange going on in his office; his former IT provider never fu

  • My i-pad is not reacting anymore?

    my i-pad touch screen is not reacting- tried allready : synchronize with i-tunes, loading?

  • How do i change the font color in mail message

    I am trying to change the Font colour in Mail message to Blue as a permanent preference in Mail - Preferences. The system does not accept the settings and goes back to black. Is there a way to change the same.

  • Stop watch

    I would like to make a request for a change to the curent stopwatch programe or if someone out there wanted to make an app. I was at the races an was using my phone as the stopwatch but it only gives you tenths of a second. I needs to by houndedts of