serial communication with 16f88

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
saravana_3
Posts: 61
Joined: Thu Dec 20, 2007 4:23 pm
Location: singapore
Contact:

serial communication with 16f88

Post by saravana_3 »

I am new to the pic 16f88 and I want to do the serial communication through the RS232, where I can get the assembly template to start serial communication. any examples please

I am having the ICD2 debugger, but the HP-488-00-03development board is not supporting the RS232 can I use the ICD2 to communicate with RS232 communication

thanks

Saran
saran

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:

Re: serial communication with 16f88

Post by Benj »

Hi Saran

I can provide example C code to drive the UART but have no access to any banks of assembler code. Maybe one of our other customers could help you. It should be fairly easy to program the UART module by following the datasheet. From what I remember it walks you through step by step using assembler commands.

Post Reply