Hello,

I have a laptop (HP EliteBook 8560p) with an on-board 9-pin male com port (COM1).

I want to read RS-232 data from a digital balance using this COM1 port by using an Arduino Uno board (connected at COM8).

Digital balance is set at 9600 baud, 7-bit ASCII data, odd parity, one stop bit.

I am able to read the data using HyperTerminal but I need to read the data using Arduino IDE v1.6.9.

I looked for a simple code but not able to find any.

Which library should I use?

How do I define the COM1 port and other parameters given above?

What is the simplest code to accomplish this task?

Thanks in advance.

Muharrem Keskin

More Muharrem Keskin's questions See All
Similar questions and discussions