Im planning to use a DS18B20 (Digital Output) into my sbRIO's FPGA. When programming in C, I'll need a baud rate of 9600 for arduino. How do I set up the serial read in FPGA?
The flow that i managed to understand is as follow:
1) Get 8 bits (each bit is 9600Hz)
2) Transfer these 8 bits each into 8 bytes with certain delay between them
3) I'll just have to read the [7] and [6] byte.