Serial data transfer

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
kalim007
Posts: 67
Joined: Mon Jan 28, 2013 6:00 am
Has thanked: 20 times
Been thanked: 4 times

Serial data transfer

Post by kalim007 »

Hi,
I am trying to build a microcontroller circuit where I want to read a keypad and transmit the data using serial transmission. Also I want to read this data from another board and display the data there. In this process, I have built my first program that is supposed to read keypad and send data serially. I have designed a program in flowcode, can anyone look at it and tell me what's wrong with the program? It is simply not working.

I am attaching the file here.
Attachments
Serial-tx.fcf
(11.5 KiB) Downloaded 267 times

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 data transfer

Post by Benj »

Hello,

I've made some changes and it's working now.
Attachments
Serial-tx.fcf
(11 KiB) Downloaded 284 times

kalim007
Posts: 67
Joined: Mon Jan 28, 2013 6:00 am
Has thanked: 20 times
Been thanked: 4 times

Re: Serial data transfer

Post by kalim007 »

Thank you!!

Post Reply