Page 1 of 1

Serial data transfer

Posted: Thu Apr 04, 2013 3:19 am
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.

Re: Serial data transfer

Posted: Thu Apr 04, 2013 11:52 am
by Benj
Hello,

I've made some changes and it's working now.

Re: Serial data transfer

Posted: Thu Apr 04, 2013 10:17 pm
by kalim007
Thank you!!