We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi everybody! I'm a new user for the board MCB 2130(LPC2138) . My aim is to send and recieve a file (*.txt or maybe *.doc) for my computer and process the characters inside that file. I'm using Hyperterminal software for serial interface at my PC side, and I'm able to send and recieve characters. Hyperterminal has the ability of sending file from the PC but my question is; What should I do at the board's side? Which registers will I use? what is the procedure and coding? Is there any document about this topic? (User manuel didn't mention about it) If you help me I would be very glad, thanks.
"I'm a new user for the board MCB 2130(LPC2138)"
That's ARM-based, so you need to select "ARM" in the 'MCU (Architecture)' drop-down list.
"process the characters inside that file."
In what way do you want to "process" them?!
"(User manuel didn't mention about it)"
Clearly, the user manual can't give details of every single application that could possibly use the board!
However, the documentation & sample code will show you how to send & receive characters over the serial port - it's then up to you to determine how you will process those characters.
For information on file formats, see: http://www.wotsit.org/
Thank you for your reply, I have found that my serial port at my PC does not working correctly. Firstly I will check it.