Discussion in "GSM and CDMA Discussion" started by    ravi23ganiga    May 22, 2014.
Thu May 22 2014, 02:50 pm
#1
I am using `Telit modem GL 868 Dual V3`. AT command `AT#SCFG` has 2 parameters- packet size to be used and data sending time-out for `TCP`. Is there any AT command which specifies that if any delimiter string is found, then that data will be sent on `TCP` ignoring the packet size and time-out?
Fri May 23 2014, 11:36 am
#2
SCFG only used to set parameters of socket, where probably you can specify maximum possible size of your data. I suggest it to keep highest number. But the actual command for sending data #SSEND uses delimiter ctrl-z to send data and esc to cancel sending data. If you are using binary format to send data then its advisable to use #SSENDEXT.
Mon May 26 2014, 10:40 am
#3
Thanks for your reply.
But I am connecting my modem to the remote server in online mode connection and not in command mode connection. Hence, I do not use AT#SSEND to send data.
This parameter is set using AT#SD command. When I send any data on the serial port of the modem, it is sent over TCP by the modem according to the socket parameters set through AT#SCFG (number of bytes received on serial or Time-out). I want that if any particular delimiter string is received on the serial port, then the data will be sent over TCP ignoring the parameters set by AT#SCFG.
Thu May 29 2014, 10:08 am
#4
In transparent mode, it will not be possible as I see it. You either have to go with SSEND approach or stick with the limitation of online mode.

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

ChrisLub
Tue Apr 23 2024, 05:21 pm
Davidbab
Tue Apr 23 2024, 10:41 am
Richardrit
Tue Apr 23 2024, 09:54 am
HenryLaf
Mon Apr 22 2024, 03:50 pm
bleradrar
Mon Apr 22 2024, 06:38 am
ppu-pro_ka
Sun Apr 21 2024, 07:39 pm
Infewow
Sun Apr 21 2024, 06:30 pm
HumanTak
Sun Apr 21 2024, 12:26 pm