How to read the tag using Arduino WiFi Shield?

I have Arduino WiFi shield and LF RFID Reader. Now the thing is, i want to read the tag information via Arduino WiFi shield to my PC ( PC - acts as my server). Can anyone help me to guide me?

Already i have connected my RFID reader via RS 232 to my pc and read the tag information using Hyperterminal. Now i want it to connect it to my arduino WiFi shield and to obtain the tag information to my pc?

Now the thing is, i want to read the tag information via Arduino WiFi shield to my PC

How can you imagine that even being possible? You seem to think that reading and writing are the same thing. The most assuredly are not. You can READ the data from the RFID device, using the Arduino, and you can WRITE the data to a server using the Wifi shield.

If your PC is the server, there is some application on the PC that will be executed when the Arduino wants to tell the PC that is has new data.

Can you please suggest me what can i use as an application on the PC ? As i am new to this platform i dont have any idea.

Multiple cross-posts deleted.

DO NOT CROSS-POST, CROSS-POSTING WASTES TIME

Can you please suggest me what can i use as an application on the PC ?

Have you EVER used a WiFi shield? Do you have any clue how they work?

Paul i m new to this arduino platform. No idea about wifi shield.