I have an ESP32 that can pair with my iPhone and output notifications (text message received, call missed, etc.) to the serial monitor in the Arduino IDE. I would like to be able to send this same serial data to my Windows machine such that a small notification appears in the corner of the screen.
Here is someone who has done what I am describing, but the OS appears to be linux.
I'm not a coder. I've searched for out of the box solutions and have not yet found one. I assume any app that can receive serial data over USB and output that data in the form of a notification in Windows would suffice.
I wonder whether this holds some promise for those who are competent coders and can build their own solution.