Question of using multiprogrammer board with RS232 board

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
ke
Posts: 4
Joined: Thu Jan 18, 2007 6:45 pm
Contact:

Question of using multiprogrammer board with RS232 board

Post by ke »

It is known the RC6 and RC7 should be set as transmit bit and receive bit respectively for doing hardware UART function, if I plug the RS232 board into PORTE of multiprogrammer, can I still generate the hardware UART by settting up the RE6 and RE7 instead. Thank you.

User avatar
Steve
Matrix Staff
Posts: 3421
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

No - the pins for the hardware UART are fixed and must be RC6 and RC7 for the 16F87x family (other chips may use different pins).

If you wanted to use porte, you would need to create the UART functionality in software.

Post Reply