RS-232 (also known as EIA RS-232C or V.24) is a standard for serial binary data exchange between a DTE (data terminal equipment) and DCE (Data Communication equipment). It is commonly used in the serial ports of PCs.

learn more… | top users | synonyms

0
votes
2answers
151 views

Barcode scanner with RS232 interface not working with USB adapter

I used RS232 interface of barcode scanner (Datalogic QD2100), for my project but a problem arises. The manual given with this barcode scanner has certain barcodes for mode setting (scan mode-flashing, ...
0
votes
1answer
740 views

How to create direct RS232 (PPP) connection from Windows 7

I'm trying to create a direct connection to a hardware device via RS232 serial connection. Am using a USB to Serial adapter and works fine in WinXP but the option seems to have disappeared in Win7. ...
0
votes
1answer
44 views

I need to monitor a physical RS232 port on an appliance?

I need to verify what's being output on an RS232 port of an appliance that's running proprietary software (e.g. NOT Windows or Linux). The port is sending data to a target app on another appliance, ...
0
votes
1answer
244 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
661 views

rs232 PTZ cameras software program for control

Does anyone know of a program that would allow you to control multiple IR cameras via usb (computer jack) to rs232 (camera hardware)? We have a cameraswitcher, very low key, that I can press buttons ...
2
votes
0answers
137 views

Is there a software that allows RS232 sniffing and TCP/UDP listening

I am looking for a software that would fulfill the following requirements: Able to "sniff" communication over RS232 (like PortMon and Advanced Serial Data Logger) Able to listen to a given ...
1
vote
0answers
397 views

Can't communicate using PuTTY, but can with Termite

I'm trying to establish a serial connection to a peripheral from my PC's RS-232 port. Pretty simple stuff, and I've had not trouble doing it with countless peripherals before. And yet when I configure ...
1
vote
0answers
770 views

How do I make a USB RS232 dongle show up in /dev/ttyUSB* in Ubuntu 10.04?

I have a couple of FTDI based USB to Rs232 serial dongles. Sometimes when I plug them into my Ubuntu 10.04 laptop, they show up as /dev/ttyUSB0 and /dev/ttyUSB1. Sometimes they don't. When they ...
0
votes
0answers
30 views

Unable to connect my projector via USB-to-RS232

I have to connect a Mitsubishi projector XL6600U via a USB-to-RS232 connector. I have a Prolific PL2303 cable, the drivers are available here: ...
0
votes
0answers
72 views

Is it possible to use 2 serial port redirectors over TCP/IP? if so, what should I use?

I need to build a staging environment to migrate a legacy system that uses Windows and RS232 ports on both sides of the interaction. Our staging environment would be virtualized and have no physical ...