This is my first appearance here.
Matt from Germany, 52 years old.
My very simple question is this:
Is it possible to receive data via the USB port of Arduino Nano #1 ( which sends data every second to its serial port by ordinary code) to the USB port of Arduino #2 which both are connected by a simple 1:1 wired connection?
The reason is:
Arduino #1 is already part of an existing ( and working) project. Every second it writes a four character long data to the USB port.
Normally the customer uses his PC to read this value - no problem at all.
Using Arduino #2 would allow the customer to use Arduino #1 without the need of a PC just by applying a small display to Arduino #2.