Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
25 views

Is there a free way to monitor a serial port on Windows 7 x64?

The title questions pretty much says it all. I've looked around quite a bit, but I have yet to find a free way to monitor a serial port (without opening or blocking it from other applications), that ...
0
votes
1answer
30 views

Emulating a Serial Device on OS X

I have been working with building Microcontroller (mostly Arduino) based devices for the past few months and have been quite surprised by the seeming lack of any form of serial emulation. I know ...
2
votes
1answer
103 views

How to connect to Linux USB serial gadget using Mac OS X?

I have an embedded device, on which I use the USB gadget USB interface to either make it available as a mass storage device, or enable access over USB serial using the g_serial module. While I can ...
0
votes
1answer
54 views

Serial redirection for a desktop computer

Lets suppose I have a desktop computer. Is there any way (i.e. a PCI card or some kind of software/hardware) through which I can enable the computer to support serial redirection? By serial ...
1
vote
1answer
118 views

Seeking 9-bit serial port card for Windows PC [closed]

I need to connect to serial port on a system bus which uses 9 data bits. Is there an off the shelf card which will handle that? Obviously it would need to come with driver software to return 9 ...
1
vote
1answer
166 views

LPT port using USB

I have a machine which connects to PC with LPT port. And in the program I am selecting port number on which is LPT port connected, something like etc. ( a326 ). Now I have bought LPT to USB ...
0
votes
0answers
62 views

How to access Lava 720G USB Modem with wvdial/network-manager and gnokii at the same time?

I have a Lava 720G USB 3G modem. When connected on Linux it creates ttyUSB0, ttyUSB1, ttyUSB2 and ttyUSB3. When internet is connected via wvdial or NetworkManager, gnokii cannot work as it doesn't ...
0
votes
2answers
247 views

How do I clean up COM ports in use?

How do I clean-up these in-use COM ports? The COM port numbers always seem to be taken up by something and although right now I only have 4 serial ports (3 over Bluetooth and one USB to RS-232), I ...
0
votes
0answers
143 views

Setting up a Digital VT100 as a terminal to OS X Lion

I have followed this guide: http://www.club.cc.cmu.edu/~mdille3/doc/mac_osx_serial_console.html And I installed the closed-source Prolific driver (the open source one and the FTDI ones always gave ...
1
vote
3answers
126 views

is there a way how to remotely control computer via USB

I am looking for a way to control my other computer (win/linux) remotely (ideally via VNC) via USB or serial - without using network or virtual network. It can be fully software based, hardware based ...
1
vote
2answers
198 views

How do I link two serial ports in GNU/Linux?

I need to have one serial port receive data and another to transmit same data. How do I make such setup in GNU/Linux. One will be a port created by bluetooth and another will be a USB to serial ...
0
votes
1answer
121 views

interface an lcd through rs232 interface

Linux has character device file representing serial port /dev/ttys*. I can simply open , read , write , close a serial port using system calls in my c program. I am working on a board which has an ...
0
votes
1answer
51 views

How can I use the Verifone Printer 900 on Windows?

Does anyone know how the Verifone Printer 900 works? I'm unable to print from Windows, can't find anything like a driver. I'm already using a serial to USB adapter. I'm using COM3.
1
vote
1answer
61 views

How do I find the device which has Com Port X reserved - want to reclaim the port num for different device

I added a 4 port pci serial card to my windows 7 PC. I want to assign them COM1-4. I know how to change the COM Port Number when the com port number is not already in use. In my case, COM4 is taken ...
0
votes
0answers
146 views

Using USB as COM -> net use COM not working

I am trying to print something from a printer that is connected through a USB cable, however I want the USB port to act like a COM port for my software. So how do I make my USB port work like a COM ...
1
vote
0answers
110 views

Linux IrDA printing

I have a USB IrDA that I got working with my IrDA printer (SiPiX compact printer A6) on the Windows side, using default 4000000 speed and 1.0ms turn-around time (in the driver config). The USB IrDA ...
0
votes
3answers
398 views

Putty or Tera Term VT alternative for OS X

I am currently using putty and Tera Term VT for connecting to external devices over serial port for bugging. Is there any alternative for OS X?
0
votes
1answer
74 views

How do I set up Debian 6.0.3 to work with serial terminal?

My problem is that most guides on the Internet I've found explain how to enable serial terminal on GRUB 1 and it appears that they moved to GRUB 2 on Debian. I'm running Debian inside VMware and have ...
1
vote
2answers
258 views

How to read data from LAN cable?

I have a device that connect to a Window PC by LAN cable directly instead of serial port. Back when I use serial port, I can use coolterms or hyperterminal program to read the exact data send in from ...
1
vote
1answer
340 views

How can I reduce high CPU usage from DPC's with USB Serial Ports

I have an app that communicates with up to 50 devices over serial ports. The communication takes place in threads, and the threads are throttled so that only a certain number are active at once. ...
0
votes
0answers
90 views

Accessing serial port via sockets

I'm on windows and I need to access my com5 serial port via sockets. I tried serproxy but it does not work. Is there a better tool to do it? This serial port com5 is a virtual serial port of my 3g ...
2
votes
1answer
59 views

RS232 from a Decatur Radar to a PC

I just got a Decatur SI-2 it communicates via RS232 through a DB9 connector. So I went out to BestBuy and got a Dynex™ 16" USB PDA/Serial Adapter Cable. Since I couldn't get it to work on my Macbook ...
0
votes
1answer
58 views

What is the best type of port to set in this java code if I want to test a mobile phone communication with a Linux computer?

There is a mobile phone device and a Linux computer server. I attached the mobile phone's serial cable to the mobile phone device ( Alcatel OT-806D ) and at the usb port of the computer. I chose "COM ...
0
votes
2answers
415 views

How can I use my cell phone to establish a dial-up networking connection?

I am using Windows 7 and have a BlackBerry with T-Mobile (U.S.). I have paired the phone with my computer over Bluetooth, which automatically creates a serial port for it. I am able to open the port ...
1
vote
0answers
56 views

Is there any way to change USB to COM converters port number?

I have laptop PC with no Serial Port (COM port). Trying to get work this device (BTW: this device works on PC's with built-in COM port) I'm using USB to COM converter for connecting this device to ...
1
vote
0answers
139 views

Serial port IRQ sharing on Linux

I was never able to use two serial ports for I/O on Linux that shared the same IRQ, although the serial driver has "IRQ sharing" enabled. Some BIOS simply don't have enough IRQs to give to each port, ...
1
vote
1answer
49 views

How can I replace some old serial numeric keypads?

My Problem: I have some older serial numeric keypads that are getting hard to replace. I tried a USB keypad but the distance of the cord wasn't long enough, so I tried using a USB to ethernet and ...
1
vote
1answer
324 views

How to do hardware DTR/DSR flow control on Linux (serial port programming)?

It's possible to setup a serial port communication using hardware flow control with the RTS/CTS pins (CRTSCTS flag for tcsetattr), but there is no way to use the DTR/DSR pins for flow control in a ...
2
votes
1answer
890 views

How can I monitor a virtual serial port in Windows 7?

I need to listen to everything that goes (both directions) through a virtual serial port on Windows 7 64bit. I do not need to send anything, just monitor the communication for debugging purposes. ...
0
votes
1answer
142 views

Trackball with 9 pin serial port not recognized by OS

I need to support a trackball mouse (Make:- Cortron Inc) with a 9Pin serial port connector in my application (qt VS2008). This mouse is not getting recognized by my OS (Windows XP) (I dont see the ...
1
vote
1answer
239 views

interpreting stty output to start connection with hyperterminal

I am trying to communicate between an embedded device which runs linux and a PC which runs windows xp over a RS232 connection. On windows I use Hyperterminal, but I don't know which settings I should ...
1
vote
3answers
803 views

How can I find out what chip is used in USB <-> Serial (RS232) converter from FTDI?

I have an USB <-> RS232 converter with no designation of producer on it. After plugging it into USB port on Windows Vista 64bit computer I chose an option to automatically find and install drivers ...
2
votes
0answers
249 views

How to set up a serial port in VirtualBox?

I need to access a serial device in my VirtualBox guest (Windows XP). My host system is ArchLinux 64-bit. I configured the VirtualBox serial port as follows: Port: COM1 IRQ: 4 I/O Port: ...
-3
votes
1answer
85 views

information about COM ports in Windows [closed]

Is it possible in Windows to get information about the COM ports? If yes, where and how?
0
votes
1answer
373 views

Establishing Serial Port communication through USB in Linux

I am new to Ubuntu and I need to establish a serial port communication between my PC and microcontroller MSP430G2452. On connection the USB available with the Launchpad and using lsusb. It ...
1
vote
2answers
188 views

Do I fry my device when attaching a 5V RS232 converter to a 3.3V port?

I have a device, namely a Synology DiskStation. It has a 3.3V RS232 interface on board. All I have is a 5V RS232 to USB adapter. Can I attach it to my DiskStation without making any smoke?
4
votes
2answers
101 views

What's the simplest (free) way to share a serial port over an ethernet link?

I have two computers and I'd like to access the serial port on one machine from the other. Is it possible to do this with free software and if so, what options do I have? The sharing machine is ...
0
votes
1answer
319 views

Set up a Serial-to-Ethernet Converter With a Virtual Serial Port in Ubuntu

I have a '3one data' brand serial-to ethernet converter, that plugs into a serial device at one end, and allows bidirectional communications with the device over an ethernet connection, like this: ...
2
votes
1answer
157 views

Redirecting serial port keeping ability to send signals

I have the following scenario: a laptop running Windows XP, connected to a meter through its serial port. I need to read/write to this serial port from a remote computer (running windows 7). I also ...
0
votes
1answer
487 views

Saving a binary file with HyperTerminal

I have an embedded platform that is connected to my Windows PC via the serial connection. The embedded application sends 532 bytes through the connection. Using HyperTerminal, I am able to see the ...
0
votes
3answers
143 views

connecting device without null modem cable

I have a data collector device which has a RS-232 male port, and the PC which sends data to that device has also a COM (RS-232) male port. For wiring I have a RS-232 cable (male to female) and a ...
0
votes
2answers
241 views

NetBSD Networking

I have an old Toshiba Satellite 4015CDT, with Pentium II MMX, 32MB RAM, 4GB HDD. It also has one USB 1.0 port, parallel and serial ports, a 3.5" floppy drive and a CD-ROM drive (probably almost dead). ...
0
votes
1answer
457 views

Use serial port (COM) as LPT1

I have a device that needs to be plugged in to LPT1 to run a legacy software. I am trying to find a workaround to get it running in a latptop (without parallel port, obviously). I have HL-340 ...
1
vote
1answer
148 views

Serial GPS as time source on Windows 7?

How do I use GPS device connected over serial port as a time source in Windows 7? I have a GPS receiver on my mobile phone which sends data using Bluetooth serial link in NMEA format to computer.
1
vote
1answer
580 views

Creating virtual serial port in Fedora

I want to create a virtual serial port in Fedora. I'm using Java code to communicate over a serial port. I want to test this code with out any serial devices connected.
1
vote
0answers
757 views

Prolific USB-to-Serial Comm Port significantly slower under Windows 7 comparing to Windows XP

I am using a Prolific USB-to-Serial adapter based on the Prolific chip to use with a device on serial port. I have the latest version of the driver installed: 1.3.0 (2010-7-15). When I use my device ...
0
votes
1answer
186 views

Help accessing Beagle over serial with Minicom/GTKTerm

I am trying to access a brand new Beagle Board from Ubuntu or Mac over serial using the setup seen here: http://specialcomp.com/beagleboard/RevC1.htm I got Minicom and GTKTerm installed on the Ubuntu ...
0
votes
2answers
425 views

How to switch between Linux virtual terminals over serial?

How do you switch between Linux virtual terminals over a serial terminal connection? I'm trying to install Debian on a Beagleboard via the serial console. I'm using screen (screen /dev/ttyUSB0 ...
2
votes
1answer
762 views

How does RealTerm send Numbers

How does RealTerm send numbers? For some reason, when I enter a number under the "Send" tab to be sent over the serial line in RealTerm, it works, but inputting the same commands in PuTTY through the ...
1
vote
1answer
432 views

PuTTY Serial Baud Rate Change

Is it possible to change the baud rate once the terminal has already been opened in PuTTY? If so, how would I do this?

1 2 3