Welcome to our site! EDAboard.com is an international Electronic Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Can somebody help me to write a C program(PIC16F877) for transmitting three 8 bit data via a 4 bit wireless transmitter module to be read by the reciever module to a pc thru rs232 connection.
Send 4 bit data twice on two variables, in your receiving program rotate left ( A = A << 4) first variable then OR with the second variable (A |= B),
A now contains the original 8 bit data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.