That should be very doable. Get a copy of the Arduino Cookbook and read it from cover to cover. As you are going through it try some of the examples. Several will be very close to what you want to do.
Find some libraries for that part and try the example code.
actually it is for a project. so if any one work with this adc can share sample code and connection details so that I can compare with my connections.(The thing is I am facing some issues after hardware connection)
Apparently you did not look very hard. This is the first thing that came up when I looked for a library. To use the AD7367 with Arduino, you can use the "AD7367" library by Rob Tillaart, which is available on GitHub
I recommend you spend some time working with the cookbook and learn the basics of what you are asking.
Spend some time with the cookbook and do a few tutorials. Also post an annotated schematic showing exactly how you have wired it. Be sure to show all connections, power, ground, power sources etc. Also post a link to the technical information on each of the hardware devices.
exactly.. the thing is I made the hardware set up ...and I tried the example code.. but some issue happens.. I want to know anyone work with the adc previously..so that i can check the connection and debug the issue..
Please note that the library mentioned has a develop branch on GitHub.
The develop branch has functions to support all lines mentioned in the SERIAL INTERFACE in the image of post 7 + control over REFSEL and the RANGE pins below/right.