Hi,
I’m trying to send a specific message to my FMC920 from an ESP32 via bluetooth, but I can’t find a way to do it and have the server receive it.
Both devices are now paired and working, I can send configuration messages and get a response from the FMC920. Some examples of the commands I’m sending are:
:cfg_info:?
.imei
:cfg_getcfg:
Those messages always get the correct response, but my problem is that I want to send a custom message to the FMC920 so that it delivers that message to the server it’s pointing to.
Every time the server receives a new message I get the same information no matter what, and it has to do with some device settings and GPS parameters.
What I want to do is send a card number scanned with an RFID reader to the FMC920 so that it gets to my server.
I think this should be possible, but I don’t know if it has to be sent with a specific command, if it has something to do with the configurator application or if everything is fine and it’s a server-side problem.
Thanks in advance!