Send SMS with ElitePad question

Hi,
We are running a communication software on the ElitePad, on other tablets we use a USB dongle to send SMS using its COM port.
The mobile broadband does not show up as a COM port on the elitePad and we can not use it to send SMS, does anyone know of a workaround to expose a COMport?
Our software uses AT commands to send SMS, it would be impractical for us to rewrite our software at this point. We would also like to avoid using a USB modem connected to the ElitePad.
Thanks

Hello RTdev,
The ElitePad is a Business model.  Your issue would be best answered on the HP Enterprise Business Community Forum
Good luck!
↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Similar Messages

  • Iphone 5 from SPRINT cannot send SMS with GSM Sim outside US

    Hi admin support Apple
    I have purchased Iphone 5 Sprint U.S..Before Vietnam has conducted open network and is used normally.after Vietnam I put sim Viettel normal user functions (Voice, SMS, 3G, IMessage, FaceTime by Apple ID). But after reset to manufacturer's default is still used.but do not send SMS with GSM in Vietnam
    I tried doing the following steps:
    Reset Content and All Setting.
    using MMS
    Disable IMessage.
    Changing SMSC number
    But there is not.
    Information on a computer that is running:
    Modem: MD656LL
    Serial Number: DNPJG8NUF8GH
    EMEI: 99 000226 455839 4
    MEID: 99000226455839
    Looking forward to the support from Apple
    Thank you!

    Well yes, you probably will have problems with your phone because a 'contract free' phone is NOT the same as a fully unlocked iPhone.
    This is a user forum, so nobody here can really help you.  As Sprint is your carrier in the US, then you need to contact them first.  They are the only ones who can help you.

  • Send SMS with REST

    Hi,
    After I get some problems to install and configure OCSG, I think I can now start do develop, but I still have a problem: I've never work with REST neither OCSG, so I have no idea how to:
    1 - deploy an application in OCSG
    2 - the sintax to send SMS
    Imagine that my OCSG is running on http://localhost:7003/
    I've found this sample:
    org.csapi.schema.parlayx.sms.send.v2_2.local.SendSms request = new org.csapi.schema.parlayx.sms.send.v2_2.local.SendSms();
    SimpleReference sr = new SimpleReference();
    sr.setEndpoint(new URI("http://localhost:8111/SmsNotificationService/services/SmsNotification?WSDL"));
    sr.setCorrelator("cor188");
    sr.setInterfaceName("InterfaceName");
    ChargingInformation charging = new ChargingInformation();
    charging.setAmount(new BigDecimal("1.1"));
    charging.setCode("qwerty");
    charging.setCurrency("USD");
    charging.setDescription("some charging info");
    sendInf.setCharging(charging);
    URI[] uri = new URI[1];
    uri[0] = new URI("1234");
    request.setAddresses(uri);
    request.setCharging(charging);
    request.setReceiptRequest(sr);
    request.setMessage("we are testing sms!");
    request.setSenderName(“6001”);
    org.csapi.schema.parlayx.sms.send.v2_2.local.SendSmsResponse response =
    smport.sendSms(request);
    String sendresult = response.getResult();
    System.out.println("result: " + sendresult);
    If I want to send an SMS in REST, without charging, how can I do that? Anyone have some examples of how to send SMS with REST through OCSG? Please, I need help, my deadline is so short...
    Tks
    Raquel

    The iPhone remembers information about previous contacts.
    Complelely independently, you have a Contacts app with a contacts list.  It sounds like your contacts list has 3 names on it.  You need to add a few names.

  • Cannot send SMS with iPhone 5

    Hi I have purchased a iPhone 5 from Hong Kong and I am using it in china. All works well except that I cannot send SMS (still can receive them)... I have contacted the apple support but I have no solution till now. I also asked China Unicom for help but they cannot find the problem... More over the activation of message and FaceTime doesn't : I can use iMessage and FaceTime but on settings the activation doesn't work. Did anyone have similar problem and was anyone able to find the good solution ?

    Hello, I also have the same problem. My iPhone 5 is a from Hong Kong too! My iMessage doesn't work as well as FaceTime also. It keeps saying waiting for activation. I use china unicom too, tried contacting them but they couldn't solve the issue. But it many cases when I change my SIM card or insert mine to another phone , it suddenly activates. This is really frustrating because I can't check my credit balance at all or send urgent messages to people.
    Anyone with a good suggestion?

  • Cannot send sms with 4.01

    a new story with my 3gs and iphone 4
    purchased 2 iphone in france unlock them for 69 euro
    it was working perfectly in china with 3gs china unicom and now with the updated version
    i cannot send sms , can receive them and get my mails
    but not more sending
    help / can you seriously do something
    you guys should test your op before sending an update

    Hello, I also have the same problem. My iPhone 5 is a from Hong Kong too! My iMessage doesn't work as well as FaceTime also. It keeps saying waiting for activation. I use china unicom too, tried contacting them but they couldn't solve the issue. But it many cases when I change my SIM card or insert mine to another phone , it suddenly activates. This is really frustrating because I can't check my credit balance at all or send urgent messages to people.
    Anyone with a good suggestion?

  • Can,t send sms with nokia 3250

    please help.i am failing to send an sms with my nokia 3250.the problem only started recently but i was able to send sms before.if i send an sms it will say resend at maybe 3 to 4 minutes later. when the time comes it will say unable to send message. i installed sms accelerator but nothing changed. i verified the message center number but i still have the problem.pliz help me.

    Hi,
    Check the "Message validity" for the period that you
    have set for resending messages. If it's short, set
    it to "Maximum time". This will enable the Message
    center to keep resending the mesages.
    I hope this will solve the issue.
    Regards.
    Fattan

  • Sending SMS with Simplewire SDK to a specific port, not working

    Hi,
    I guess most ppls are familiar with the simplewire SDK. I tried sending SMS to a port on my number thru the SimpleWire SDK but I guess it is not delivering the the apt port.
    The reason is quite simple:
    I tired sending to the same port on the same phone thru the java wireless API on the same phone and the midlet picked up the SMS.
    Anytime I send thru the Simplewire SDK, it comes to the phone (though my ringtone never rings, which suggest it may not going to the default port), but my midlet never picks.
    I am suspectign the mode of settin the port may be faulty. Here is my settings
    SMS sms = new SMS();
    sms.setDestPort(port);
    // Where port = (short) 16000

    I don�t know but i use the JAVA ME JSR 120
    import javax.microedition.io.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    import javax.wireless.messaging.*;
    public class SmsConnecter // implements MessageListener
         String port = "5001";
         public SmsConnecter()
    public boolean sendSMS(byte data[]) {
         try {
              String destAddress = "sms://4681234567:5001";
              MessageConnection smsConnection =
                   (MessageConnection)Connector.open(destAddress);
              //Create binary message
              BinaryMessage binaryMSG = (BinaryMessage)smsConnection.newMessage(
                   MessageConnection.BINARY_MESSAGE);
              //Setting destination add
              binaryMSG.setAddress(destAddress);
              //Add payload data
              binaryMSG.setPayloadData(data);
              //Now send the message
              smsConnection.send(binaryMSG);
              smsConnection.close();
              return true;
         } catch(Exception e) {
              //System.out.println("e="+e);
             return false;   
    }Ad about port...
    Port number Description
    2805 WAP WTA secure connection-less session service
    2923 WAP WTA secure session service
    2948 WAP Push connectionless session service (client side)
    2949 WAP Push secure connectionless session service (client side)
    5502 Service Card reader
    5503 Internet access configuration reader
    5508 Dynamic Menu Control Protocol
    5511 Message Access Protocol
    5512 Simple Email Notification
    9200 WAP connectionless session service
    9201 WAP session service
    9202 WAP secure connectionless session service
    9203 WAP secure session service
    9207 WAP vCal Secure
    49996 SyncML OTA configuration
    49999 WAP OTA configuration
    //Mickenull

  • Re: Send SMS with Siemens TC35i

    Can anyone tell me what java api I should use for sending SMS text messages through a siemens tc35i and if there is any good reference websites with sample code.
    Thanks in Advance

    No problem I can explain if you like:
    1) many messages are sent in hurry - somobody dictates you a number and you think what to send - there's simply no time to enter number in address book
    2) in general I don't like to enter ANY numbers on telephone in address book at all, Nokia has terrible PIM and calendar (and two-way PC sync), so I prefer to enter all data directly on PC in Outlook, and later sync it to Nokia (but not vice versa). That's separate issue, but also deserves to be mentioned here.
    3) there are some service messages with my GSM provider, that have to be sent sometimes - to reset daily limits on incoming web-originated SMS, etc. It would be much easier just to "resend" this message.
    4) sometimes my close people whom I ask something by SMS just forget to do what I'm asking, so it's easy just to resend SMS with same content to the same person, just to remind her/him I'm missing reply or action on their side.
    More ideas? Enough for me....

  • Sending SMS with RF terminal device

    Hello All,
    im working on a project that i design screens for rf terminal device(motorola MC55). i want to send sms over SAP via terminal device.
    i designed the screen and i can send sms from my computer. But when i call the same program from terminal device, the button doesnt react. i use this function 'HTTP_POST'. on the computer, everything is ok but on the terminal device, sth is wrong.
    Do you have any ideas?
    ps : i use internet explorer to open sap at terminal device.

    On 10/29/2010 9:54 PM, Kaptain_Krayola said:
    All in all its a very strange issue and it seems like i'm missing some key
    part of how to make this work.  Any suggestions would be appreciated.
    see if anything here helps: http://bit.ly/cITUBw
    can you post the code you've got so far?

  • I can receive sms but cannot send sms with iphone 4s

    I have a new apple iphone 4s. I am able to receive sms but can neither send sms nor go on the internet. I have filled in all the settings given to me by my carrier yet I am not able to connect to cellular network. My carrier gave me a phone number I should enter as my messaging center number. But I am not able to find the place to enter the number on my Iphone. Can someone assist me please?

    Hi!
    When mail being sent from iPhone, it will be used the outgoing email server you had setup for the account sending email.
    If it works on wifi and not by carrier, it means most likely one of the following:
    a: carrier blocking SMTP using any other mail server than the carrier's one
    b: your outgoing email server not reachable from external network (an example: 192.168.x.x server, it is a local subnet server, will never be reached from outside)
    You can ask your carrier what is the outgoing email server you have to use, and add it to the "other smtp servers" info of your email account. When sending email, iPhone will try servers listed there if main will fail on send.

  • Send sms with AT commands

    Hi to all,
    I want to send concatenated sms in pdu mode ....
    I have to use javax.comm and AT commands...
    Using these I have tested the "AT \r\n" command and i get reply as OK
    So i know this is working...now wen i try to send text sms .....
    String line1="AT+CMGF=1\r\n";
        String line2="AT+CMGS=\""+ dest+"\"\r\n";
        String line3=messageString+"\r\n";
        String line4="\u001A";but i dont get any output......

    Hello to all developers
    This is my first post on tyhis forum
    i hope we will ework well together
    my fist question is very simple
    about the generation of serial port events on the serial port, i'd likwe tyo know why, on the source code i can find on internet, the only event that is captured and managerd is always and only the DATA_AVAILABLE event....
    i'm having some torubles with an application that i realised some time ago, a simple SmsSnder which communicates with a modem gsm by AT commands... i'd like to know if it's possible to realise, from the other event, such as for example BI, Break Interrupt, or other, if there's some kind of problem on the serial port...
    In this case, i would be able to launch an AT command to reset and restart the modem....
    Can you help me?
    Very very thanks
    P.S. : PLEASE HELP ME

  • N91 problem sending SMS with non English character...

    Hello I own a N91 4GB version. I have upgraded to version 2.20.008. I checked recently and have not found a newer version available for download.
    When composing an SMS a counter appears on the upper part of the screen, which shows how many characters remain and how many SMS(s) will be sent.
    When I use my native language, i.e. Greek, the counter starts as usual with 160 characters. When I type the first character it drops to 69 characters and then it works correctly decreasing the counter by 1. The result is that the phone sends more than 1 SMS even if there are no more than 160 characters.
    The problem does not appear if I use English characters.
    Is there a way to fix this? Do other users have the same problem?

    Hello alsanico,
    I'm from Greece too.
    I haven't seen N91's exact menu but i suppose it has similarities with my N95. They both run S60.
    Settings-
    General-
    Personalisation-
    Language-
    Writing Language-Ellinika
    If you have already made these settings then go to:
    Messaging-
    Options (left selection key)-
    Settings-
    Text Message-
    Character encoding-
    Reduced support
    Hope this helps...

  • Send SMS with GSM Modems (D-Link DWM-156)

    Hi
    I am developing an application for GSM Modems (D-Link DWM-156) in C#.Net using AT commands. I have a problem sending English SMS. I try to send "hello", But I receive
    "e2□y" in my phone or ...exept hello!
    when I send "h"(one character) ,I receive correctly in my phone. but when 2 or more character for example "hello", ,I don't receive correctly in my phone.
    serialPort1.DataBits = 8;
    serialPort1.Parity = Parity.None;
    serialPort1.StopBits = StopBits.One;
    serialPort1.BaudRate = 9600;
    serialPort1.PortName = comport;
    serialPort1.DtrEnable = true;
    serialPort1.RtsEnable = true;
    serialPort1.Encoding = Encoding.GetEncoding("iso-8859-1");
    serialPort1.Open();
    serialPort1.DiscardInBuffer();
    serialPort1.DiscardOutBuffer();
    serialPort1.Write("AT\n");
    serialPort1.Write("AT+CMGF=1\n");
    serialPort1.Write("AT+CSCS=\"PCCP437\"\n");
    serialPort1.Write("AT+CMGS=\"09390150369\"\n");
    serialPort1.Write("hello" + "\x1A")
    I  replace \n with \r.but it doesn't do correct too.

    This is likely because your C# strings are unicode (wide). Use one-byte strings.
    -- pa

  • Can's send SMS with Nokia N90?!

    I got my new Nokia N90, but there is no "Use with Address Book" option in the setup (just iSync and use internet connection). Can I not send SMSs using this phone?!

    the Nokia N90 isn't on their compatibility list but it IS on Apple's, so I'd think Apple would support it

  • Sending sms with wma on two machine

    hello there,
    I am now working on a project which requires to use the wma api. I have tried to run an wma application with wtk1.0.4 on the same machine and it works fine. Now, i want to try to do it on two different machine where i will run on each, an emulator on both of the machine.
    Can anyone tell me what should i set so that my emulator on machine A can receive my sms from machine B? What i can think of now is to change the datagram host in the internal.config file from localhost to the ipaddress i am using.. is that correct ? but it doesnt seem to work.
    I am sorry.. but i hope someone can suggest to me a solution asap. THanks a Lot!

    what you are trying to do is correct by passing the
    ip-address to the internal.config I already tried to change the ip address.. but it failed. can you explain it in detail ? what about the datagram port number ?
    >
    but try to use midp 1.0.3 ri
    from http://java.sun.com/products/midp
    which also provides an emulator to run a midlet.
    you can run through the doc to learn how to run the
    emulator which will listen on some port and address. I am now using wireless toolkit 1.0.4. Doesnt it support the required midp function ?

Maybe you are looking for

  • Multilanguge Creative Cloud app support on Windows 7

    On Windows, do you have to uninstall and install, each time you want to move between different language versions of a Creative Cloud application? My experience is that when I install several language versions, the language of the app stays to be that

  • I cannot update my firefox. I am running on MAC OS X 10.6.8.

    I cannot update my firefox. I am running on MAC OS X 10.6.8. I will begin the update process but it will never complete it - often crashes before it finishes the process. Any recommendations?

  • How to use copy of standard program for direct input in LSMW

    currently we're using object 0085 Purchase Orders and and method 0001 for standard direct input, which is processed with program RM06EEI0 now I want to set an additional flag and avoid creating it by means of BUS PurchaseOrder.CreateFromData1 method

  • Problema con photoshop cc

    Buenas tardes, Mi problema es el siguiente: Cuando intento abrir una imágen cualquiera (jpg,png), no abre nada, es decir, sigo viendo la pantalla gris como si no hubiera hecho nada. Tengo windows 8 64 bits, por lo que instalé la versión para 64bits,

  • Application dumps core in 64-bit but runs fine in 32-bit

    Hi, I have a strange problem in a application supposed to be run in 64-bit mode. The application is a batch process run as a daemon. When it is compiled with 32-bit mode, it seems to be working fine, but when it is compiled with 64-bit mode, it dumps