i want to connect winform with arduino via Bluetooth
1. My project is Sense temperature in arduino using mlxmlx90614 sensor
2. Am using HC-05 Bluetooth to send data to winform by command "read"
3. Parameter has 2 values which i sending to winform "Farenheit,Celcius"
4. once data received i will send data to cload using api which i completed api par & backend part
Now i need support in sending and receiving data from winform to arduino via hc-05.
i tried but data not receiving.
Thanks in advance