I have developed this nice application for synchronizing
data from filed back to the central server. It can use
different means of transport including GPRS. So far all
our clients used QTEK (build in GSM/GPRS) for GPRS and it
works fine. Now one client would like to use Siemens GPRS
terminal that connects to PocketPC trough serial port. App
works fine until terminal looses connection. PocketPC does
not realize that connection is lost and I don't have any
means from to reset connection and force PocketPC to dial
again. I know that there is possibility to use connection
manager API but that would require fer amount of rework.
Is there any way to reset/close connection from within
code so PocketPc can dial again.