Hi!
First, I can say that your project involves many things, I cannot describe all features in the forum, and I'm not used with GPRS modems (my modems are base band serial modems...).
Anyway, I would say that in your project you should proceed like this:
1) Configure your FP 2000 module via MAX and ethernet connection;
2) Download an embedded application to your module (build in LabView Real-Time)
3) In your application, you should build a kind of serial port manager, and by the means of serial port you send/receive commands from PC.
The commands from PC can include "Tell me the about the FP 2000 file system ", or "switch on line X", or anything you need.
I think it would be difficult to use Internet exp, because you use IE with TCP/IP, and TCP/IP is over ethernet.
I know that for Windows you can find some wrappers that make you "see" the serial port as an ethernet, but these wrapper do not exist under filed Point, and you shoul build one yourself!!!(and that's not easy).
For example, to browse your files, you should build a VI that searches through your file system, and reports, via serial, the files present in a directory (it's an example....).
About communication between GPRS modems and FP2000, I know nothing. I suppose that these modems accept serial inputs, so you'll have to configure your serial port on FP 2000 with the correct baud rate, parity, and so on..... and you send your data to the modem. The modem will transfer data in its way, no matter on how it does.
To send data to your modem you shoud take a look to some Serial communication examples. What I suggest you, first, is to connect the serial port of FP2000 to a PC, and test communication between PC and FP2000, without modems. Just direct cable connection! If you're able to do this, insertion of modems is the next step, and should be quite easy. If you're not able to make the PC receive strings of data from FP2000, over RS232, adding modems is a further complication, and you won't come out of this mess!
So, what I say, is just build, for now, a simple embedded application for FP2000, that, using RS232, sends data to a PC (you should see data sent with use of Hyper terminal).
To build this application, use
Instrument I/O --> VISA commands (
VISA open,
VISA write, and
Property node should be enough, for now).
Please, let me know if this helps......
Have a nice (programming) day!
graziano