Gps103 command

Anton Tananaev2 years ago

No, that's complete nonsense. Sorry, but I'm giving up. I see that you haven't done any research.

Arturo Negreiros2 years ago

Sorry sir, but I've been researching for devices communications and i don't realize how the server once is connected with the device in my case is the Coban in the port 5001 but i can't found the way to send a command for example: disable alarm, fuel alert only that

Anton Tananaev2 years ago

The server needs to send them. You can't send them externally. You can tell the server to send those commands using the API.

Arturo Negreiros2 years ago

To be quick with my question, my coban use gps103 and with sms was linked to my server in the port 5001 ok, well if i desire to disable alarms i would use thise payload **,imei:868166051864296,112 in hexadecimal would be 2a2a2c696d65693a3836383136363035313836343239362c313132, how is the method or to the server with Java or Python can make the server send this command to coban disable alarm ????

thericardovega2 years ago

Arturo
There are 2 protocols in coban equipment
try sending this by sms
protocol123456 18 in
protocol123456 18 out
also try instead of number put letter
Example:
Arm: L
Disarm: M
Stop: J
Reset: K

Example: **,imei:868166051864296,L

After a long time, i've been trying to send commands, i have a coban gps103 connected to my server, i use the manual to indicate the "LOAD" when the coban wait for the login and the "ON" when the coban is waiting to indicate stilll alive, but i'm trying to send the command as in the manual say but the coban doesn't anything even i sent the command in hexadecimal **,imei:868166051864296,M 2a2a2c696d65693a3836383136363035313836343239362c4d

root@ubuntu-s-1vcpu-2gb-sfo3-01:~# nc -nlvp 5001
Listening on 0.0.0.0 5001
Connection received on 190.63.126.32 7488
##,imei:868166051864296,A;LOAD
868166051864296;ON

**,imei:868166051864296,M
868166051864296;ON
2a2a2c696d65693a3836383136363035313836343239362c4d
868166051864296;ON

I don't know if i'm doing something wrong.

After a long time, i've been trying to send commands, i have a coban gps103 connected to my server, i use the manual to indicate the "LOAD" when the coban wait for the login and the "ON" when the coban is waiting to indicate stilll alive, but i'm trying to send the command as in the manual say but the coban doesn't anything even i sent the command in hexadecimal **,imei:868166051864296,M 2a2a2c696d65693a3836383136363035313836343239362c4d

root@ubuntu-s-1vcpu-2gb-sfo3-01:~# nc -nlvp 5001
Listening on 0.0.0.0 5001
Connection received on 190.63.126.32 7488
##,imei:868166051864296,A;LOAD
868166051864296;ON

**,imei:868166051864296,M
868166051864296;ON
2a2a2c696d65693a3836383136363035313836343239362c4d
868166051864296;ON

how the command it's send ?

Ferreira6 months ago

OK.
I will also create 2 new protocols and documentation to do everything together if possible.
Thanks.