1
vote
1answer
49 views
Java RS232 Comm on Vista-64 bit
We have a Java application which needs to communicate with a peripheral device over Virtual Serial COM port. We use the RS232 Java COMM API (javax.comm.properties, comm.jar, win32c …
0
votes
4answers
203 views
Problem receving in RXTX
I've been using RXTX for about a year now, without too many problems. I just started a new program to interact with a new piece of hardware, so I reused the connect() method I've u …
5
votes
1answer
250 views
RS232 serial snoop tools for protocol development / debugging
I develop a wide range of relatively simple firmware devices. Every one of these ends up talking to the PC (or another device) via the RS232 port in one way or another, so I spend …
2
votes
3answers
522 views
Meaning of serial port parameters in Java?
I'm a beginner in Java. I'm reading data from the serial port. I got
serialPort.setSerialPortParams(
9600, SerialPort.DATABITS_8, SerialPort.STOPBITS_1,
SerialPort.PARITY_N …
0
votes
0answers
36 views
How to get direction from TDCM3 (Digital compass) with pySerial?
I have a digital compass TDCM3, its manual is here
TDCM3 Manual
I want to read direction from TDCM3 on PC or embedded PC(wince), I use pySerial to open a com port and read data f …
1
vote
6answers
334 views
How to call the RJ45 as a serial port for interfacing?
Hi,
I'm currently working on a serial interfacing project based upon connecting to the rs232 port. However, seeing as a decent number of laptops and/or PC's seem like they might h …
0
votes
1answer
159 views
C# - Emulate device - Parallel to Serial Port
We are trying to emulate a device that runs off a parallel port.
We have the exact same model that runs on RS232, and can run a null modem cable from one port to another and emula …
1
vote
1answer
82 views
LCD Output on RS232-connected Module via Ethernet - Request for general information
Hello everyone,
currently I am trying to write to an 20x4 LCD Dot-Matrix Module using Perle's TruePort Redirector. I have the GMS-DS LCD Module connected to a Perle Serial to Ethe …
3
votes
5answers
391 views
Read data from serial port
How do i read data from serial port using C ? and then again transfer the data to modem ?
I am using RS 232 cable for serial communication ...
0
votes
1answer
54 views
Is it possible to configure a serial connection to initiate a program upon receipt of RD signal?
I am currently attempting programming for a serial connection (RS232) through the COM1 port, using hardware handshaking. The OS is Windows XP 32, and I was planning on using C++ to …
1
vote
5answers
364 views
RS 232 Break Signal
I got a RS232 signal capture device. and it working great.
I need some help making sense of the data. Basically we bought it because we are dealing a late 80's machine controller …
0
votes
3answers
79 views
Forcing termination of BeginWrite in a Serial COM port IO app using BaseStream
I have a C# program that communicates with serial devices using the
built in SeralPort class. However, I want to do asynchronous writes
and for that I am using BaseStream.BeginWrit …
1
vote
2answers
308 views
How to programatically find all available Baudrates in C# (serialPort class)
Hi!
Is there a way to find out all the available baud rates that a particular
system supports via C#? This is available through Device Manager-->Ports
but I want to list these pro …
1
vote
4answers
426 views
Serial comm with PHP on Windows
Greetings all.
I am looking for a way to communicate with RS232 serial COM port on windows. I have found 2 solutions on the net, one which is not totally free (introduces delibera …
1
vote
4answers
987 views
Low-Level control of RS232 (Com-Port) RTS/CTS/DTR/DSR possible?
I wonder if and how it's possible to control the RS-232 handshaking lines directly from win32 (the old C-API).
I'd like to interface with an external piece of hardware, and two s …
