S
S
Sendorn2015-11-10 10:55:30
Arduino
Sendorn, 2015-11-10 10:55:30

Is it possible to use the data coming to the com-port in your programs on the computer?

After playing with arduino, the thought arose, is it possible to use the data coming to the monitor in the port in my programs on the computer?
Any data can be read? That is, from any sensor and transfer to a computer?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2015-11-10
@Sendorn

Of course you can.
A lot of devices work on the comport, some old PBXs that are not yet friends with USB can send a log on the comport. Many devices reflash the bootloader via a COM port.
A lot of devices worked on comport in the past, including modems and mice.
The main thing is to know the specification, connect and work. Maybe even both ways.

V
vanyamba-electronics, 2015-11-19
@vanyamba-electronics

The Arduino Host Client in C (Linux) article provides an example of how to initialize an Arduino virtual COM port to communicate with a C program.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question