need help to display sensors data on computer

Hello every one,

I want to display sensors reading on my computer, computer will store sensors data also it send text message to cell phone.
And sensor data should be human understandable,
I am using Arduino for collecting reading from sensors and JZ863 RF module for data transmission.

Post the datasheet for the RF module.

Here is User manual for JZ863

JZ863433MMicroPowerWirelessDataModule-09260855536.PDF (399 KB)

http://lmgtfy.com/?q=arduino+JZ863

There are a lot of ways you can tackle this. First would you like for the computer to send the text because its doing something to the data? I like a couple of applications for these jobs. First is advanced HMI its a cool little app that allows you to make an HMI to communicate on the MODBUS protocol and its built in Microsoft visual studio so it allows you to code at the computer end you can do whatever you can learn to do. I use it to display info from multiple arduinos on a windows computer. Second is pushover its an api that allows you to send push messages to any type of device they can be what ever you want to send text or numbers but its not a SMS text. Also there is temboo check it out in your profile section here. There are lots of cool apis on there that you may enjoy a couple of them send SMS text messages.

mukeshmalhi:
and JZ863 RF module for data transmission.

What are you using that module to transmit data to?

Do you mean that you are using it to transmit data from the Arduino to the PC?
If so, have you another module attached to your PC? How is it attached and what PC software is controlling it?

If you are NOT using the module to transmit data to the PC then just use the regular USB cable to transmit the data from the Arduino to the PC.

...R