Welcome to the user wiki for MELabs PICBASIC Compiler.
Where posts are made in the forum that contain useful code examples or other information, community members can promote them to the WIKI area to preserve them in this managed, indexed area.
Content on this site is submitted by users and is used at your own risk.
Hserout questions
Hi All
andybarrett1 Today, 11:34Attempting to get some serial communication working with a 16f628 (4Meg Xtal) My defines are as below :-
DEFINE OSC 4
DEFINE HSER_TXSTA 24h
DEFINE HSER_RCSTA 90h
DEFINE HSER_BAUD...