Page 1 of 1

16f737 UART

Posted: Tue Mar 20, 2007 5:03 pm
by crsglv
Hi,
i am quite new to PIC programming :oops:
i want to transmit asynchronous data using the PIC16F737 with C code.
Can any one suggest ways of how this can be done please?
thanks in advance
crsglv

Posted: Wed Mar 21, 2007 2:11 pm
by Benj
Check out the 3D camera controller project at

http://www.ben-rowland.co.uk/CCTV.htm

It uses the UART in asynchronous mode and all of the code is developed in C. It all uses the IAR c compiler so you may have to port the code across to your own compiler.