I am sending messages from PC's com port, Each string is of 255 char, My 8051 system should recieve it and store it in external memory with some message serial numbers.for example say msg 01, msg 02 and so on..
And from PC I should be able to upload any required string by refering the string number along with command. Example upload msg50.
I am using Windows Hyper Terminal
2006-08-12
03:56:16
·
2 answers
·
asked by
Sohail S
1
in
Computers & Internet
➔ Programming & Design
(code can be assembly or C )I am sending messages from PC's com port, Each string is of 255 char, My 8051 system should recieve it and store it in external memory with some message serial numbers.for example say msg 01, msg 02 and so on..
And from PC I should be able to upload any required string by refering the string number along with command. Example upload msg50.
I am using Windows Hyper Terminal
2006-08-14
02:34:41 ·
update #1