Tagged Questions
The virtual-serial-port tag has no wiki summary.
19
votes
4answers
21k views
Virtual Serial Port for Linux
I need to test a serial port application on Linux, however, my test machine only has one serial port.
Is there a way to add a virtual serial port to Linux and test my application by emulating a ...
6
votes
2answers
899 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 ...
6
votes
4answers
5k views
Any tool similar to Hyperterminal application?
HyperTerminal is a program that you can use to connect to other
computers, Telnet sites, bulletin
board systems (BBSs), online services,
and host computers, using either your
modem, a null ...
5
votes
7answers
915 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 ...
4
votes
1answer
518 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 ...
4
votes
1answer
487 views
How to create Virtual COM ports
I am trying to implement a software Null Modem.
Any suggestion how to create virtual COM Ports?
Looking for tips, strategy, known techniques, etc..
3
votes
2answers
1k 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 ...
3
votes
2answers
627 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 ...
3
votes
3answers
4k 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 ...
3
votes
2answers
1k 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 ...
3
votes
3answers
4k 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 ...
2
votes
2answers
168 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 ...
2
votes
4answers
1k 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
5k 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. ...
1
vote
1answer
279 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 ...
1
vote
0answers
113 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 ...
1
vote
0answers
423 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 ...
1
vote
2answers
440 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
1answer
22 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 ...
0
votes
0answers
33 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 ...
0
votes
0answers
51 views
Get Google earth to find virtual serial port on mac
I have a source of NMEA data I want to send in realtime to Google on my mac.
I don't have a serial port installed.
When I ask Google Earth to find the GPS, it searches through
...
0
votes
1answer
117 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 ...
0
votes
2answers
197 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
111 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 ...
0
votes
0answers
371 views
Virtual COM Port: TCP/IP Redirector to Virtual COM Port
Sorry if this question was asked before, but I can't find one.
I try to redirect GPS signal data from Windows Mobile Phone using com port redirector. I had succesfully done it using windows, but ...
0
votes
0answers
99 views
Sending texts from a PC using serial type commands to a HTC Desire
At work we have an application that runs on a PC that sends SMS messages via a phone that is connected to the PC using a USB port.
The application, which is some years old, uses serial type ...
0
votes
2answers
486 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 = ...
0
votes
2answers
144 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 ...
0
votes
1answer
331 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 ...
0
votes
2answers
408 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 ...
0
votes
2answers
705 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,
...
0
votes
2answers
1k 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
940 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 ...
-4
votes
2answers
151 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
...