Hello, I'm using a TRB255 gateway with firmware version: TRB2_R_00.02.06.1 and I want to use the Serial over IP feature.
To do so I configured my TRB255 as below:
Here's what I want to do: PC(1) —> TCP —> TRB255 —> Serial —> PC(2)
Everything works fine, I'm able to open a TCP connection from my first PC to send data to the TRB255 via TCP sockets.
Then the TRB255 well transmits data to my second PC via RS232.
But I noticed an issue, when I send small quantity of data it looks good but if I send a big file (for example 250KB) my second PC connected to RS232 only receive 8KB of data.
I also noticed that when I send many small frames (~10 bytes) sometimes the data received via RS232 seem mixed.
Could you please tell me how to fix this issue?
Thank a alot.