Use this tag for question related to virtual serial port.
0
votes
0answers
26 views
How does virtual serial port work?
I've previously asked about how to send my serial port data through Ethernet and I've been lead to the term "virtual serial port". One of the suggestions was to use socat. I did not find any practical ...
0
votes
1answer
16 views
Unable to open an already opened port using Visual Serial Port Emulator
I'm a beginner. I'm trying to run 2 Java processes simultaneously using the VSP Emulator to open the same Com Port. I have tried using the Connector device or the Splitter device. The 2nd process ...
0
votes
1answer
113 views
the COM port of USB GSM modem is not recognized automatically
I have a D-Link USB GSM modem and I am developing an application for it using C# SerialPort class and AT commands. Everything, such as sending and receiving messages, works fine. However I have a ...
0
votes
0answers
51 views
read serial port (HDLC)
to read virtual serial port where High-Level Data Link Control (HDLC) protocol used,
is there source code in java or c/c# that handle this protocol ?
0
votes
1answer
49 views
how to read virtual serial port of MIB520
i need to read from my Pc the serial port that connected with MIB520 usb board ?
if i know the sequence of the data received byte by byte then can i use C# or any tool to read this port ??
i have ...
0
votes
0answers
30 views
Serial input ok but output queue fails
I'm using Python 2.7, pySerial under windows 7.
I have 8 devices, they are connected to my PC via Virtual COM port (Silicon Labs CP210x USB to UART Bridge), I'm testing them With multiprocessing all ...
0
votes
1answer
51 views
Do I need multithread?
I am developping a project about data sampling and realtime display like oscilloscope. The data are transfered to PC with virtual com port at a high trandfer rate. I am using QT4.8.4 + Qextserialport ...
0
votes
3answers
476 views
Stm32 Virtual COM Port - Can not connect
This is a code, part of my project;
//----------------------------------------------------------------------------
// USB: Virtual COM ----------------------------------------------------------
...
1
vote
1answer
158 views
Removing virtual COM Ports in c#
I am creating a batch file to remove virtual com ports created before using com0com. at the time of creation, the port names where renamed for example:
change CNCA2 portname=COM20
So when i want to ...
0
votes
1answer
1k views
Creating virtual serial port with C# [duplicate]
Possible Duplicate:
Faking an RS232 Serial Port
I have an application that reads data from serial port. To test the application i would like to create a virtual serial port that generates ...
0
votes
1answer
260 views
Configure virtual serial port between 2 vmware fusion virtual machine
I'm developing a program that sends a file from one computer to another between a RS232 serial port.
I can test it on the school computers just fine, but I would like to be able to test it at home. ...
0
votes
1answer
1k views
C# Serial Communication
How do I go about sending and receiving data from a USB comm port using C#?
The requirements for communication are:
115.2 kBaud
8-bit character size
1 stop bit
No parity
0
votes
1answer
147 views
Is ther an IRQ for a virtual serial port like ttyUSB0 on linux?
I'm reading data from virtual serial ports under Linux (the connected devices are xbee modules)
At the moment the reading is done with a thread that checks the buffer of the port.
But in case of ...
0
votes
2answers
1k views
Socat virtual serial port not recognized
I'm using socat to create a couple virtual serial ports. One I connect to with a simple C program (using termios), and the other I'd like to connect to using a program called Ardupilot Mega Planner ...
0
votes
1answer
736 views
C# SerialPort#Open() method throws ArgumentException because of port name?
On my local machine,
Windows XP
Ports (COM & LPT)
COM3
RIM Virtual Serial Port v2 (COM4)
RIM Virtual Serial Port v2 (COM5)
the following code,
using System;
using ...
0
votes
0answers
278 views
PySerial write() immediately times out — why? / fix?
I am trying to use PySerial to write to a virtual com port created with HDD Software's "free vitual serial ports configuration utility." I've create a bridge between COM5 and COM6 (running win 7 64) ...
1
vote
0answers
470 views
Cannot receive data over serial port in VB.net while using virtual com port driving FTDI USB chip
My setup:
Hardware device using FTDI FT2232D chip connected to my pc using USB.
I have installed the VCP (virtual com port) driver installed which shows up the FTDI chip connected over USB as a COM ...
0
votes
1answer
789 views
Bluetooth application in Visual Studio 2010 Ultimate using C#
I have seen many links that talk about 32feet.NET library. I need to know how to use this in C#. Pretty much everything uses Visual Basic but I am not too familiar with that language. I do prefer ...
2
votes
1answer
3k views
SerialPort Sniffing
I have a device that connects to pc via USB, which gets mapped to virtual serial port by driver and a software, that connects to that serial port and allows me to manage the device. I don't know what ...
1
vote
0answers
392 views
Linux Virtual Serial Port for creating a device commuication
I created a VSP using SOCAT with below command:
socat -d -d pty,raw,echo=0 pty,raw,echo=0
where I was able create a serial device (19200,N,8,1) and send and receive data using Python.
So I have ...
2
votes
1answer
1k views
virtual socat serial port and c# on ubuntu linux
for testing purpose I'm trying to write a simple program that connect to a virtual serial port created with socat.
I create the serial port with this command:
socat -d -d PTY,b9600 ...
2
votes
2answers
2k views
VB.Net SerialPort reads are returning fragmented sets of data
The Problem
I have a USB device which creates a Virtual Serial Port on Windows. I am using VB.Net to write and read from the port. My device responds with specific sized set of bytes, but I am ...
1
vote
1answer
431 views
LPC17xx as CDC device with PXA168
I am using LPC1768 as CDC device connected to PXA168 which is running Linux. On LPC side, I have drivers. I have also enabled the PXA linux drivers for usb-serial and cdc-acm drive. When I bootup the ...
-4
votes
2answers
340 views
Solve my Object Disposed Exception
Hello can any1 tell me where to try catch this exception or solve it. Whenver i close my receive handle, if i still recieved some data, it comes up with this error.
public partial class Form1 : Form
...
0
votes
1answer
1k views
How to configure virtual COM port over USB in linux [closed]
I am trying to configure virtual COM port over USB in linux.
4
votes
0answers
424 views
Virtual serial port in osx
I am using snow leopard. I want to create a software serial port which will show up as a /dev/tty....
I want to use this virtual serial port to collect data from various program and IDE's such as ...
0
votes
2answers
417 views
Windows does not flush COM-Buffer
I'm seeing some pretty odd behaviour from windows regarding my COM-Buffers.
I use 3 USB-Serial Converter with FTDI chips. I open the com ports with CreateFile and it all works fine. All 3 ports have ...
0
votes
1answer
307 views
How to identify which COM ports are connected to BlueTooth from a C# Program?
How to identify which COM ports are connected to BlueTooth from a C# Program?
Here is my requirement. Let us assume the COM ports in my computer are connected to various devices. Let's say we have ...
4
votes
1answer
1k views
Removing COM Ports in Windows programmatically (Setup API ? )
I'm looking for a way of programmatically removing virtual COM ports created by multiple bluetooth pairing processes. Ideally, I would like to map every new paired device ( only on at once) to the ...
0
votes
2answers
1k views
Serial Port accessing code for linux platform
I'm working on a project to communicate to the serial ports using Java. Do I need to have a device connected to serial port to test the following code?
Enumeration ports = ...
7
votes
2answers
11k views
PuTTY Serial Communication
I am trying to use PuTTY to communicate over my computer's serial line. I have configured the correct serial line, baud rate, number of data bits, stop bits, parity, and flow control, and established ...
4
votes
2answers
2k views
PHP Roomba Serial Port Communication
I am trying to communicate with an iRobot Roomba through the serial port using the PHP class developed by Remy Sanchez. I am sure it is sending the data as the iRobot USB cable is receiving the data ...
0
votes
2answers
305 views
event handling in com port
i wrote a c++ code to communicate with usb gsm modem using com ports. now i want to be informed immediately when the modem is pulled out or disconnected somehow. can i do this by using event handling ...
2
votes
0answers
720 views
how to read and write to Virtual com port in java
I want to read and write to virtual com port that is dynamically created by CP2101 driver when i connect a device through USB To UART Bridge to my system.the problem is that with rxtx we can not find ...
0
votes
1answer
310 views
Programmatically Interrupting Serial I/O when USB Device is Removed - C++
I have an application wherein serial I/O is conducted with an attached USB device via a virtual COM port. When surprise removal of the device is detected, what would be the best way to stop the ...
0
votes
1answer
558 views
GPS Intermediate Driver Slowing down the data from a virtual serial port driver
Follow on from - GPS Intermediate Driver Issues
The above was not successfully answered and feel I have new information over the issue to go for a new question.
The issue I am facing is the speed of ...
7
votes
3answers
10k views
Detecting USB Insertion / Removal Events in Windows using C++
I am writing an extension for an existing application that needs to handle USB insertion/removal events. I know the VID/PID of the device of interest. However, I don't have access to the window ...
0
votes
2answers
1k views
Scanning Local Windows System for Attached USB Devices Using C++
What is the best way to scan the local Windows system for attached USB devices using C++? I need to get a list of Vendor and Product IDs to match against the my device's IDs. If there is a way to ...
5
votes
6answers
2k views
Debug COM port read/write using software/virtual COM port and console/terminal on the other end
I have a Delphi application that reads/writes to a COM port connected to a large hardware device, so I don't usually have the hardware available during development. That said, the communication ...
1
vote
2answers
797 views
Problems getting a device driver to load at startup - WM6.1
Our embedded systems programmer has developed the shell of a virtual serial port driver for our mobile hardware, and I have been filling in the methods to get it to work. The driver does work as ...
0
votes
2answers
1k views
RXTX virtual serial port read problem
Background: Windows Server 2003 R2,Wire Service virtual serial port created with RealPort software,
Serial Port configured as COM5, 9600 baud,8 data bits, no parity bits, 1 stop bit, no flow control,
...
2
votes
2answers
4k views
Specifying non-standard baud rate for FTDI virtual serial port under Linux
I have a USB device I'm trying to communicate with over a virtual serial port provided by the ftdi_sio kernel module. However, I'm having some trouble setting the baud rate of the port to 14400:
...
0
votes
1answer
1k views
Create a virtual serial port for widcomm stack under 32feet
Currently I am doing a project involves a bluetooth communication setup between a PDA and a small embedded device. This small embedded device can only be communicated with a virtual serial port over a ...
5
votes
4answers
2k views
Virtual Serial Device in Python?
I know that I can use e.g. pySerial to talk to serial devices, but what if I don't have a device right now but still need to write a client for it? How can I write a "virtual serial device" in Python ...
1
vote
3answers
8k views
Change COM port via registry, command line or software?
Does anybody know how to change the COM port number that Windows maps to a USB virtual COM port? You can change this via the Device Manager and clicking on the Advanced button.. but how can you do ...
4
votes
2answers
2k views
Looking for virtual USB HID driver
We designed a special communication tool for use on a wheelchair to control lights etc. We use Z-wave. We have app for control of these devices via PC.
Unfortunately, the app expects a USB stick. Our ...
8
votes
2answers
4k views
Faking an RS232 Serial Port
I'm developing a project that has a number of hardware sensors connecting to the deployment machine through RS232 serial ports.
But ... I'm developing on a machine without an physical RS232 serial ...
3
votes
3answers
7k views
Accessing Bluetooth virtual COM port on Windows without manual pairing
I need to connect to a Bluetooth device through virtual COM port created in Windows. It's easy when the port has been already created during manual pairing procedure. But I would like my application ...
3
votes
5answers
3k views
Is there such a thing as a virtual COM port receipt printer?
I'm debugging some code that writes directly to a COM port in order to print receipts on a receipt printer. The printer model is something like an Epson TM-88.
Instead of printing reams of thermal ...
2
votes
5answers
8k views
How to create a Virtual Com1 port in windows?
I am developing a mobile app to run on a pocketpc. We have a mobile printer and card swipe that uses com1 to send and get info. I'm using the device emulator and want to test without the printer. ...

