I have a functioning code with BluetoothLE. My program requires continuous reading of serial data, and to make it more dependable, i am making it wired instead of wireless.
I do not see such an option with Serial. I searched and found examples by creating a Clock and using the Timer. Since I do not have a definite time and would like to read whatever data comes through the line without worrying about timer boundary, I am at a loss.