The Raspberry4 board has 6 native uart
Having to control devices via uart (for example gps receivers, electronic scales, etc.) it would be useful to create a device that, communicating with the control computer via ethernet, would allow the computer to 'see' the virtual com ports, corresponding to the uart of the card Raspberry
So it will be necessary to program the Raspberry so that it has a tcp / ip server inside, which will pass the information to the uart ports
On the computer side it will be necessary to install programs to 'virtualize' the com port and connect it to the tcp / ip server on the Raspberry
Any idea how to proceed?