Freeware program simulation with Sim Tool Kit

Hi:
Somebody knows about some freeware program simulation with Sim Tool Kit?
thanks

* Send message by SMS
* @param message byte[] : message to send
* @param number byte : number of the sms
public void envoiSMS(byte[] message, byte number) {
// sending of message with all needed parameters
ProactiveHandler hdlerPro = ProactiveHandler.getTheHandler();
short tpduSubmitLength = (short) (SERVER_ADDRESS.length + 6 +
message.length);
byte[] tpduSubmit = new byte[tpduSubmitLength];
// TP-SRR + TP-UHDI + TP-RP + TP-VPF + TP-RD + TP-MTI
//reply path(b) | user header indicator (b) | report request (b) | periode validity(2b) | rejet m�me numero MR(b) | message type (2b)
byte FIRST_BYTE_local = (byte) 0x01; //juste type de message SUBMIT
//tpduSubmit[0] = FIRST_BYTE; // TP-MTI + TP-RD + TP-VPF + TP-RP + TP-UDHI + TP-SRR
tpduSubmit[0] = FIRST_BYTE_local;
//tpduSubmit[1] = number;
tpduSubmit[1] = 5;
for (short i = 0; i < SERVER_ADDRESS.length; i++) {
tpduSubmit[ (short) (i + 2)] = SERVER_ADDRESS;
tpduSubmit[ (short) (SERVER_ADDRESS.length + 2)] = TP_PID;
tpduSubmit[ (short) (SERVER_ADDRESS.length + 3)] = TP_DCS;
tpduSubmit[ (short) (SERVER_ADDRESS.length + 4)] = (byte) message.length; //UDL
for (short i = 0; i < message.length; i++) {
tpduSubmit[ (short) (SERVER_ADDRESS.length + 5 + i)] = message[i]; //UD
//envoi d'un SMS
hdlerPro.init(PRO_CMD_SEND_SHORT_MESSAGE, (byte) 0, DEV_ID_NETWORK);
hdlerPro.appendTLV(TAG_SMS_TPDU, tpduSubmit, (short) 0,
(short) tpduSubmitLength);
hdlerPro.send();
I can't do all comments in english; another comments is in french.

Similar Messages

  • Sim tool kit  with java card help

    Hi all,
    i want to develop an applet which sends a sms to the network using sim tool kit and java card. can anyone can help me on this?
    if u can give me any document or links or sampale codes i realy appriciate it.
    Nuwan Nanayakkara

    * Send message by SMS
    * @param message byte[] : message to send
    * @param number byte : number of the sms
    public void envoiSMS(byte[] message, byte number) {
    // sending of message with all needed parameters
    ProactiveHandler hdlerPro = ProactiveHandler.getTheHandler();
    short tpduSubmitLength = (short) (SERVER_ADDRESS.length + 6 +
    message.length);
    byte[] tpduSubmit = new byte[tpduSubmitLength];
    // TP-SRR + TP-UHDI + TP-RP + TP-VPF + TP-RD + TP-MTI
    //reply path(b) | user header indicator (b) | report request (b) | periode validity(2b) | rejet m�me numero MR(b) | message type (2b)
    byte FIRST_BYTE_local = (byte) 0x01; //juste type de message SUBMIT
    //tpduSubmit[0] = FIRST_BYTE; // TP-MTI + TP-RD + TP-VPF + TP-RP + TP-UDHI + TP-SRR
    tpduSubmit[0] = FIRST_BYTE_local;
    //tpduSubmit[1] = number;
    tpduSubmit[1] = 5;
    for (short i = 0; i < SERVER_ADDRESS.length; i++) {
    tpduSubmit[ (short) (i + 2)] = SERVER_ADDRESS;
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 2)] = TP_PID;
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 3)] = TP_DCS;
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 4)] = (byte) message.length; //UDL
    for (short i = 0; i < message.length; i++) {
    tpduSubmit[ (short) (SERVER_ADDRESS.length + 5 + i)] = message[i]; //UD
    //envoi d'un SMS
    hdlerPro.init(PRO_CMD_SEND_SHORT_MESSAGE, (byte) 0, DEV_ID_NETWORK);
    hdlerPro.appendTLV(TAG_SMS_TPDU, tpduSubmit, (short) 0,
    (short) tpduSubmitLength);
    hdlerPro.send();
    I can't do all comments in english; another comments is in french.

  • Sim tool kit services

    how to access stk services- sim tool kit services on bb torch. just cant find any option to get menu for sim services.
    i can access sim contacts but not the sim menu.

    Same here

  • Problem with database tool kit, and MS Office Tool kit.

    One of my programmer's who has the Office tool kit noticed this on Monday, and we haven't been able to find the problem yet.
    We use the database connectivity reads and writes to a MS Access database. This program reads the data from a Symbol Scanner, and then inputs it into the database.  He then has a query that to create a data table to pump into the MS Toolkit to build a MS World file (This is for a Bill of Lading).
    What we found it that it works really well the first time, and on any further runs it will not update the database with any new data. It starts working again if we do a restart on the computer.  It seems like something is not freeing up the database.   He is freeing all the tables and closing the DB connection at each process, and everything else seems to be doing everything else right.  I think the problem is that it goes into this MS Toolkit to make the table that goes on the Bill of Lading.
    I did a modification that makes it read from an excel file on my desktop, and I found that it is doing the same thing. I deleted the report generator part of the program, and found that it will update the database properly.  I have no clue.
    here is the machine specs:
    labview 8.6
    Database connectivity toolkit 1.0.2
    Report generator toolkit MS Office 1.1.3
    MS Office 2007, the file is a Office 2003 format, 

    Given that the code still fails when talking to a excel file it sounds like this isn't really related to the database. Can you post a bit of your that shows the problem. Beyond that, be looking for things in the code that change between subsequent interations -- things like shift registers, globals, etc.
    On the other hand, the fact that you have to restart the computer would tend to indicate that there is something going on with the MS Office side of things. To be clear: shutting down and restarting LV is NOT sufficient to clear the problem?
    When the problem is occurring, if you shut down LV and open the Task Manager do you see (on the Processes tab) any MS Office components still running?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Starting with ESB Tool kit ?

    Hi All,
                    I have to Develop Sample applications on ESB tool kit, with BizTalk server 2013, and i configured ESB tool kit in my system and i struck on how to create ESB releated applications only using Visual
    studio. Please suggest me regarding this request and give some useful suggestions and links.
    Thanks in Advance.
    Thanks & Regards
    Chinna

    Once you installed the ESB Toolkit 2.2, you will have Itinerary Designer extension registered with Visual Studio 2012, through with in your visual studio
    with Itinerary Designer you can starting design/create Itineraries for ESB-Tool kit 2.2. (Note, some users have faced some issue in registering the Itinerary Designer in ESB Toolkit 2.2, solution for this
    issue is here)
    Then you can follow the tutorial for ESB-Toolkit to get started.
    Installing the BizTalk ESB Toolkit Core
    Getting Started with the BizTalk ESB Toolkit
    Video: BizTalk ESB Toolkit 2.0: Itinerary Design Process and Tooling
    BizTalk ESB Toolkit Sample Applications
    ESB Training Kit
    TechNet:BizTalk Server: ESB Survival Guide
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Sip API Configraution with Wireless Tool Kit

    I am trying to work on SIP API, for that I need to be able to configure SIP API with my wireless tool kit so that I will be able to use
    javax.microedition.sip.*
    package. I have downloaded the JSR 180 and I am using 3.0 beta ver of Wireless tool kit also using Nokia and samsung tools kits. IDES I am using is JBuilder2006 and Eclips3.0. Plzz help me to solve this problem I will be very thankful to you. It will be very nice if u also e-mail the solution to [email protected]
    Regards,
    shani06

    here you go
    http://www.devx.com/tips/Tip/20098
    kari-matti

  • Simulation with Sims command

    I need some help in using the sims command for compiling and simulating designs.
    eg: i want to simulate a particular file like the lsu.v how to use the sims command to simulate a particular part.
    I tried mini_regression and it works with the given command in the DV guide. However if i just want to simulate the design and run a test on a particular part of the design ( like the DCache). Can any one give the command line.
    I tried the following command given in the sims help
    sims -sys=cmp -vcs_run diag.s
    It fails saying it caught a sigdie can not find cmp in .. sims
    Can someone give the command to run a particular test on a unit without doing a mini or full regression

    Hi, As far as i know, We dont have Module/Unit level tests and environment to test
    individual modules in Sparc T1 database. Present environment is at the Sparc T1 core level, which can have Thread1, Core1 and full Chip simulations and verifications.
    --kantha.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Freeware Photo Editor with Compression Tools

    Is there free ware out there that can be downloaded to do the things (like photo compression) that iPhoto doesn't?
    I have discovered a round about way to compress photos by clicking "Share" and then "Email". It then lets you decide on three different compressed sizes, but it seems ridiculous to have to do this just to simply compress a photo and the three options they give you are quite limiting.
    I'm not sure if you're allowed to mention Microsoft on Apple websites, but even their basic photo editors allow you to compress photos for whatever use.
    I personally find this all to be very frustrating.....
    If anyone has some freeware solutions for photo editing, and in particular, photo compression (for emailing, posting on a website, etc), let me know!
    iMac Intel-based   Mac OS X (10.4.7)  

    Adumb:
    Resize! might be what you're referring to. With it you can resize the pixel dimensions and select the level of compression (quality level) for the new files. The export feature of iPhoto only lets you change the pixel dimension. There are other possible candidates at VersionTracker.com. Do a search there for "resize".
    Regarding mentioning the darkside, we'll be sending you some soap to gargle with.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD, QT 7.1.3,   Mac OS X (10.4.9)   22 LCD, 250G/200G/160G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod

  • ISight not working with mac programs, functional with Tech Tool Deluxe

    MBP 15 (late 2008)
    iSight not functional, ie "no camera connected" when using photobooth, imovie, ichat, skype, but when I fire up tech tool deluxe 5, it's working - I can see myself and it is functional. Tried all the restarts, etc. Can I fix this myself or is this an applecare issue?
    Thanks

    Welcome to Discussions, johnnychickenfoot
    One of the relevant suggestions from http://support.apple.com/kb/HT2090 will get it working.
    If you can make your iSight work properly and repeatedly with any app in any user account you test, your problem is software related.
    A properly performed reset as suggested in the Troubleshooting article often restores function to built-in iSights. If that continues not to work for you in any user account, consider software troubleshooting like the relevant ideas from here:
      http://support.apple.com/kb/TS1388
    Because your iSight works with TTD, your System Profiler should recognize your built-in iSight as a USB device. If you need to post back for other suggestions, please confirm that System Profiler can see your iSight when TTD is not running.
    EZ Jim
    G5 DP 1.8GHz w/Mac OS X (10.5.8) PowerBook 1.67GHz (10.4.11)   iBookSE 366MHz (10.3.9)  External iSight

  • Executing the SIM Tool kit example given in Annex D, 43.019

    Dear All,
    I have gone through the TS 43.019, at the end it contains some source code available for SIM Api's.
    So could you please help me in steps to be taken in executing this example given in Annex D.
    Regards,
    Vishnu.

    1) SIM API is required to develop Applet to be put into __SIM__ card and hence to be used to build GSM-related functionalities through interaction with the : user, the mobile phone and the GSM Network.
    The SIM card then MUST be put into a SimToolikt-capable mobile phone
    2) Yes, it's enough to use all the "commands" specified in TS GSM 11.14. If there will be a limitation, it is generally due to the Mobile phone.
    3) Yes you cas use it. And you can make it simpler by using the "jars" provided with JCOP (prior to 3.0, cause SIM Developpement has been abanodoned by JCOP Team).
    4) look for some Tutorial ;)
    Basically, a SIMToolkit Applet = a JavacardApplet + more functionlities.
    An STK Applet extends the Applet Class, but also implements the ToolitInterface.
    you have just to import the required API :
    import sim.access.*; // access to GSM FileSystem
    import sim.toolikt.*; // the STKSTK is much amazing to use tha n pure javacard, as it's event-oriented. You Applet will do some action each time it intercepts a particular event : the use dial a number, the mobile receives an SMS (OTA or no), the user selects an item within a menu, the Mobile sends a Status command to the SIM, etc.
    it took me about 4 month to be able to master the STK/OTA and develop commercial quality Applets.
    it's just a matter of time, but I see it will be very hard for you do do the job in one day :-p

  • How to read a passward protected excel file with the help of database connectivity tool kit

    hi, i was reading an excel file with the help of database connectivity tool kit in labview 8.0
    i made tabels in the excel file nand made odbc connection and specified the workbbok name.
    now my problem is how to read the same file if i specife a pasword to that excel file ?

    Hi,
    Check out this thread about opening a password-protected Excel file using ActiveX. This should take care of it for you!
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

  • I bought a 4G SIM activation kit on the advice of a CS rep, who said I could change out the SIM card on my Verizon Droid X (currently in use with a customer loyalty plan) and switch it to a prepaid plan. But now it appears there is no SIM card to switch o

    I bought a 4G SIM activation kit on the advice of a CS rep, who said I could change out the SIM card on my Verizon Droid X (currently in use with a customer loyalty plan) and switch it to a prepaid plan. But now it appears there is no SIM card to switch out. Google search finds several others have asked that question and the Droid X doesn't have a SIM card, apparently. But, the 4G SIM activation kit "Compatibility" tab claims that it is compatible with the Droid X, so what is the real story here? Do I have to send this kit back to you?

    No. Call Apple Care and give them the serial number. They may be able to tell you who it is locked to.

  • JAVA WITH GWT(GOOGLE WEB TOOL KIT)

    Anyone know about this........?JAVA WITH GWT(GOOGLE WEB TOOL KIT)

    CeciNEstPasUnProgrammeur wrote:
    JavaJaquar wrote:
    do u knw the codingparts..
    this.setAttribute(PLATINUM_STAR);
    this.setAttribute(FEATURED_DEVELOPER);
    this.setAttribute(COOL_FRENCHY_WITH_MOTORCYCLE);
    Fame fame = this.getGenerateFameFromAttributes();
    Chicks chickSet = null;
    try {
    chickSet = fame.acquireChicks();
    } catch(NullPointerException npe) {
    System.out.println("Oh fuque off.");
    this.attachGroupies(chickSet); // works with null, too
    this.haveFun();
    Don't forget to work your RubberChickenVoodooMagic. ;-)

  • HTK tool kit with Visual Studio 12

    I have tried several times to install HTK tool kit in windows 8. but It didn't work out Please give me some help to install HTK in windows 8 to work with Visual Studio.
    Thanks

    Hi madhawa30,
    It seems that HTK tool kit is a third party tool, so I'm afraid that it is really out of support range
    of this forum. But you could get better support here:
    http://htk.eng.cam.ac.uk/develop/get_involved.shtml
    Have a nice weekend,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why can't I print to a Zebra 2746e using the report tool kit?

    I have read on here how peoople have printed barcodes from LV by sending commands directly to a zebra printer. I am using LV8.2.1 on a windows xp computer. I am sending EPL2 messages to the printer using the report tool kit, but all I get is a couple of line feeds. If I send the commands from a command prompt by coping a test file to the printer port it prints fine. Any thoughts. I have attached my program.
    Attachments:
    zebra tester.vi ‏22 KB

    I tried your code against my printer and it works as advertised. Can you print to other printers with it?
    By the way, when assembling a string you should use the Format Into String function instead of a string concatenator with a bunch of inputs. It takes up less room and is easier to interpret when troubleshooting.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Maybe you are looking for

  • Apple TV does not work!

    My Apple TV will not work on my television, and comes up with a message saying 'can not display this mode. Change computer display input to 1360x168 at 60Hz', help?!

  • Localization in OBIEE-11g ?

    Localization in OBIEE-11g ?

  • User defined class  for Web Services

    I am trying to use the Web Service Publishing Wizard to publish a class as a web service. The wizard will not allow me to select the method I wish to publish. When I click on the "Why Not?" button the message says: "One or more parameters did not hav

  • Leopard (10.5.2) just rebooted spontaneously being woken up after sleep

    I thought I had seen it all with Leopard, and then it just spontaneously rebooted when I woke it up from sleep. No applications open, just an empty OS X. I think we all can agree that Mac OS X Leopard (in all 10.5.* encarnations) is the worst Apple e

  • Cant install Design Premium on my mac

    Hi, I have a new Nac and purchased cs5.5 Design Premium , i load the disc into the mac  , it starts to think about loading then stops and doent do any thing else ?? very confused can anyone help with this? rich