TRB245 and serial device

Hi, I’m working with a TRB245 trying to read a serial device using RS232.

I have a webpage to receive data incoming from another communication hardware via http GET and http POST, like http://myserver/mypage?trx=data_received. The page works perfect since a few years.

Now, I have a TRB245 connected to a serial device via RS232. The serial device send data (hexa string) every 2 minutes.

The RS232 serial device is connected like this:

TRB245 —> RS232 Serial device
Tx —> Rx
Rx —> Tx
Gnd —> Gnd

My TRB245 have a m2m simcard with perfect conectivity.

So I have some questions:

Q1: How can I debug or see if my TRB245 is receiving the correct information?
Q2: How can I send the information received in my TRB245 to my server?
Q3: How can I get the GPS information on my TRB245 and how to add it to the data send to my server in the same string?

Sorry if my questions seems to be very simple, but in the information published for the TRB245 there is no examples for all the cases.

If someone have any experience doing the same thing, please contact me.

Hello,

I recommend reviewing the following wiki pages, which should help you:

If you have any further questions or require assistance, please don’t hesitate to reach out.

Best regards,

Hello,

I am in a similar situation.

In my case, my TRB245 is receiving data using Over IP, and I have created a Data to server correctly working collection, but I can’t make the connection between both.

Where does Over IP save the input data? Witch value represents this in Data to Server?

Thank you.