Hi There,
I?ve got at T100MD888 Plc connected to a Fargo Maestro GSM Modem. Communication is one way ? From PLc through Modem-to-modem-to-PC-running-Trilogi server
The PLC dials a predefined modem number and when connected it dumps some of the content of the DM
I use Tri-logis custom function to control the modem. This works fine ? most of the time ?.
As long as I only transfer from DM[1] to DM[200] is works every time, but If I send 1000 variables I often loose the line.
I am not sending it all at once but I packets of 10 the i.e.
Y = 200
For I = 1 to y step 10
put dm [I to I+10] into to A$ as one string
Print#1 A$
Next
I hope this ensures that the serial buffer doesn?t overflow but I am not sure, and I don?t notice if the lines breaks
The problem is I don?t perform any quality control whatsoever. Just dial up ? send data ? clear ram.
So instead of writing from scratch I just want to se if there is some code available already, using Incomm/ Input$ to check the transmission.
Any samples I could have a look at?
Best regards
Peter