If only one connection is allowed at the time you can share one server between the UARTs. If concurrent connections are possible, then you need to implement your own instance from the server for each UARTs.
I can say that it's easier to allow only one instance at a time because memory is limited.
Hi, If only one connection…
Hi,
If only one connection is allowed at the time you can share one server between the UARTs. If concurrent connections are possible, then you need to implement your own instance from the server for each UARTs.
I can say that it's easier to allow only one instance at a time because memory is limited.
BR,
Mikko