I have a program that uses serial communication to a Bluetooth module which I was able to successfully run on Arduino Uno. When I tried doing the same on micro I see nothing on the screen. I am using tera term emulator as my serial monitor.
I came across some information about micro which says use serial1 class, I am not exactly sure what that means or how to use it. My program has serial.print statements in the setup loop as I am asking the user to input the setup values.
I would appreciate any kind of help on this!