Solstice X.25 PAD programming

Hello,
I am trying to program a X.25 PAD application with triple X Support ( X.3 / X.28 / X.29 ). I am having problems implementing the triple X parameters...
There are two header files ( xxx_control.h and xxx.h ) in the SUN-include directories with no comment or other information how to use them. The only reference is in a support-sample ( listen.c ) of an PAD listening-deamon :
/* * PAD calls need X3/X.28/X.29 parameter handling, so push the *'triple X' module to map PAD parameters to termio ioctls */
if (ioctl(devd, I_PUSH, "s_xxx") < 0) { perror("push(s_xxx)"); listen_failed = 1; return(-1); }
Has anyone ever used these SUNLink libraries to provide support ??
Are there any samples of an existing PAD with triple X support ??
Thx a lot :-)

Problem solved.
License info in /etc/SUNWconn/x25/x25_9.1.lic,x had different port number from combined license file. After port number was changed, to match the port in the combined license file, Sunlink now finds a valid x.25 license!

Similar Messages

  • Hand writing pad program

    Hope this is the right area to talk about this.
    I have a Touchsmart tm2 p/n xq322aar
    HP support is being a joke again always telling me to wipe my HDDD clean and is making it hard for me, the annoying trouble I am running into is when I write into the writing pad, it alot of time auto correct  me when I truly dont want it to. when I write MB it auto correct and when i fix it ...it will fight me and try to choose a word. When I finaly get it to stay at MB and continue on it decided to combind my other letters and changed my MB.... here what I am trying to write one out of the 100s of words I am trying to write... 128MB x1600. is there away to disable the auto correct or another program I can use so I can write things down vs trying to type...
    THank you for your time.
    Ps incase it should be check on. I cant switch my graphic sometimes and I whould have to restart the comp and it will work untill it finaly stop allowing me to switch. but it a secoundary thing I can deal with TY

    Sorry for the late reply. Only this laptop can get in this forums for some odd reasons.
    Now I am not refering to word pad note pad microsoft words and so on I am refering to the lil box that is cosinder a writing area where you can write your letters and then press the insert button to insert it into said programs like Words. Words and word pad are not quto correcting causes they been long disable. it the lil yellowish area I will tkae a screen shot now it will be in my photobucket.
    http://i16.photobucket.com/albums/b48/HardMan-EAA-​/writingpad.jpg
    there it is...so the problem is it assume I am misspelling and try to correct me I do understand it just try to reconize my hand writing but I know the diffrent from auto correcting and reconitions. this word wont be in the data base causes it wont be ( x1600 128mb) that a type of video card  I can easly write all the numbers and the letters no problem but when it think I made a mistake it changed what I write ...if it still a lil hard to understand what I am saying I can see if I can record what I am trying to say.
    I cant find anythign related to disabling auto correcting let alone to tell the program that the recent word was incorrctly auto corrected and I have a choice to send it to microsoft but I cant tell it what the correct word is.
    Dose HP have it own program or is there another one I can use that will have more options to adjust ? or to disable this bloody auto correct crap...never liked it on any device ... Oh I take alot of short cuts as well Cant (cnt) my name R2, and so on that another reason why I dont want that autoorrect...well hope I make sense.. thank you for you

  • Equium A200-1VO - touch pad doesn't work but external mouse does

    I had a problem with my hard drive not working this just happened over night so I replaced the hard drive no problem and rebooted the system.
    All is ok but the touch pad will not work.
    I have tried FN+F9 this is ok I have updated the touch pad program still not working.
    Please HELP!!!

    To determine if its an hardware issue or a software issue do the following...
    1) go into bios (f2) and set it to default settings and save
    2) insert toshiba recovery cd and wait till the menu appears
    You should be able to move the mouse inside the recovery GUI, if it doesnt move then try holding function and f9 again.
    If this still doesnt work then your touchpad could be faulty.
    *Note* dont start the wizard to recover vista because it will overwrite your data, just cancel this if the touchpad works under this.
    If not just turn your laptop off and remove the recovery disk.

  • Call transaction MMBE from another program and press Back button

    Hello,
    I have program that is used as a 'launch pad' for some of our heavily used transactions. When I call the main 'launch pad' program, the user will select a button and a Call Transaction MMBE is initiated (USING the first screen). The user selects a material for display and presses the execute button (F8). The material overview is displayed correctly.  When the user presses the Back button (F12), transaction returns all the way back to the first called program and not to the first screen for transaction MMBE as expected.
    Does anyone know how I can change the screen flow and go back to the fist screen of MMBE and not the screen of the first called program?
    Regards,
    RC

    Rod,
    In your case i think it is not possible as it is standard functionality by SAP.
    Try work around, may be modification to the program will work.
    Regards,
    Amey

  • Color Picture of Steve Jobs that I would like to send to Apple for use in his honor. I prefer Color

      I would like to send Apple a Color Picture of Steve Jobs that I found on Google. it's the same picture Steve Jobs Biography that 
    Walter Isaacson wrote. except it's in color. What I did was use my Drawing Pad Program to bring in the picture and then I brought in a splash I croped with Steve Jobs 1955-2011 and saved it. I want you all at Apple to have a copy to use for his memormial eash year. And Thank you Tim Cook and everyone at Apple for honoring Steve's values in keeping Apple products the great products that they are and will remain. Siri is such a riot. I have so much with her. I was able to use Best Buy's Trade-in Program and I traded my iPad 2 in for the new iPad 3rd Generation. I am one that needs Siri to help me spell some words when I get brain lock. lol. .  She is also fun to play with. I asked her to tell me a joke, she came back with, " Two iPhones walk in a bar, I forget the rest. LOL. you all have an ad with this joke. I haven't asked her any questions on sports yet. I like figure skating in the winter olympics beacause it's so graceful.
    Very Sincerely,
    Janet Woodville

    You are not talking to Apple here. We are users like you who help each other with technical problems. If you would like to say something to Apple, click here.

  • Joining lines & saving co-ordinates!

    Well, I did manage to do something with my problem (posted last night) but here's another question.
    I'll start again for those new to this...
    I'm writing a 'sketch pad' program where the user draws 3 seperate lines (not touching) and then I have to extend them to make a decent looking triangle! Well, for now I've managed to get a canvas up and allow the user to draw lines.
    Anyone got any ideas/tips on how to join the lines up, or just to save the co-ordinates (startx, starty, endx & endy) of each line in an array (so that I can repaint the canvas when it is put behind another window!)?
    Here's the code I've done so far;
    Sketcher.java
    import java.awt.*;
    import java.awt.event.*;
    public class Sketcher extends Frame {
         private Canvas canvas;
         public Sketcher() {
              setSize(500, 500);
              setTitle("Sketch Pad");
              canvas = new Canvas();
              add(canvas, "Center");
        public static void main(String[] args) {
              Sketcher f = new Sketcher();
              MouseWatcher mw = new MouseWatcher();
              f.canvas.addMouseListener(mw);
              f.canvas.addMouseMotionListener(mw);
              f.show();
    MouseWatcher.java
    import java.awt.*;
    import java.awt.event.*;
    public class MouseWatcher extends MouseAdapter implements MouseMotionListener {
         private Point p, oldp;
         public void mousePressed(MouseEvent e) {
              oldp = e.getPoint();
         public void mouseReleased(MouseEvent e) {
              p = e.getPoint();
              Graphics g = ((Canvas)e.getSource()).getGraphics();
              g.drawLine(oldp.x, oldp.y, p.x, p.y);
              oldp = p;
              g.dispose();
         public void mouseDragged(MouseEvent e) {
         public void mouseMoved(MouseEvent e) {
    }Any help greatly appreciated... duke dollars available too, heh!

    Was bored......
    Havnt tried this but see if it works
      private Point p, oldp;
      private Point[] pts = new Point[6];
      int ctr = 0;
      int x1[] = new int[3];
      int y1[] = new int[3];
      int x2[] = new int[3];
      int y2[] = new int[3];
      public void mousePressed(MouseEvent e) {
        oldp = e.getPoint();
        x1[ctr] = (int)oldp.getX();
        y1[ctr] = (int)oldp.getY();
      public void mouseReleased(MouseEvent e) {
        p = e.getPoint();
        Graphics g = ( (Canvas) e.getSource()).getGraphics();
        g.drawLine(oldp.x, oldp.y, p.x, p.y);
        x2[ctr] = (int)oldp.getX();
        y2[ctr] = (int)oldp.getY();
        ctr++;
        oldp = p;
        if (ctr == 3) {
          drawTriangle(e);
        g.dispose();
      private void drawTriangle(MouseEvent e) {
        Graphics g = ( (Canvas) e.getSource()).getGraphics();
        Canvas c = (Canvas) e.getSource();
        g.setColor(Color.white);
        g.fillRect(0, 0, c.getWidth(), c.getHeight());
        g.setColor(Color.black);
        Point[] pointi = new Point[x1.length];
        for(int z1=0; z1<x1.length; z1++) {
          // Work out b
          int b1 = (y2[z1]-y1[z1]) / (x2[z1]-x1[z1]);
          // work out a
          int a1 = y1[z1] - (b1 * x1[z1]);
          // now the other point
          int z2 = z1 + 1;
          if (z2 >= x1.length) z2=0;
          int b2 = (y2[z2]-y1[z2]) / (x2[z2]-x1[z2]);
          // work out a
          int a2 = y1[z2] - (b1 * x1[z2]);
          // Get the intersection
          int xi = (a1-a2) / (b2-b1);
          int yi = a1 + (b1*xi);
          // store this point
          pointi[z1] = new Point(xi, yi);
        for(int i1=0; i1<pointi.length; i1++) {
          int i2 = i1 + 1;
          if (i2 >= pointi.length) i2 = 0;
          g.drawLine(pointi[i1].getX(),
                     pointi[i1].getY(),
                     pointi[i2].getX(),
                     pointi[i2].getY());
        ctr = 0;
      }Rob.

  • Notepad Application recommendations?

    I'm moving to the iPhone from a Treo, and the one thing in the Treo that I really miss is my old Memo Pad program. Apple's "Notes" program is definitely not good enough as a replacement. So I've been poking around the Apps Store, and haven't found anything yet. Here are the features I'd like:
    -Create, edit and delete notes on the phone (seems obvious, but at least one of the programs on the Apps Store can't do this)
    -Put notes into categories (Notes can't do this)
    -Put notes in any order I'd like (as opposed to forced sort by date)
    -Some easy way to get notes off of the phone, whether that's e-mail integration, sync to a website, sync to my computer...whatever, I'm not picky.
    Are there any iPhone apps out there that do all of that?
    Thanks in advance.

    Have you tried YouNote? The developers claim it is backs up to your computer so that should you ever need to restore your phone, the information in YouNote is not lost. They also say the ability to send email from the program will be coming in the next update. It's a cool tool that's organizable by alphabet, date added or color-coding. Besides text memos, you can do photo memos, 1-minute voice recordings, drawings, and web screenshots. Some memos can even be combined. And all text you input is searchable. Sure worth it since it's free! (I have nothing to do with them; I just spent a couple of hours today looking at their YouTube videos - no sound..., their website, and playing around with it having downloaded it a couple of weeks ago. I hadn't used it because I didn't think it backed up to the computer and was, therefore, not safe enough...but they claim it is.)

  • Get mouse coordinates when its moved over a powerpoint slideshow -URGENT

    i am writing a code to get the mouse coordinates as its moved over the screen(especially over powerpoint slide show. plz help me if u know a simple code that perform this function without a plug-in, but if i have to use a plug-in advice me.
    tahnk u very much :)

    sorry for not using the code tags..just learn about it...thanx
    my problem is.when i want to record every coordinates of the mouse while it moves..but using the printstream,it only records the end point of the mouse and not while the mouse moves/dragged.I'm developing a sketch pad program. the program needs to capture the coordinates and saved it into a file.i tried using it but keeps on saving the last point but not all
    example
    point A..........................point N............................point Z
    i want the program to save the coordinate of point A,point B,C,D...point N....and last point Z
    but it keeps on saving only point Z.can u help or give any ideas..thanx

  • LPK file problem! Help!

    Something terribly happened to my HP 2009f i pressed right click and accidentaly pressed ''open with'' then i don't know what to do? so i clicked the word pad program and the ''Always use the selected program of this file''is checked! then all my LPK file turned to word pad!
    And i tried to fix it but i don't know what to do can someone please help me! 

    An applet is not allowed to write files.
    But you can use a signed applet.

  • Can FF win return mouse coordinates while over a .swf object

    Hi there,
    I have a flash object embedded in a page and need to get
    coordinates returned from javascript to the flash object. I can get
    this to happen in IE, Safari, and FF Mac even Camino. FF windows
    will not return coordinates when the mouse is over the flash
    object. Is there a way to do this? I'd really appreciate any info.
    Thanks.
    Is this a firefox issue or the way the flash player is
    implemented into firefox windows?
    Here is a link for clarity:
    http://client.karo.com/bcdev/
    Thanks,
    Beau

    sorry for not using the code tags..just learn about it...thanx
    my problem is.when i want to record every coordinates of the mouse while it moves..but using the printstream,it only records the end point of the mouse and not while the mouse moves/dragged.I'm developing a sketch pad program. the program needs to capture the coordinates and saved it into a file.i tried using it but keeps on saving the last point but not all
    example
    point A..........................point N............................point Z
    i want the program to save the coordinate of point A,point B,C,D...point N....and last point Z
    but it keeps on saving only point Z.can u help or give any ideas..thanx

  • Portege R700: VAP and Touchpad download error (119 and 120)

    I tried downloading value added pack and touch pad programs
    however when I tried to run the downloads I receive errors 119 for touch pad and 120 for value added.
    What should I do?
    I can't use function F5 and the touch pad properly.

    On Toshiba EU driver page in Protg R700 area you can find the drivers for Win 7, Win 8 and Win 8 upgrade. For each system there are different VAP packages and touchpad drivers.
    I dont know what VAP and touchpad you mean but in my case I was able to download the VAP and touchpad for Win 7 and this worked properly.

  • I've tried to update my i-Tunes version after the site suggested I should following my i-Pad being plugged into it for the first time. The update seemed successful but the program would not open at all despite switching off the PC and re-starting several

    I’ve tried to update my i-Tunes version after the site suggested I should following my i-Pad Air being plugged into it for the first time. The update seemed successful but the program would not open at all despite switching off the PC and re-starting several times. I then tried wiping the original software from the computer and re-downloading from scratch. Each time I tried the download failed with a message saying “Service “Apple Mobile Device” failed to start. Verify that you have sufficient privileges to start system services” At this stage, the only way forward was to “abort” the download. This I have done now four times and the same thing happens. When I did finally manage to get an i-Tunes shortcut on my desktop, the program wouldn’t open saying: “i-Tunes was not installed correctly. Please re-install i-Tunes. Error 7 (Windows error 193)” Any ideas to resolve this?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • I have bought my husband his own i pad and we both need to use our own on a shared computer. will the two apple IDs show as separate on the i tunes or do I need two different I tune programs?

    I have bought my husband a new I pad and we both need to use our own on a shared computer. Will the two different Apple IDs show as separate on the i tunes program or do I need two different i tune programs?

    Each device is different and will only sync what you select

  • TS1702 how can i up load a program from my pc to my i pad  ? do i first have to upload it to I tunes (its a mac program) or is there a plug in that has a usb on one end and apple plug on th other?  i wnat to upload filemaker Pro for Mac to my i pad

    Hello guys and thanks for trying to help me.  I want to upload Mac programs that i have saved on my pc to my I Pad (the latest one) and do i have to upload it first to I Tunes and then down load it to the ipad and if so how do i do that (upload to i tunes)
    Second, is there an Apple adapter ( i have off brand ones fro China that don't work and i was told they would. also one from a company in he US and it doesn't work)
    One big question, if i upload (after you tell me how) FileMaker Pro Adv Mac to the I Pad can i create run time solutions from the ipad as if it were a laptop or computer or air book??? becuase that is the main reason i purchased the I Pad.
    i really would like to get to use the i pad but don't know the first thing about Macs..
    Norman  (reach me at [email protected])

    No, Mac programs and applications do not run on the iPad. an iPad is not a laptop. It can run only programs designed specifically for it and that are available only through the App Store.
    Ipads are geared towards media consumption, not so much creation.
    Perhaps what you should have bought is a MacBook Air rather than an iPad.  A Macbook Air is a fulll laptop, than runs a full MacOsx and can run File Maker Pro.

  • HT5548 I upgraded one of my programs and now the old and new both appear on launch pad, and I can't delete the old one.  Is there a way I can do that?

    I upgraded one of my programs and now the icons for both old and new appear on the launch pad.  I don't need or want the old version to display, as it's been imported into the new one.  I can't seem to figure out how to edit it off the launch pad.

    Hi there,
    More then likely, the old version was installed independently from the App Store. The article below goes over the process for removing these application.
    OS X Lion: Install, update, and uninstall apps
    http://support.apple.com/kb/ph4524
    To uninstall other apps, drag the app to the Trash (the Trash is located at the end of the Dock), and then choose Finder > Empty Trash.If you change your mind, before emptying the Trash, select the app in the Trash, and then choose File > Put Back.Warning: When you empty the Trash, the app is permanently removed from your computer. If you have any files that you created with the app, you may not be able to open them.
    Hope that helps,
    Griff W.

Maybe you are looking for

  • Bluetooth N73 and N78 problem

    Hi, all. I have very special problem with connection N73 and N78 with my BT HF Pioneer radio, there is firmware problem. I dont need the stock answares like "reset your phone" etc. I want to disscous the problem with some real nokia technical support

  • Status messeges

    i sdngurus i had one requirement regording bdc after completion of bdc i want to see text like these tables are updated and this is the path wher they getting files after succsuss full complation of download or upload functionality thanks ravi

  • Configure Web Server

    Hi Everybody I have installed Oracle 9.2 with Worflow and HTTP service on my machine. Now I'm trying to configure my web server. The web based page should be http://server_name:port. At this URL, I get the page Oracle Enterprise manager. With the pre

  • Work Flow diagram for setup

    Looking for a flowed out diagram to get VoIP up and running, using 26xx, CCM 3.3, 8 FXO ports and 7970 phones. Looking for 3 different configs, 1 for 2 special numbers, 2 for reg commercial numbers and 3rd for another tenant with 4 numbers. Keeping e

  • How do I delete files permanently from the download queue?

    I have a bunch of TV shows and songs that are in my download queue because I accidentally clicked "download" twice.  Every time I want to download or import something else, all 47 of these items come up and attempt to start downloading.  Each time I