Is using COM ports with crossbridge possible on adobe air desktop?

or is there any other way of accessing COM ports with adobe air?

You should be able through the air native extension Native extensions for Adobe AIR | Adobe Developer Connection
I doubt that what you need here is CrossBridge. If there is a way to do it from normal AS3 AIR though, you will be able to do it from Crossbridge too. Maybe not the same way you would too in normal C++, but since you can go back and forth from c++ to as3, that would work.
Search for air instead of crossbridge and you might find something.
I sees some posts about it on google, for example: Air serial port connection
But personally, I would do it in C++ with the native extension if there is no library that already do it for you.

Similar Messages

  • How to Use Com ports on oracle forms

    Hai,
    how we can use com port to communicate to the device like Pole Display(output device) or fixed scaneer (input device) having serial port(Input device) in oracle forms.
    Thanks & regards

    For web forms you will probably need to create a PJC and/or use webutil and make calls to the device's API.

  • I am using a PC with window 7 and adobe photoshop 12. I have followed Photoshop Elements Help and I still have the same problem. When I try to backup Photoshop 12 it has stop on7% when calculating Total Media size. What can I do?

    I am using a PC with window 7 and adobe photoshop 12. I have followed Photoshop Elements Help and I still have the same problem. When I try to backup Photoshop 12 it has stop on7% when calculating Total Media size. What can I do?

    Hi Prabhuram and falez,
    This issue appears where there are any inconsistencies in your catalog (generally for video files). This issue may be due to offline files, missing files, video scenes. The recommendation here would be to fix these inconsistencies and try again. If that doesn't solve the issue, please follow steps mentioned in email by me.
    ~Surendra

  • Adobe AIR desktop app with an embedded runtime

    Hi,
    Does an Adobe AIR desktop app with an embedded runtime (standalone/portable)  that got published on Windows work on a Mac too?
    Thanks

    No, you need to compile a "bundle" with ADT on each platform. On Windows it creates a directory with an .exe and the AIR runtime. On OS X it creates a .app file.

  • Change Encore Project into a adobe air desktop application with password

    Good afternoon,
    I am trying to find a a way that i can change or inport a Encore project into a adobe air desktop application so that a can password protect it. I have a training simulator built in Encore that has a large number of menus and videos that i would like to tern into a tesk top application that i can password protect. Encore out puts this as a swf file. Is there any way to do this? I have bin looking around an the web and can't seem to find any information on this kind of problem. Any help would be greatly appreciated.
    Many thanks,
    Justin

    Hi Justin,
    ok, assuming that your external SWF tries to access some hosting application context (methods/properties) you could try:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark"
                                xmlns:mx="library://ns.adobe.com/flex/mx"
                                applicationComplete="applicationCompleteHandler(event)">
         <fx:Script>
              <![CDATA[
                   import mx.controls.Alert;
                   import mx.events.FlexEvent;
                   private var loader:URLLoader = null;
                   protected function applicationCompleteHandler(event:FlexEvent):void
                        loader = new URLLoader();
                        loader.dataFormat = URLLoaderDataFormat.BINARY;
                        var url:String = "MyApplication.swf";
                        loader.load(new URLRequest(url));
                        loader.addEventListener(Event.COMPLETE, loaderCompleteHandler);
                        loader.addEventListener(IOErrorEvent.IO_ERROR, loaderErrorHandler);                   
                   protected function loaderCompleteHandler(event:Event):void
                        // allow cross-scripting in case loaded content tries to access
                        // that context properties or methods
                        var context:LoaderContext = new LoaderContext();
                        context.allowCodeImport = true;
                        swfLoader.loaderContext = context;
                        swfLoader.load(loader.data);
                        cleanup();
                   protected function loaderErrorHandler(errorEvent:IOErrorEvent):void
                        mx.controls.Alert.show(errorEvent.text, "ERROR");
                        cleanup();
                   private function cleanup():void
                        loader.removeEventListener(Event.COMPLETE, loaderCompleteHandler);
                        loader.removeEventListener(IOErrorEvent.IO_ERROR, loaderErrorHandler);
                        loader = null;
              ]]>
         </fx:Script>
         <!-- ui -->
         <s:SWFLoader width="100%" height="100%" id="swfLoader"/>
         <!-- -->
    </s:WindowedApplication>
    See that doc for some details "allowCodeImport":
    http://www.adobe.com/devnet/flashplayer/articles/fplayer10_1_air2_security_changes.html
    note: I'm not sure if that would 100% work. I don't know what Encore authored .swf really do, for that you could ask on Encore forum:
    http://forums.adobe.com/community/encore/encore_general
    regards,
    Peter

  • Is there the possibility of adobe AIR be discontinued?

    Is there the possibility of adobe AIR be discontinued?
    a)if not, when, what year?
    b) What operating system will keep on running AIR?
    c) Is there a forecast to launch a version to Windows RT?

    I will try, were is the link to the German version? Will the menus be in German?
    I kinda need english if possible.

  • How to use thunderbolt port with disks and DVI-display

    Hello,
    today I use a 15" MacBookPro and have attached 1TB LaCie with FW800  (for time machine) and DVI-Display using Mini-port.
    Need to add more external disk space and look for Lacie 2 TB with thunderbolt connection (for storing mass of pictures in Raid1 version)
    Is it possible to connect the new disk, the other disk with an Thunderbolt->FW800 adapter and the DVI-Display to one thunderbolt port?
    What are the options I have, to get all three to work at the same time?

    No, or at least not without additional hardware. You have too many end-points for one Thunderbolt chain.
    You also have the problem that the Thunderbolt->FW800 adapter is not yet for sale.
    If the new disk you get has two Thunderbolt ports (which not all do), you could daisy-chain the Thunderbolt->FW800 adapter behind it, but that adapter has to be at the end of the chain. The Mini-port->DVI adapter likewise needs to be at the end of a chain.
    So, you can probably get all three connected at one time by connecting the "1TB LaCie with FW800  (for time machine)" to your FW800 port, while connecting the Thunderbolt->FW800 adapter (when available) to the second port of the new disk. I say "probably" because nobody has the TB-FW adapter yet to try it.
    As for doing it on one Thunderbolt port with additional hardware, you might look into third-party docking stations being released in the next few months. The announced prices are in the low-to-middle hundreds. I won't mention brand names, as this is an Apple forum, but they aren't too hard to find by web search.
    The highest-priced solution would be the Apple Thunderbolt Display, which gives you a FW800 port for your 1TB drive, a pass-thru Thunderbolt port for your new disk, and of course a 2560x1440 display (plus ethernet and usb2 ports you may not need). It's available now, in the uppermost hundreds. There are some refurbs in the online Apple Store at the moment at 15% off.

  • No Bluetooth COM port with Version 6.5.1.4500 (T530, Win7 64bit)

    Hi all,
    after installing the current bluetooth drivers for the T530 (I'm not sure which drivers were installed before - I think standard Windows 7 drivers), I have several nice additional bluetooth profiles supported, by the virtual Bluetooth COM port has disappeared .... und uninstall is not offered by the drivers' setup.exe.
    Does anyone have an idea how to get the COM port back?
    Thanks for help,
    Mark123

    Hi,
    I would like to know is there any update about the issue. If the issue is solved, will you please share the resolution here to help others in this forum who encounter similar issue.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How to set up NAT for two servers using same port with ASDM ASA 5505

    Hi there,
    We have a new installation of a ASA 5505 and are trying to get some NAT issues straightened out. Here is the scenario: On our internal network, we have two servers running Filemaker Server, a relational database server that clients connect with using port 5003. Our goal is to be able to allow users from the outside to access either of these servers as needed. I know how to set up a simple static NAT rule and matching Access rule in ASDM which would be fine for a case in which only one server using a given port is running on a network, but for simple static rules I seem to be blocked from entering a different translated port number from the orginal port number, which becomes a problem when two servers we need to access from the outside are running software using the same port number.
    What is the simplest way to address this need? I am guessing that I need to set up a scenario like this, where port 5004 (or any arbitrarily choosen unused port, can be used to access the second server:
    Outside user enters   FQDN:5004  and this translates to Database server # 1 as   192.168.1.40:5003
    and
    Outside user enters   FQDN:5003  and this translates to Database server # 1 as   192.168.1.38:5003
    If so, what is the easist way to get this done? Or is there a better what to handle this scenario?
    Thanks in advance,
    James

    I would create two objects and use object NAT
    object network Obj_5004
    host 192.168.1.40
    object network Obj_5004
    nat (inside,outside) static service tcp 5003 5004
    object network Obj_5003
    host 192.168.1.38
    object network Obj_5003
    nat (inside,outside) static service tcp 5003 5003
    Of course you will need to open your outside interface for tcp ports 5003 and 5004 to make this happen

  • Using Parallel Port with Outport.vi Problem

    Hello,
    I am trying to use my parallel port to control a relay network and have run into a problem. I am using the outport instead of visa because for some reason I get an error with visa and outport seems more simple. The problem I am having is that my program doesn't seem to be able to initially take control of the port. What I mean by this is that if I restart the computer and open/run my program, I get an incorrect output on the parallel port. However, if I run one of the example programs for controlling the paralle port using outport (attached) (I believe the one I use is called Reading and writing to parallel port using loops) I am able to control the output to the parallel port. Also, after the example has run, my program works correctly. However, if I restart my computer again and run my program first it can no longer control the port correctly. So the problem seems to be that my program isn't initializing the port correctly or assessing it right at the beginning of the program. However, looking at the example program I don't really see what they are doing that I am not. I have the correct port address. 
    My program takes values from a text file and displays them on the port and that works correctly. 
    Attachments:
    CircuitTopModule.vi ‏26 KB
    parallel port examples.llb ‏72 KB

    Hi Jag213, I'm glad you were able to resolve the issues you discussed on the other forum related to this issue.
    Now that you have it working, I would recommend a few things:
    1. Just try modifying one of the existing examples and see what you can get away with removing in order to keep it working the first time.
    2. Try modifying the timing on your example - 10 seconds is a long time to wait between each week, I wonder if you are getting a time out? Do the examples work when you insert that kind of timing delay?
    3. Add the In Port.vi into your code - this may be related to getting your Out Port.vi to work correctly.
    4. Your code controls 8-bits on the parallel port, while the examples control 32-bits. Do all 32 bits need to be initalized? Looking at the Parellel Port Read and Write Loop.vi Example, in the IO Connector Status, the 31st bit controls whether the target is initialized.
    Play with these settings and see if you can get yours to work the first. If all else fails, build your program to run off of one of the examples. For example, have the while loop run once, and then call yours as a SubVI.
    Good luck!
    Joey S.
    Software Product Manager
    National Instruments

  • Error 37 using serial port with an executable file

    Hi all,
    I have developed a VI that controls a setellite receiver using RS232
    serial port (LabVIEW 5.1.1).
    The VI program run properly, but when I compile it and try to run the
    executable file I receive an "Error 37, Device not found" error message.
    I have already put serpdrv and my_file.ini files in the same directory
    of my executable program my_file.exe, but I have not been able to solve
    the problem.
    Any help greatly appreciated.
    Regards
    Antonio
    Sent via Deja.com http://www.deja.com/
    Before you buy.

    [email protected] wrote:
    >
    > Hi all,
    > I have developed a VI that controls a setellite receiver using RS232
    > serial port (LabVIEW 5.1.1).
    > The VI program run properly, but when I compile it and try to run the
    > executable file I receive an "Error 37, Device not found" error message.
    > I have already put serpdrv and my_file.ini files in the same directory
    > of my executable program my_file.exe, but I have not been able to solve
    > the problem.
    > Any help greatly appreciated.
    >
    > Regards
    >
    > Antonio
    >
    > Sent via Deja.com http://www.deja.com/
    > Before you buy.
    Maybe you used the serpdrv from an older version of LV
    Regards, Roland
    Roland Lampka - Nortel Dasa - ESN 565-7257 - FAX 8160

  • When using mini port with HDMI adapter, can only see front page (stars) will not display whats on screen??

    Using a HDMI adapter on mini port the only picture on TV is the front Mac page (stars) and not whats on the Mac screen.

    Thanks for taking the time to respond, after I posted my brain kicked in and I recalled that mid 09 were not audio compatible. not a big deal anyway since there are multiple ways to listen...
    again thanks,
    giny

  • Using Stored Proc with CMP - Possible?

    Is it possible for me to use a stored proc for my CMP bean instead of the usual inline SQL?

    sorry, I mean for the ID field.

  • Installed driver for Canon MP640 printer but when I use comes up with communication error

    Hello
    I have just purchased a new IMac and have had very little to do with Apple before so everything is foreign.  I used the help desk today to download the driver for my printer Canon MP640 which came up as connected with the green light.  When I went to print my first document it is now coming up with an error that ther is a "communication error".  I am not a techno person and don't have a great deal of patience with technology.
    Please helllppp.

    See the second box of  Troubleshooting issues with iTunes for Windows updates.
    tt2

  • When using handoff feature with earphones plugged in Macbook air

    Good afternoon,
    I have a late 2011 Macbook Air.  My question is I would like to use my earphones plugged into my Macbook to hear the phone calls that come in through my iPhone 6.  When I try to make a call our from my Macbook the mic and earpiece sound is only coming through my phone, not the earphones I have plugged into my Macbook Air.
    Any help is appreciated!
    Blair

    Try resetting the SMC (see: http://support.apple.com/kb/ht3964 this link has all the steps and options)
    Press Command + Option + Escape to force quit any application that is not responding.
    Put your Mac to sleep by choosing the Apple () menu from the upper-left menu bar and then choosing Sleep.  Wake the computer after it has gone to sleep.
    Restart your Mac by by choosing the Apple () menu from the upper-left menu bar and then choosing Restart.
    Resetting the System Management Controller (SMC)
    Resetting the SMC on Mac portables with a battery you can removeNote: Learn about removing the battery on MacBook and MacBook Pro.
    Shut down the computer.
    Disconnect the MagSafe power adapter from the computer, if it's connected.
    Remove the battery.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Reconnect the battery and MagSafe power adapter.
    Press the power button to turn on the computer.
    Resetting the SMC on portables with a battery you should not remove on your own
    Note: Portable computers that have a battery you should not remove on your own include MacBook Pro (Early 2009) and later, all models of MacBook Air, and MacBook (Late 2009).
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
        Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.

Maybe you are looking for

  • Why does the screen on my IPad 3 go blank before it allows me to "slide to unlock"?"

    I recently bought the iPad3.  When I turn it on, I see the home screen and the "slide to unlock", but I can't do anything until the screen goes blank.  Then I have to press the home button and the "slide to unlock" becomes accessible.  Is this normal

  • New @ RMI need help with  java.rmi.UnmarshalException: error unmarshalling

    Hi @ all out there, I'm new with Java RMI and have to write a EventSystem for an college project where clients can subscribe to a topic and get notified when someone publishes a message to the subscribed topic. At server-side I have a class called Ev

  • Game Levels In iPhone

    I've decided to make a little game for a little project, but there is one element to game programming that I am completely clueless about: How levels work. My hypothetical game would be a birds-eye-view adventure game, where the "camera" would follow

  • Who's Who restriction based on Co.Code

    Hi Experts, We are having 4 company codes and one org structure. In Who's who service, I will have to restrict to view other employee details who belong to the same company code. Currently all employees are able to view all data. I checked in tcode P

  • Hyphenation

    Please, how to tell Pages where words can been hyphenated in other languages, say german, arbitrary/fix? Its dictionary is so silly. ~Karl