Native Extension to read\send data via USB.

Hi all. Is there any way to obtain or send data to USB-devices connected directly to my android-based phone? Application must recieve data coming from usb-device, and send response if requested.
Saw solutions to make that on desktop apps (adruino ANE), but there is nothing for mobile (to android, for example).
Any ideas? There is solution for Java (on android community) to get devices and so on, but i'm not interested in Java.
10x, Vlad.

Any one has a solution?
How can i connect my app via USB or bluetooth with iOS or Android?

Similar Messages

  • How to read out data via usb

    Hello,
    i am trying to get the measurements of a dial indicator, "MarCator 1075", product of Mahr Co. via USB-Cable.
    I installed all the drivers and MAX shows that its a COM-Device and its working properly. So i configured the settings: baud rate 4800, data bits 7, parity even, stop bits 2, apllied and saved the changes.
    I tried those 2 attached VI's, but it doesnt work.
    1. basic_serial_write_and_read.vi is the standard VI for USB-communication of NI.
    2. Sylvac Read.vi is a VI the vendor send after i talked to him to inform me about the dial indicator. He said its a VI to get Data via RS232, but the problem is that i dont have a RS232-slot in my computer. In order to that i have to realize it via USB.
    I think it doesnt work because there are no databits to be read out. When the dataflow arrives the "VISA-Read" theres is an error. This occures in both VI's.
    Error -1073807339 occurred at VISA basic_serial_write_and_read.vi
    Possible reason(s): VISA:  (Hex 0xBFFF0015) Timeout expired before operation completed.
    Anyone who can help me with my issue??
    thx in advance
    best regards
    Attachments:
    basic_serial_write_and_read.vi ‏34 KB
    Sylvac Read.vi ‏22 KB

    Hello FCHansa,
    have you installed the proper drivers?
    Which version of LabVIEW are you using?
    Which OS are you working on?
    In the LabVIEW Example Finder you have a simple example how you can communicate to a USB HW via NI-VISA.
    It's called "Basic TCPIP or USB VISA Write and Read - PDA.lvproj". Or another would be "Basic TCPIP or USB VISA Write and Read - Touch Panel.lvproj"
    Have you configured your USB Device to a virtual COM interface?
    Also please have a look to these links:
    What is the Difference Between USB Raw Control and USB Raw Bulk?
    http://digital.ni.com/public.nsf/allkb/400D6EAB5CFE1C6B86257395005F5D48?OpenDocument
    USB RAW Controller
    https://decibel.ni.com/content/docs/DOC-2022
    Also, please follow the advises of smercurio_fc! As he said you need to know to which commands your Hardware is responding to.
    Best regards,
    Abduelkerim
    Sales
    NI Germany

  • How to read a data from USB port using JAVA

    hi all,
    i need to know how to read a data from USB port using java. any API are available for java ?.........please give your valuable ideas !!!!!!!!!
    Advance Thanks!!

    You can do this. Please use this link
    [http://www.google.co.in/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=uHu&q=java+read+data+from+usb+port&btnG=Search&meta=&aq=f&oq=]
    What research did you do of your own? Have you done some testing application and tried yourself??

  • Embedded Reader send copy via email

    Good morning,
    our users use embedded Reader XI (11.0.10) for displaying PDFs within an intranet homepage. They want to email the embedded pdf from there, too. 
    When the PDF is opened in the IE11 browser and the users click on the email button “Send copy via Email” , and get a question "How would you like to email this document: Link or copy".
    When clicked on copy nothing happens – when clicked on “send as link” it works fine.
    Does anyone know how to fix the issue?
    Kind regards,
    Tobias

    Good morning,
    our users use embedded Reader XI (11.0.10) for displaying PDFs within an intranet homepage. They want to email the embedded pdf from there, too. 
    When the PDF is opened in the IE11 browser and the users click on the email button “Send copy via Email” , and get a question "How would you like to email this document: Link or copy".
    When clicked on copy nothing happens – when clicked on “send as link” it works fine.
    Does anyone know how to fix the issue?
    Kind regards,
    Tobias

  • Sending data to USB port !

    Hi,
    I have a transmitter card and receiver card which fits to USB port. I need to send bulk data, may be video from one system to other, both running windows OS (98/ME or 2000).
    I went through the USB postings and saw something about TWAIN driver for USB scanner. My primary purpose is to check that I can transfer bulky data with high band-width (11mbps) through this TX/RX cards. ANy data transfer will do.
    Can anyone suggest me a good solution!!!
    My OS is windows and so I guess jUSB and JSR-80 will not work!
    please help!
    -kk

    What drivers com with yoyur TX/RX cards?
    How does windows see them?
    Do they look like extra serial ports?
    Is a C/C++ api provided?
    Can you provide a link to the manufacturers web site?
    Then we could help :)

  • Howto send data via Bluetooth(JSR-82) to a Notebook/PC

    is it possible to send MIDlet data as a File (e.g. a .CSV File) from my jsr-82 enabled bluetooth-cellphone to my notebook?
    currently when looking up BT devices with the SPP profile the notebook is NOT found. which profile do I have to use? any other ideas?
    Hans

    Hi, jack@square6 , thanks for your help, i have download the bluecove, but will when I double click the bluecove.jar, it will give me a error with is "Fail to load Main-Class manifest attribute from C:\bluecove.jar" ?
    I have set the classpath "C:\bluecove.jar" already.
    Hope can hear your or anyone's help, thanks!

  • VISA read raw data from USB board Analog Devices ADISUSBZ

    Hi
    I am trying to use VISA to read the raw data from a USB dev board (Analog Devices ADISUSBZ). but always get below errors
    "BFFF003A Unable to start operation because setup is invalid."
    what I did.
    1) uninstalled and deleted the origanl USB driver for ADISUSBZ
    2) plugin ADISUSBZ USB Dev board, windows see a unknow device, using VISA Driver Wizard to create a USB driver inf file for ADISUSBZ
    3) installed the new driver which VISA Driver Wizard created, restarted computer, ADISUSBZ is identified and loaded with VISA USB driver. also showing "This device is working properly."
    4) Run Measurement & Automation Explorer, in the Devices and Interfaces list, I can see that USB device which is the ADISUSBZ. but the name is
    Unkown USB0::0x0456::0xEF02::NI-VISA-40002::RAW   (the VID PID tell me, it is the ADISUSBZ USB Dev board)
    5) Open VISA Test panel -> View All Settable Attributes, I got below data, where  VI_ATTR_USB_BULK_IN_STATUS = -1 (not active???)
    VI_ATTR_TMO_VALUE = 2000
    VI_ATTR_MAX_QUEUE_LENGTH = 50
    VI_ATTR_TERMCHAR = 0x0A
    VI_ATTR_TERMCHAR_EN = VI_FALSE
    VI_ATTR_IO_PROT = 1
    VI_ATTR_SUPPRESS_END_EN = VI_FALSE
    VI_ATTR_USB_MAX_INTR_SIZE = 1
    VI_ATTR_USB_CTRL_PIPE = 0x0000
    VI_ATTR_USB_BULK_OUT_PIPE = 0xFFFF
    VI_ATTR_USB_BULK_IN_PIPE = 0xFFFF
    VI_ATTR_USB_INTR_IN_PIPE = 0xFFFF
    VI_ATTR_USB_ALT_SETTING = 0
    VI_ATTR_USB_BULK_OUT_STATUS = -1
    VI_ATTR_USB_BULK_IN_STATUS = -1
    VI_ATTR_USB_INTR_IN_STATUS = -1
    VI_ATTR_USB_END_IN = 5
    6) Basic I/O  -> viRead  , set count to 1 or default 1024 , execute
    return status is always BFFF003A
    I searched in error list, it says
    "BFFF003A Unable to start operation because setup is invalid."
    any idea what is wrong? help
    BTW, the ADISUSBZ USB board works fine, test with its own software, it is not hardware faulty
    Eric

    Hi Eric
    I have a few questions for you as well as a number
    of likes that will help you.
    What software are you using NI VISA with is it just
    Measurement and automation explorer ?
    Which version of NI VISA are you using?
    Which operating system are you using?
    In measurement and automation explorer is there a
    yellow question mark against the device?
    I would advise reading the likes below if you have
    not already creating the VISA driver again checking the manufacture ID and
    model code if these options are available to you.
    The following link will help you with the VISA
    http://digital.ni.com/public.nsf/websearch/E3A2C4F​E42D7ED0D86256DB7005C65C9
    This tutorial gives a step by step guide on how to
    create a VISA driver.
    http://zone.ni.com/devzone/cda/tut/p/id/4713
    The Difference between USB Raw Control and USB Raw
    Bulk
    http://digital.ni.com/public.nsf/allkb/400D6EAB5CF​E1C6B86257395005F5D48?OpenDocument
    Can VISA Read be used to read USB Interrupt Data?
    http://digital.ni.com/public.nsf/allkb/D38E5A65DA5​4C9A2862571E900810FEA?OpenDocument
    Regards
    Robert
    National Instruments UK & Ireland

  • Sending commands via usb port?

    i'm looking to send commands over a usb cable to a device via xcode or cocoa. i know leopard did away with rs232 commands, so i'm looking for some sample code that sends a command via objective-c over a usb cable.

    From Cameron Forbes of US FTDI tech support:
    Ed:
    After you install the FTDI D2XX drivers for Mac OS X (Intel Macs):
    http://www.ftdichip.com/Drivers/D2XX/MacOSX/UniBin/Universal%20D2XX0.1.4.dmg
    Add the following links (from Mac OS X Installation Guide):
    · Start a Terminal session (Go > Applications > Utilities > Terminal)
    · Copy libftd2xx.0.1.0.dylib to the /usr/local/lib directory (cp Desktop/D2XX/bin/libftd2xx.0.1.0
    /usr/local/lib)
    · Change directory to the /usr/local/lib (cd /usr/local/lib)
    · Create a symbolic link to the library (ln -sf libftd2xx.0.1.0.dylib libftd2xx.dylib)
    The example code is located at:
    /desktop/d2xx/Samples
    Best Regards,
    Cameron Forbes
    Field Applications Engineer - Americas
    [email protected]
    Future Technology Devices International Ltd.
    7235 NW Evergreen Parkway
    Suite 600
    Hillsboro, OR 97124-5803
    Tel: 503.547.0988 xt 315
    Fax: 503.547.0987
    Practical USB Interface Solutions

  • Migrating Data via USB to External Drive?

    A couple years ago, I upgrade my iBook G4 hard drive to a 100GB 7200 Seagate. I did this by taking it to CompUSA and paying them $29 for the service.
    Now I want to pull that drive out and replace it with the original 30GB drive - I'll probably take it back to CompUSA to have this swap done.
    My question is this - I have an External USB Enclosure (the 30GB is currently hanging out in there) ... can I clone the iBook's Data onto this drive, so that when CompUSA gets it - they can just do a hardware swap and not have to deal with the software?
    Thanks!

    Use an application such as SuperDuper or Carbon Copy Cloner.
    (25582)

  • E71 - too low speed of copy data via USB cable. 50...

    I tried to transfer data on diffrent computers with full supported USB 2.0 ports and with nokia PC suite 7.0 installed on them and had such bad writing/reading speed (500-700 kb/sek)
    Also I tried to connect E71 as a mass storage device on computer without any PC Suite installed but had the same result. It looks like i have only USB 1.0 supported port on my E71... and may be lower

    It has USB 2.0, but a think it needs nokia pc suite driver to work at high speed.
    http://www.forum.nokia.com/devices/E71/

  • Send data via HTTP and wait 10 Seconds before sending next Message

    Hi Folks,
    I am doing an IDOC - XI - HTTP scenario.
    after sending a message via the HTTP-receiver I have to wait up to 10 Seconds, before my partner accept the next Message.
    Is there a way to configure the HTTP-receiver to wait?
    Thanks,
    Chris

    Hi Chris,
    You can use ccBPM for this scenario.
    Scenario 1 :
    1 IDOC contains multiple records, so you can convert to multiline items.
    Loop base on the multiline items (Block Step).
        Send Step for sending http request.
        wait step to wait for 10 seconds.
    Scenario 2 :
    1 IDOC contains only single record. so you need to collect the IDOC until certain time.
    Loop base on the multiline items (Block Step).
        Send Step for sending http request.
        wait step to wait for 10 seconds.
    Regards
    Fernand

  • Express card 34 (Sony SXS) reader that connect via usb 3.0

    Just bought a blazing fast new PC to run Premiere and realized that although I now have lots of USB 3.0 ports on it I don’t have a Express card that supports USB 3.0
    Looking for a faster way to unload an SXS card into my PC –  Searched but can’t seem to find anything. Ideas?

    I feel your pain. My USB 2 Sony SXS card reader/writer tranfers XDCAM EX files at 31MB/s, which means you can copy 31 GB ( about 2 hours) in about 17 minutes.
    With my Dell Precision M6600 and its Express/card slot, the same operation only takes 3 minutes and 17  seconds at 160 MB/s.
    Expect transfer speeds of 80-90 MB/s with a USB 3.0 reader/writer but Sony has yet to come up with one.

  • Send data via PI to a proxy inside the same PI system?

    Hi,
    I want to transfer data send to PI to several other applications and in addition to the same PI system. Therefor I thought PI proxy technology would be the best but. When I send the data to the PI proxy I will get an infinity loop.
    So I want to do the same what is possible with IDOC scenarios. I found an article telling me that I need to set up a different client inside the PI system and configure this client as Application System and not as PI inside sxmb_adm.
    But this does not work and I never found this article again.
    Any ideas?
    BR Markus

    >
    Jan-Markus Wilhelm wrote:
    > Hi,
    > I want to transfer data send to PI to several other applications and in addition to the same PI system. Therefor I thought PI proxy technology would be the best but. When I send the data to the PI proxy I will get an infinity loop.
    >
    > So I want to do the same what is possible with IDOC scenarios. I found an article telling me that I need to set up a different client inside the PI system and configure this client as Application System and not as PI inside sxmb_adm.
    > But this does not work and I never found this article again.
    >
    > Any ideas?
    >
    > BR Markus
    the only way, yes is to have a different client which is configured as the application system.
    if you look into this blog it shows two different client of the XI system interacting with each other...
    yours will be similar /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

  • Sending text via USB link from PC

    I have a Nokia 6300 and PC Suite version 6.86.9.3. the PC Suite seems to work fine, it synchs to PC without problem, however when trying to send text from PC i get message saying it was sent successfully but the txt does not go neither does it appear in any draft or outbox files on either the PC or mobile! Help!

    Wrong, it's 'Hi'.
    http://hi.nl
    But I'm afraid that this Dutch Telecom Provider might not be of interest for the foreigners.

  • ? hours to zero all data via usb 1.0 vs 2.0, 160GB

    In terms of approximate hours, does anyone know how long it might take to zero all data on an external hard drive, comparing usb 1.0 vs usb 2.0?
    I have to get a time estimate (hours) to make a decision on which one of my computers I dedicate to that task, preferring not to tie up other usage of my 2.0 capable computer unless it's just a couple hours.
    I think zero all data on a 160GB hard drive might take many hours, but don't have a clue how many.

    Look at USB: Transfer Speed Compared to Other Technologies
    http://docs.info.apple.com/article.html?artnum=24531
    The USB speeds listed are maximum. Based on the maximum speeds, USB 2 is 40 times faster thab USB 1.1. The sustained average speed on both is less that half the maximum.
    Cheers, Tom

Maybe you are looking for