Serial to USB converter with GPS error

I recently created a program to log GPS information from a Garmin GPS18 antenna.  The GPS uses a serial port on the docking station of my laptop for communication and USB for power.  In order to deploy this application to a field location, I need to use a USB to Serial converter since the laptop itself does not have a serial port.  The program runs fine using the dockingstation and it's serial port, however, when trying to use the USB to Serial converter it routinely errors out.  The typical error is -1073807523, "VISA Read in GPS18_read.vi".  I have also seen an error that read something like "Property node (argument 8) in VISA configure Serial Port (Instr).via - > GPS18_read.vi". 
For troubleshooting, I have used "PuTTYtel" and verified that I can read the GPS18 out via the USB to Serial converter, without problems.  Serial settings used are 19200 baud, 8 data bits, 1 stop bit, no parity, and no flow control.  But, when trying to read using the LabView vi, it throws the previously mentioned errors.  Any suggestions would be appreciated!
Solved!
Go to Solution.

Maybe a power issue? How are you connecting the two USB devices to the laptop? A USB device can be high power or low power. If you connect a passive style 'slim' laptop USB hub and connect the two devices to that, you may be power limited on the port.
Also, is the laptop running on battery? Power conservation modes may be trying to shut down your USB port...
Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.
"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Similar Messages

  • MAX can't find serial to USB converter COM3

    Hello friends,
    I am using serial to USB converter for communicating the instruments.
    I install drivers successfully and device manager shows COM3.
    But when I go MAX 5.5 , I cannot see the COM3 port in  device and interface.
    Please tell me solution of this.

    Dennis,
    You are totally right, it was a mistake from me. We do not see com connections under data acquisition devices.
    Haris115, can you tell which drivers and which versions did you install? You can see it on MAX. And which OS are you using?
    I just want to be sure there is the correct compatibility.
    Thank you

  • Serial to USB Converter?

    I'm assisting a friend in switching his current (very old PC) network to an wireless network.
    As well as very compatible USB laser printer, he also has a serial-cabled dot matrix printer which he would rather not lose.
    If I were to hook this up to an Airport Express via a USB/Serial converter, would this work out okay, or does the Airport demand USB-native devices?

    the airport express usb port will only support printers. i have a printer / scanner / fax / copier combo device thing and it will only let me use the print wirelessly.
    using a converter will mean you plug the converter into the airport express which is not supported.
    im afraid this ones not gonna be ewasy for you

  • 4g aircard with GPS

    Does Verizon offer any 4G usb aircards with GPS feature? If I bought this aircard Sierra Wireless AirCard® 330U would I be able to add it to my account with Verizon?

        Grelik, I can certainly provide info on our 4G mobile hotspots. First, I'm not showing the Sierra Wireless 330U is a VZW device, so I cannot guarantee it will work. If you are purchasing from an outside source, make sure to choose a device that is made for VZW. We offer devices that have GPS built in as well. The MiFi 4620, and 5510L are two. Check out all of our hotspots and compare: http://bit.ly/QaqcDm.
    MarquiaF_VZW
    Follow us on Twitter @VZWSupport

  • [Solved] serial to usb not working - gpsbabel with garmin etrex

    I'm trying to transfer some data from an old garmin etrex gps via a serial cable (Startech.com 1 Port FTDI USB to Serial RS232 Adapter Cable with COM Retention) which claims to work with linux.
    However, I try:
    $ sudo gpsbabel -i garmin -f /dev/ttyUSB0 -o gpx -F /home/adam/mygpx.gpx
    and get -
    GPS_Packet_Read: No DLE. Data received, but probably not a garmin packet.
    GARMIN:Can't init /dev/ttyUSB0
    I seem to remember that this unit held garmin data, but instead I try -i gpx and the whole thing seems to hang for a very long time.
    $ dmesg shows:
    [ 2103.214817] usb 1-3: new full-speed USB device number 6 using xhci_hcd
    [ 2103.441386] usbcore: registered new interface driver usbserial
    [ 2103.441397] usbcore: registered new interface driver usbserial_generic
    [ 2103.441405] usbserial: USB Serial support registered for generic
    [ 2103.444029] usbcore: registered new interface driver ftdi_sio
    [ 2103.444039] usbserial: USB Serial support registered for FTDI USB Serial Device
    [ 2103.444095] ftdi_sio 1-3:1.0: FTDI USB Serial Device converter detected
    [ 2103.444119] usb 1-3: Detected FT232RL
    [ 2103.444293] usb 1-3: FTDI USB Serial Device converter now attached to ttyUSB0
    Is there anyway I can start trying to read data from this device, or any tips to see what I can get out from this?
    TIA
    Last edited by kabads (2015-05-02 10:39:06)

    OK - worked this one out in the end. Changed the type of data on the garmin etrex itself to 'garmin' and then gpsbabel worked fine.

  • Read from serial-usb converter?

    I have an oxygen detector with serial out
    link to the owners manual with serial info 
    http://www.yokogawa.com/an/download/manual/IM11M10B01-01E.pdf
     and I want to hook it up to my laptop to record the data but i am having trouble as my laptop has no serial port. so i bought this:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16812120901&nm_mc=OTC-Channel&cm_mmc=OTC-channel... 
    How do i read from the usb converter? I can program serial in with the visa on an old pc no problem, but this is giving me some trouble. Any advice would be appreciated thankyou.

    superomario wrote:
    I just ran the driver setup wizard in visa and got this error for the keyspan dongle.
    That might be bad news.  My company actually assigned an engineer to buy every USB to COM converter he could find and test them all with as many apps as possible.  There were many models that were problematic.  You might need to just try another brand (or two (dozen!)).
    Still, check the Device Manger or MAX just in case you get lucky...
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • WIth LabVIEW how do I control an instrument with a RS232 output, using a RS232 to USB converter cable.

    WIth LabVIEW how do I control an instrument with a RS232 output, using a RS232 to USB converter cable since I dont have rs232 ports. I have two instruments that I want to control in this manner. One is an Imada ZPS force gage with RS232 output. The other is a Panasonic HL-G103-S-J laser micrometer sensor which is RS422. I've done considerable LabVIEW programming using GPIB but I have no experience with devices like these. Any tutorial or examples would be greatly appreciated.
    Thanks.
    Solved!
    Go to Solution.

    I understand that you want to control a device which having RS 232 port as output. If so, you can use an USB-RS232 cable from PC to device and you can control or monitor the device.
    See this link http://zone.ni.com/devzone/cda/epd/p/id/2669
    Also, first check the device in hyperterminal and then continue to program in labVIEW. You can find the serial VI's in Instrument I/O.

  • When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem each and every earphone am inserting goes unusable

    When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem whenever i connect  earphone each and every earphone gets un usable. Already made a factory reset. please arrange for a rectification.. :'(

    Hi Ganeshpandianm,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes for Windows: iTunes cannot run because it detects an issue with QuickTime
    http://support.apple.com/kb/TS1371?viewlocale=en_US
    "iTunes cannot run because it has detected a problem with your audio configuration"
    Cheers,
    - Judy

  • HT1476 when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    - Try restoring the iPod, first from backup and then try to factory settings/new iPod to rule out a software problem.
    - Look at the dock connector on the iPod. Look for abnormalities like bent or corroded contacts, foreign material and broken or cracked plastic.
    - Could you have damaged something when you took the iPod apart and replaced the Home button?

  • When syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.

    when syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.  Ipad does not show up in itunes even though cable plugged in.  Have shut down and restarted Windows 7 computer.

    I had done all of that to no avail.  I did call Apple Tech Support and after he suggested I try a USB port in the rear of the Win 7 computer, things starting working again.  I had tried switching the USB port at the front of the machine but that had not helped.  Everything is good to go again.  thanks for  your reply

  • HP Laserjet 6MP fails to print with parallel-to-USB converter cable

    I have a LaserJet 6 MP parallel printer which I was using in 10.3.9 with a parallel-to-USB converter cable. The Printer Utility saw it natively as a USB device and it printed just fine most of the time, although it would occasionally fail to print, so I installed a different driver called usbtb 1.0.15, and after that it printed very reliably.
    Now I've upgraded to 10.4.9, and the Printer Utility still detects the HP printer natively as a USB device, and I also installed the formerly-reliable usbtb driver again, but the printer now fails to print with either driver. It acts like it's going to, but then it quits.
    When I choose Print, all the features of the printer are shown, and I can select which tray to take paper from etc., and the printer dialogue box says "Printing," the activity light on the printer flashes just as it always does when printing is in progress, but then, instead of printing, the activity light stops flashing and the print job disappears from the dialogue box.
    Can anyone tell my why this printer is failing to print now, and how I might be able to get it working again?
    Thanks,
    Tom

    Wait a minute! It's only certain Indesign documents that won't print.
    All TextEdit docs will print.
    I created a few scribbles in Photoshop and they print.
    But with InDesign, there is no predicting which documents will print or will not print. On some that will not print, if I remove all but one text box, then they will print. On other documents that do print, if I copy some text off of one that won't print and paste it in, then that one stops printing too.
    On some that won't print, if I erase everything on the page and create a new text box and type a few words into it, the page will print. If I revert to the previously saved version, once again the page won't print.
    What kind of craziness is this, anyway? It seems random. I can't figure it out.
    Even on the documents that won't print, when I try to print them the printer's activity light blinks as though it is just about to print, but then the light goes out without printing.
    Anybody got any ideas what this problem is and how to fix it?
    All I know is that EVERYTHING printed before I upgraded from 10.3.9 to 10.4.9.
    Tom

  • I have a digital voice recorder with a 3.5mm mic and headphone jack and want to transfer some recorded lecture to my mac book pro.  The mac book does not have 3.5mm  jacks.  Does anyone know if a jack to USB converter would work?

    I have a digital voice recorder with a 3.5mm microphone and headphone jack and want to transfer some recorded lectures to my mac book pro.  The mac book does not have 3.5mm  jacks.  Does anyone know if a jack to USB converter would work?

    Is there a pattern to the time of day or other detail that may be
    traced back to a OS X system cause of this odd phenomenon?
    Are there any copies of system files on any of the attached USB
    external drives? Any libraries, such as iTunes, iPhoto, etc?
    Once the drives are indexed by Spotlight, are their permissions
    ignored by the OS X? Content, if neutral, should not affect the
    wake or sleep cycle; especially if they're ignored by the OS X.
    Could there be a bad cable or other component? If so that would
    be a difficult process of elimination to detect it. Usually replacing
    most suspect components in the USB stream (external to Macs)
    is a rote way to mechanically test that idea; & not 100% sure.
    Does the equipment all have a good ground to the utility or house
    electrical field? An intermittent ground may affect more than sleep.
    Hard to say at this point. Maybe a late-night talk radio guru on
    remote viewing could peer into your situation and sleuth it out?
    Sorry to have run out of ideas, but the process must be electrical
    & mechanical to some extent. - Or perhaps odd software inspired.
    Do you have any phone-home spyware items inside, just jumping
    at the chance to spill your information? Little Snitch may help.
    PS: Perhaps the computer needs to go into Apple & have a genius
    or product specialist at AASP test the unit thoroughly... BlueTooth?
    see:
    https://www.google.com/?gws_rd=ssl#q=Wake+reason:+XHC1
    Good luck & happy computing!
    edited 2x

  • TS1814 hello i have  a trouble with my i phone... i was trying to update a new software and at the end it says that there is some error and i cannot turn my i phone bak on all it shows is itunes logo in the midlle and usb cable with an arrow pointing to t

    hello i have  a trouble with my i phone... i was trying to update a new software and at the end it says that there is some error and i cannot turn my i phone bak on all it shows is itunes logo in the midlle and usb cable with an arrow pointing at the logo. If anyone knows what it is and what i should do please get back to me as soon as possible many thanks.

    http://support.apple.com/kb/HT1808

  • I get the following error message when I connect a usb ethernet adapter to my new MacBook Pro: Unsupported - You cannot use an Apple USB Modem with this computer. I live were we only have dial-up and the Apple Store said this is what I need.

    I get the following error message when I connect a usb ethernet adapter to my new MacBook Pro: Unsupported - You cannot use an Apple USB Modem with this computer. I live where we only have dial-up and the Apple Store said this is what I need. In addition, when I connect the phone to the connecter it falls out, it will not click in.

    Why are you using a usb ethernet adaptor? Just plug the modem into the usb port.

  • Failed to execute with the error Overflow converting from...

    I have a query filter for UPC in Webi Report. The report is not working for one UPC (for other UPC's the report is working fine)...it gives error "failed to execute with the error Overflow converting from '6218090010'. (WIS 10901)". The same error is coming when I ran MDX in MDXTEST command in BW. When I take the UPC filter from the query filter the report runs fine and I see this UPC in the report. The data source is Bex and we have recently upgraded to SAP EHP 1 for SAP NetWeaver 7.0.
    Regards
    Sharma

    Hi,
    Under normal circumstances it should be enough to restart the connection service.
    As far as we know there is no formal solution to this problem from SAP yet but restarting the connection service is much less of an interuption compared to restarting the the SIA.
    Re-starting the connection service should resolve this issue. since, Connection service is only related to DeskI and Rich Client re-statrng wonu2019t impact other business objects components including java report panel.
    All the Best,
    Madhu....

Maybe you are looking for

  • Total for a Numeric field in ALV Grid display

    Hi all, I am not getting the Total for a Numeric field in ALV Grid output. What might be the problem. Regards, Balavardhan.K

  • Error -50 when trying to add album art.

    The only reason these is really peeving me because I literally spent around 5 hours putting album art to the 450+ albums on my iPod. This is what I did. Because my friend advised me that syncing with the library is bad and the fact that i'm a super o

  • Is it possible to have the loudspeaker activate automatically during voice call?

    When answering and making voice calls, is it possible to have the loudspeaker activate automatically during the voice call? Is there any settings on the device which can be changed for this to happen?

  • Cannot Edit Text Box

    I have opened a file that I wish to edit. I cannot edit the text within one of the text boxes. The text box is not locked. Any insight?

  • Build transports

    Hi Experts, I have one Multi provider and under this i have 2 cubes, now as per my requirment i need to build this in another server so how can i Build transports of all the objects, and how to import to another server. and below things are i need to