Hi,
I've written a small program in Python that sends serial data out of my PC.
Now I'm wondering which would be better to use, SERIN2 or HSERIN?
I am just going to be sending bytes out, one at a time. Not a lot of data at first. Just to do things initially like turn on a LED connected to my pic.
(My Pyhton program can send data as a string, so I'm wondering what to send out that can be read by the PIC)
Thanks for any advice.
Tony