How can I retrieve data stored using MIDP's RMS? I would like to collect some data in the handset and then be able to process it in the PC's application.
If I can't do it using RMS, is there a way to store data in text files using MIDP?
You can programmatically retrieve data from RMS and send it to server with a network call, and thus to a PC application. Some handsets implement the JSR 75 (javax.microedition.io.file) for file system access, not all. You can use it to read and write text files. However I think sending the data over a HTTP connection is the easiest way to do this.