USB-to-serial Bridges/Adapters

learn more… | top users | synonyms

0
votes
2answers
30 views

Managing serial conversation between Linux and Arduino

I want to write a binary transfer to/from Arduino to the other side through USB. Right now, I'm doing it in ASCII, and it's easy. With ASCII, you can see the junk until the two sides synchronize. ...
0
votes
0answers
19 views

USB to Serial in Chrubuntu - /dev/ttyUSB0 missing [closed]

The usbserial stuff has been working so well for me in Ubuntu for a number of years that I have almost forgotten how to troubleshoot it. I just installed Chrubuntu, however, and now my usbserial is ...
0
votes
1answer
162 views

USB-Serial FT232R not detected by Samsung Galaxy S4

I am trying to connect a usb-serial accessory to my Samsung Galaxy S4 phone. The usb device is not detected in Android OS and not in the underlying LinuxSE (according to the app "USB Device Info" ...
0
votes
0answers
29 views

How to use PICkit2 as USB to serial converter by a customized software?

I want to make a C#.NET application which will be communicate UART protocol by using PICkit2. As like PICkit2 UART Tool. PICkit2 communicate with PC via USB protocol. I'm tried to search how to send ...
-1
votes
1answer
100 views

Read data from a serial port to USB in Ubuntu using C++

I have a GPS that has a serial port and is has a transfer cabel from serial to USB and know it is connected to the laptop through USB. It is transmitting date in Hex. and I want to use this date in my ...
1
vote
0answers
48 views

How to find the path of USB which is mounted to android?

I am working on an android application to read data from USB. The usb can be connected to android with serial port and my app can find it. Now, I want to read data files and folder from USB. I have ...
1
vote
1answer
42 views

Read data from USB serial with android

I am working on the USB serial. I want to make a Nexus to read data from USB. I found the example project to do it. here So, I cloned the project and complied with eclipse. Everything works well. I ...
0
votes
1answer
35 views

The warning : Could not find UsbSerialLibrary.apk

I am working on the USB serial. I want to make a Nexus to read data from USB. I found the example project to do it. here So, I cloned the project and complied with eclipse. Everything works well ...
0
votes
1answer
42 views

Reading multi-channel serial usb in pure data

I have multichannel serial data from an 8 channel ADC chip that I'm connecting to my computer via a serial-USB cable. I want to use these separate channels in Pure Data, but the pd_comport object ...
0
votes
2answers
80 views

Auto detect Arduino in C++ (Windows)

I'm trying to write a C++ program which automatically detects the COM Port numbers of all connected arduinos. I already found that I can get a list of all available COM Port devices in ...
0
votes
0answers
15 views

duplicate com port

I have a GPS device connected to a PC through USB and a driver transforming it into a virtual COM port. It works all right with one application at a time; but when I try to connect two separate ...
0
votes
2answers
65 views

Logic to recognize the name of the COM port to which a USB to RS422 connector is connected (for Windows application))

I have an application where I am writing data to the serial port via an USB to RS422 convertor. This convertor cable to connected to my PC through an USB hub. The problem I am facing is that each time ...
0
votes
1answer
127 views

USB to serial adapter for full duplex communication [closed]

I have a modem with a serial port but my PC does not have a serial port. Hence, I bought an adapter like below picture. Once the modem switch to transmit mode, it can send something but it could never ...
2
votes
0answers
89 views

SerialPort Does Not Exist After Exception

I am using C#'s SerialPort class to communicate over a USB COM port. The SerialPort opens fine and works fine until an exception occurs. After the exception when I try to use the port through my ...
0
votes
0answers
76 views

OpenOCD and FTDI troubles

So I've been using OpenOCD so far with ARM7TDMI on Samsung SC344B0X, and on ARM Cortex-M3 on STM32F103, which is what I'm doing now. Recently, I wanted my electronic device to send back some info ...
1
vote
2answers
128 views

Java writing bytes to serial port USB

I have a code below that I am sending to a serial USB port... it was working, now its not! the akber() function dies if the wrong string is sent... if I send akber("1.0.0.0.1.5") - it works ...
7
votes
1answer
366 views

Retrieving buffer/packet/payload sizes for USB serial write transfer in userspace Linux C code

Apologies in advance I won't be able to accept an answer here immediately - just thought I'd like to jot this down, while I have the problem... In brief: I can observe three different buffer sizes, ...
0
votes
0answers
196 views

How to access External Storage device in Android device?

Android operating System Provides Usbmanger to operate External devices which link is below : http://developer.android.com/reference/android/hardware/usb/UsbManager.html My Example is below link but ...
0
votes
1answer
80 views

USB UART speed is wrong

The GUI on the PC sends a set of bytes to an embedded system. Bluetooth adapter, all fine USB cable, all wrong. Device is a FTDI USB TTL Serial Cable (vendor's product page here) We need a ...
1
vote
0answers
25 views

Is it possible to have usb controllers too bridge connections?

I was just wondering if i could connect 2 usb devices together that are both connected to the same pc. Instead of the pc being connected, i want to have the devices connected together as if they were ...
1
vote
1answer
136 views

OSX sending/receiving data via USB/Serial

I need to write a cocoa app (lion and mountain lion) to transfer (send/receive) data with a serial device attached to the USB port. I have spent some time studying the osx documentation (i/o kit) and ...
0
votes
0answers
60 views

usb communication

I have two embedded machine.In that one has usb otg controller and other has only standard type usb(without otg).i need transfer 1mb data with every 50ms from one embedded(otg) machine to other ...
1
vote
0answers
224 views

QT USB hardware ID detection Mac OS 10.8.x and Mac Book (Pro)

Background We have an application which is written using the QT framework. One key requirement is that we can correctly detect the hardware serial number of the USB flash drive used (not an external ...
0
votes
0answers
122 views

How to use android USB port to serve as Host?

I have a Gingerbread Android phone (I'm talking for all v2.3 phones so make and model isn't a choice) Presently I'm trying to interface it with a USB to TTL/serial converter that would further sent ...
0
votes
0answers
133 views

USB to Serial Port Conversion

I am connecting my mobile(LG-E612) to PC via USB. I am trying to develop application which will send and receive messages using Serial Port(C#) and AT Command Set. I am unable to treat this mobile usb ...
0
votes
1answer
213 views

FTDI d2xx android communication

I've been trying to use TN_134 FTDI Android D2XX Driver and the test application, and failed miserably. LogCat tells me that it unable to load the .jni file and the app crashes every time it tries ...
0
votes
1answer
1k views

Arduino Android USB connection

I am using an Arduino Duemilanove and Nexus 7. I have successfully detected the Arduino board and displayed the vendor id and product id. I am trying to transfer data from my tablet to the Arduino ...
3
votes
3answers
208 views

Control of a program by use of Serial to-USB switch

We want to control a program (written in VB) by pressing a switch attached to a serial to USB adapter. When pressed a certain function in the program will be activated. In order to achieve this we ...
0
votes
1answer
84 views

Read USB data and display in browser

We have a USB scale that sends very simple binary data for the weight of whatever is on it. We want to auto-populate this data on a web form. Some work will be required on translating the bytes into ...
0
votes
1answer
199 views

Serial number of the usb on windows Ce 6.0 in c#

I need to get the serial number of a usb stick connected to a windows ce 6.0 device. I tried with KernelIoControl and i get the serial number of the window ce 6.0 device but not the usb connected to ...
2
votes
1answer
139 views

What is the best way to communicate between PC and USB device

Scenario is, I have an USB device with flash card for storage in it. I am going to write a PC app using c# to communicate/exchange data with this device. Something similar to various SYNC programs ...
1
vote
2answers
1k views

Cannot connect to the usb-serial port (GSM modem)

I've decided to bring up a GSM Modem for my Linux machine (OpenSuse 12.1 64-bit on Vmware) so that I can use it as the SMS gateway. I've got a Wavecom M1306B GSM modem which provides a USB interface, ...
0
votes
0answers
194 views

WPF Multiple Timers and USB Virtual Serial Port

I searched for the answers but still can't decide which classes to use with my program. I will be appreciated if you guys can help me out. I have a program based on usb port communication, when the ...
1
vote
1answer
342 views

How to identify UNIQUELY an USB Device?

like an Operating system has Mac-ID, Harddisk ID, Ethernet card ID unique, can we identify an USB like this? As of I know, one could change easily the volume serial number of USB partition or it could ...
0
votes
2answers
238 views

Serial Port read() gets only less bytes at a time

Operating system : Ubuntu Serial Ports Using : USB->Serial adapter (prolific PL2303) I have a sample serial port read and write programs. While running the applications,I am trying to send 4100 ...
1
vote
3answers
875 views

How to get stable COM-ports for USB serial dongles in Windows XP?

I develop embedded systems and need serial ports for communication. In Windows XP the numbers for USB serial port dongles keep moving around, which makes it hard to use in scripts or makefiles (for ...
2
votes
6answers
1k views

bypass android usb host permision confirmation dialog

I want to use android in industry, I can connect to Profilic and Ftdi USB to Serial chips with slickdevlabs.com library without any problem. The application has a service and it starts on ...
0
votes
0answers
43 views

usb port seen as linux diretory [closed]

My question is about USB interface My USB peripheral is seen as Linux Directory "/sys/bus/usb/devices/1-1" I find Vendor-id, Product-id, manufacturer, ... But i can't find how read and write datas to ...
5
votes
1answer
340 views

Half-duplex serial communications in Python

I have a device with a built-in USB/Serial adapter (shows up as a Prolific PL2303). The device documentation provides full details on how to communicate with it, and provides a sample Windows app. ...
4
votes
1answer
2k views

Cannot set baud rate on usb serial port for ubuntu 12.04

I just upgraded from ubuntu 10.04 on a project that connects an embedded device through a usb serial port at 115200 baud. After upgrading this did not work, but I rebooted and was able to connect. ...
0
votes
1answer
314 views

System.IO.Serial

I have a usb device that is supposed to send a number when queried. The instructions I have are: Connect the USB port to a PC and then open the virtual serial port at 9600 baud, 8 data bits, no ...
0
votes
0answers
131 views

How to link(map) a USB device to a virtual USB com port

I have an USB device that behaves as a keyboard device (i.e. writes to Notepad, Excel etc.) It appears under Universal Bus Controllers in Device Manager as "XXX USB device". We have a program that ...
0
votes
0answers
40 views

usb to com makes delay

I'm writing application that communicates via COM port. My machine (94 bit Windows 7) has no serial port. For this reason I'm using Manhattan USB>>COM adapter. I found that this adapter makes ...
2
votes
0answers
462 views

Data transfer from USB(prolific) to android device

I found a question posted for reading of USB data for FTDI devices. Transferring data USB I used this code for prolific device, and the usb can be detected, etc except that the the conn.bulkTransfer() ...
0
votes
1answer
316 views

how to connect to specific RFID usb device in C#

I have a RFID device it connects to pc via usb(serial port or com) and sends data how can I get name of the port it connected? and how can I get it's data?(it sends 16 bytes in hex format ) I wrote ...
0
votes
0answers
250 views

How to get USB device filename or number programmatically in C on linux/Android?

I have nearly answered my own question by writing a linux (android, actually) user-space program relying on libusbhost (system/core/libusbhost in Android source) in order to be notified of usb plug ...
3
votes
0answers
339 views

Serial to USB Android application with health device

I am creating an Android application to let communicate my Galaxy Tablet with an health device, via serial to USB connection. The code I implemented does not work! neither the OUT nor IN ...
0
votes
0answers
159 views

Setting termios linux kernel

I'm trying to describe my problem from the beginning. I'm a newbie in linux diver development, so please point out my problems about my consideration in my project. I'm now developing a linux driver ...
1
vote
1answer
305 views

How to pass an integer from an Arduino to a C application on Mac OS X

What is the standard method to read values on an Arduino from a C application? I have an accelerometer and a few poentiometers which I would like to bind to Cocoa controls, an NSSlider for example. ...
0
votes
2answers
445 views

Unable to send input from USB to serially connected hardware using Minicom [closed]

I'm trying to communicate with my hardware board from a Ubuntu installed PC. I've used a USB to serial cable, and the serial cable is connected to the hardware and the USB is connected to the USB port ...

1 2 3