I have to update a TCP/IP client over GPRS connection by using the WIP library because my modem is a Fastrack Suprem.
I don’t well understand how to replace “ed_senddata” function by mechanism described in WIP documentation.
Does ed_senddata should be replaced by wip_write function which should write data in a buffer in order to send to the server ?
Could someone help me on this subject or give me some informations about the porting of ed_lib to WIP lib?