Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
30 views

RDP ts port redirection

I have 2 pairs of serial devices (a scale and a POS pin pad) hooked up to 2 pcs (4 serial devices in total) with windows xp embedded sp3 (x86) running RDC/rdp 6.0. I am using those machines to RDP ...
-1
votes
1answer
32 views

DTE & DCE advice

I am just wondering what the meain differences are between these two and do they need to have different clock rates. I am right in thinking that if I was linking two routers together via serial I ...
1
vote
2answers
211 views

Serial to ethernet cable: how to connect to device

How can I use a serial to ethernet cable to connect to a device: in my case a Hp ProCurve AP? A serial to USB or serial to serial would have been great but I found this serial to ethernet cable from ...
2
votes
1answer
126 views

Virtual COM port to TCP server?

I've got a project that there's no budget for. Basically I need to get a null modem connection set up between our phone systems(physical servers running Win2K8 32b) and our new reporting ...
1
vote
1answer
80 views

How do I stop Windows from sending random data to serial port on startup and shutdown? [closed]

I have an Epson DM-D110 display pole connected to COM1. When Windows XP starts up and shuts down, a small bit of random character data is sent to the display pole. Some times it's the fish symbol, ...
0
votes
1answer
121 views

Serial Port (COM1) becomes unresponsive

Originally I made a POS application using Excel/VB. Everything worked A-OK, especially the serial communication with the POS display pole. Here's an example of the code by which I had the ...
7
votes
1answer
253 views

Giving a new life to an old SPARC machine - boot and install related problems

My problem isn't one you encounter on a daily basis, yet I find interesting enough to share and ask for help. From the beginning: the academic scientific group I am a member of (we are focused on ...
2
votes
2answers
268 views

serial mouse detected on windows 2008 r2 server

I was hoping to find out how to stop windows 2008 server R2 64 bit from detecting a serial mouse on the com port. i know the boot.ini version with /noserialmouse....etc for earlier versions also i ...
0
votes
1answer
76 views

What's closing my port?

I've got some software that's running on Solaris 10 servers. We're using SunRays as the clients. The software uses the SunRay serial ports to communicate with some manufacturing equipment. At one ...
1
vote
1answer
300 views

How to fix customer display pole that displays garbage?

I have an Openbravo POS workstation with a customer display pole. The pole is VFD-860. When I click on the products on the Sales page of Openbravo, the display responds but displays garbage: When I ...
0
votes
3answers
1k views

Connecting to a serial port/COM1 in Windows 7

I have an external device (running a small Linux-based OS) that I need to log in to via the Windows 7 command line. The device is connected to COM1 with a USB-to-serial cable. How do I do this without ...
0
votes
1answer
124 views

Closing a session on a Perle IOLAN

I am connecting to a serial port using a Perle IOLAN DS1. I have noticed occasions when I have tried to log in and got an error message “line not available - press any key” which we think is due to ...
0
votes
1answer
359 views

Serial connection over a single USB cable (Windows to linux, or linux to linux)

I'm helping out with a project for an embedded device that only has USB and no serial. This device is running Linux. These days, when we need to connect to a serial port on a device we typically use ...
3
votes
2answers
976 views

Fedora14 serial console how-to needed

Has anyone ever got a serial console working in fedora 14 ? Is it as simple as adding to grub: serial --unit=0 --speed=38400 terminal --timeout=10 serial console and add to the kernel lines: ...
1
vote
1answer
74 views

Logging Serial port Data

Unless I'm missing something, there appears to be no simple way in *NIX to read from a serial port directly into a file I had imagined something as simple as cat /dev/ttyX > file but apparently ...
0
votes
1answer
560 views

Com port redirection from Windows 7 to Windows Server 2008 R2

We use "Copy file.prn to \tsclient\com1" to print from a TS session to a locally attached serial printer. This works fine from Windows XP, but when trying it from a Windows 7 client computer, we get ...
0
votes
2answers
105 views

Remote Linux Installation

i will try to install a Linux-System to a remote System where i dont have a Monitor or Keyboard. I can access the machine with ssh. I found following Document that describe a serial connection via ...
0
votes
2answers
186 views

how to remotely access a serial modem?

I have a serial modem connected to a computer running ubuntu. I can access it through ssh and modem is working great, I tested it using minicom. How can I make a remote connection to this modem for ...
3
votes
3answers
172 views

Recommended way to wire a serial port on a server?

I need to connect some Dell servers to a WTI TSM-40 serial port console. The serial console uses RJ45 connectors, and the Dells have DB9. I have DB9-RJ45 adapters (the ones you can customize with ...
1
vote
1answer
309 views

XP to XP link with SLIP over serial - No IP address on host computer side?

I'm trying to set up a SLIP link using a serial connection between two XP computers. This is to test some specialized communications hardware that only supports IP via SLIP. As a starting point, I'm ...
1
vote
1answer
395 views

how to connect to a switch connected to serial port

My computer and switch both are connected to network. I need to connect to the console port of switch via serial port on my computer. I am using ubuntu. How can I do that? How do I know whats the ...
0
votes
1answer
60 views

Where is the source code that implements the driver for /dev/ttyS0 serial port in Red Hat?

I am trying to debug a problem with a device attached to /dev/ttyS0 on a workstation running RHEL 5. Using my relatively basic Linux knowledge, I can not seem to figure out where to look for the ...
4
votes
2answers
314 views

Are serial-to-ethernet adapters interchangeable?

I need to get data from a serial device (a weather station) over our network where it'll be processed by a Unix host (using custom software). I was able to compile remserial which makes the remote ...
0
votes
2answers
2k views

Serial port forwarding over TCP/IP (linux server)

I am looking for a way to use a remote serial port on a linux machine over LAN. The machine is running ubuntu 10.04 and I have a arduino board connected to it, that I would like to be able to ...
0
votes
3answers
1k views

How do I connect to the serial console port os a Sunfire 280R?

We have a Sunfire 280R (old SPARC/Solaris server) that is refusing to come up after being relocated. We're trying to connect to the serial console port, but all we get is random gibberish on the ...
1
vote
2answers
562 views

VirtualBox serial port, limit of two?

Using VirtualBox, Is there a limit of two serial ports per VM? I'm currently engaging in a task that requires more than two, but less than or equal to four ports. I'm at a loss of what to do to get ...
2
votes
4answers
822 views

Remapping Linux serial port device names

I have a server running Debian Linux which has a built in serial port which is coming up as ttyS0. I have a plug in PCI card with two serial ports that are being registered with Linux as ttyS2 and ...
0
votes
1answer
126 views

Capturing XEN Dom0 logs on Debian lenny?

I have a Dell server with Xen 3.2 (from Debian Lenny) running a Debian Lenny dom0. Since I am facing unexpected reboot without any clue in the debian logs, I would like to capture the Xen dom0 logs. ...
0
votes
2answers
4k views

How to set up a serial connection to a Windows 7 computer

I need to set up a "dial in" connection to a Windows 7 (Ultimate) computer via a serial null-modem cable to be able to connect from a Windows XP client to that computer and exchange data over IP. ...
0
votes
1answer
227 views

How to power a serial port under linux?

I got a serial to ethernet device connected to a Serial (COM) port on a Linux machine (debian etch), I connected it correctly but it did not power up, I suppose I need to power the device port, anyone ...
0
votes
2answers
621 views

Get files from serial port SSH shell

My webserver networking is down. I can open a shell over SSH using serial port. I need to download 2 files (an sql dump and a backup of the entire website: aprox 3GB). To open the shell I must to ...
1
vote
3answers
149 views

Getting something out of an old Digi ST-1032

I'm trying to update a setup of a shipping and packaging unit, that makes use of two Digi ST-1032 'Terminal Server' units. I find it a strange name for the devices, but pre-the-nineties it apparently ...
2
votes
3answers
2k views

Is it possible to reset FTDI virtual com ports enumeration, we easily get hundreds of COM ports in production environment

When producing devices that use a FTDI USB to serial chip to communicate with a Windows host, we get hundreds of COM-ports, since Windows seems to just increase the port number each time a new FTDI ...
6
votes
4answers
262 views

What is a a good serial-to-USB adapter?

Serial ports on devices are still used for many things, especially on network devices. However, most modern laptops no longer have serial (aka "COM") ports. So what I'm curious about is: what is a ...
1
vote
0answers
70 views

How to configure MODBUS on a Cyclades TS100?

I have a Cyclades TS100 which is used to communicate with a Modbus Slave. I selected Protocol: Modbus and configured MODBUS Serial Mode: RTU The thing is, I event don't get a connection to the Serial ...
10
votes
3answers
5k views

sniff serial port on Linux

How can I sniff packets communicated through serial port on Linux?
2
votes
2answers
85 views

Is there a VM to map a legacy app's serial resources onto modern hardware?

We have inherited a legacy application which runs under DOS 6.2 and the Phar-Lap DOS extender (if anyone is old enough to remember that). It also uses up to 6 serial ports (16550) which are expected ...
3
votes
2answers
969 views

SLIP Connections in Windows 7

I'm looking for a way to set up a SLIP connection in Windows 7. I found these instructions for setting it up under Windows XP, but I can't seem to figure out if it's possible under 7. More info on ...
5
votes
4answers
2k views

ESXi Serial licensing dongle

We have a server that hosts an old application that uses a serial dongle to license its product. We converted the physical server to a virtual server running in VMWare server running on Windows and ...
0
votes
1answer
571 views

How do I determine what process has a serial port open in Windows 2003

I am trying to troubleshoot a problem on a Windows 2003 server. An application needs to make use of a serial port but it appears some other application has the port open. How can I identify what ...
0
votes
3answers
187 views

Network Serial/COM Port

I need to connect to a single serial port over the network. I was wondering if there was a hardware device that I could connect to the port and then install a virtual COM port on a Windows box. The ...
1
vote
1answer
216 views

Windows XP: Unreachable COM ports

I use Bluetooth serial ports daily. Over the years I've noticed that the number of the virtual COM port created when I connect is getting higher and higher. Certain ports are now locked out, seemingly ...
2
votes
3answers
5k views

How to determine the baud rate of a serial port?

I'm setting up a console server and I need to determine the correct baud rate of my port. I'd like to do this from the command line, if possible. Does anyone know how?
3
votes
4answers
894 views

Free software to monitor Serial Port communication

I'm looking for the Wireshark of Serial Port monitoring. I'd prefer free/open-source software, but am willing to look at commercial solutions if the price is reasonable. It needs to be compatible ...
1
vote
2answers
283 views

Is it possible to create Virtual Serial (COM) Ports

I'm working on software that needs to communicate with hardware over RS232 interfaces. In order to test I'm currently using 2 USB-TO-SERIAL devices connected to eachother using an RS232 cable. (Of ...
2
votes
1answer
1k views

VMWare serial ports

Can someone tell me the difference between the different ways virtual serial ports can be configured using VMWare Infrastructure? For instance: What is the difference between "use output file" and ...
1
vote
3answers
992 views

Using COM ports with Virtual Server

I have a couple of servers that I'd like to duplicate as guest instances in virtualserver. One of the applications that runs on them uses the COM ports to communicate between the two servers, and ...