3C : RS232 Parity (2)

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
User avatar
Dan81
Valued Contributor
Valued Contributor
Posts: 268
Joined: Sun Jan 15, 2006 4:07 pm
Location: Albi France
Been thanked: 60 times
Contact:

3C : RS232 Parity (2)

Post by Dan81 »

Files for parity = Odd


Daniel
Attachments
Parity_Odd.fcc
customized component macro file
(22.38 KiB) Downloaded 531 times
Receive_Odd.fcf
for example
(32.6 KiB) Downloaded 524 times
Send_Odd.fcf
for example
(29.04 KiB) Downloaded 516 times

msi windservice
Posts: 2
Joined: Fri Sep 13, 2013 5:21 pm
Contact:

Re: 3C : RS232 Parity (2)

Post by msi windservice »

Hi,

can you give more details how to use the 3 files
I am trying to communicate to a machine with this protocol baud= 4800, 8 bits, odd parity and 1 stop bits.

standard flowcode does not have this function.

thanks in advance

angleblue63
Posts: 3
Joined: Tue Dec 17, 2013 12:42 pm
Contact:

Re: 3C : RS232 Parity (2)

Post by angleblue63 »

Arduino’s are microcontroller development boards that use AVR processors.
Several different versions are available using a range of devices.
The strange names held by some of them is due to the fact they are of Italian design.
The boards and are open source, and clones are also available.

Post Reply