RS232 Port: Hardware or software?

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
I_AM_THE_NRA
Posts: 4
Joined: Tue Nov 04, 2008 2:29 am

RS232 Port: Hardware or software?

Post by I_AM_THE_NRA »

Is the RS232 communication used in Flowcode a matter of the different PICs used or does it reside completely in Flowcode? In other words, Can one program just about any PIC chip and enable the Flowcode RS232 or Is it that the specific PIC chip somehow has to support RS232 communication? If it's dependent on the chip, Is there a list? Also, is there a simple interface circuit that shows how to connect the PIC chip to the RS232 driver chip? Thanks to any and all for your help, Regards, Gil.

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: RS232 Port: Hardware or software?

Post by Benj »

Hello Gil

At the moment Flowcode requires that the target chip has a hardware Universal Synchronous Asynchronous Receiver Transmitter or USART for short.

Here is a list of 16F devices with the peripherals shown.
http://www.microchip.com/ParamChartSear ... &pageId=74

And here are the 18F devices.
http://www.microchip.com/ParamChartSear ... &pageId=74

Post Reply