16f737 UART

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
crsglv
Posts: 1
Joined: Sat Mar 10, 2007 8:12 am

16f737 UART

Post 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

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post 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.

Post Reply