we have a client software deployed worldwide which is using analog phone lines and 56K Modems to connect to a backend software for uploading data (the backend servers have multiple analog modem cards). It is a closed system and we implemented our own protocol, no TCP/IP support yet.
As some of our clients don't have analog lines anylonger, we are evaluating the option of attaching 3G USB Modems to the client notebooks and use the cellular network to connect the existing client software with the backend.
Is this possible at all to connect from a 3G USB Modem to a 56k modem? (I read about GSM CSD, but it looks like it is not available in Germany).
When I'm using Hyperterminal with the emulated modem of the 3G USB Stick I can dial only voice calls using the AT command ATD (without the semicolon at the end of the command I get "NO CARRIER"). The problem with the voice call is of course that the client is not trying to establish the "modem handshake noise" and I don't get an "CONNECTED" answer.
Which hardware is required on the server to enable a direct 3G data call from the clients to the server?
I'm aware about the benefits of TCP/IP enabled communication, but it will take some time until we implement this in our client software - so I'd really appreciate any feedback on my questions 1 to 3.