I have a temperature sensor which provides output over RS485. However it's not Modbus, its ASCII over RS 485.
I want my Arduino Mega to read data from the sensor.
The sensor works perfectly when I send commands on terminal program. e.g when I send a command ?T asking for temperature value, it responds by answering !T28 i.e 28 Deg C.
I intend to create a temperature display using Arduino.
Would appreciate any help related to hardware selection & coding!
Would appreciate any help related to hardware selection
You need an RS-485 adapter.
If you need more help, provide more information. Start be supplying a link to that sensor's manual.
Are you sure that you want to use that sensor to get a temperature with one degree resolution? For a few cents you get better sensors that adapt easily with Arduino.
By 485 adapter, do you mean something like this for arduino?
This sensor is not what you see in various arduino examples. It is used in industrial applications for measurement of temperature e.g matals, plastics etc. . My objective is to read temperature value from this sensor using arduino & generate 2 analog outputs from arduino. The manual was too large to attach. I've attached the command structure.