This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I want to do some Lame Multiprocessing.....

I am doing a project and in that project i am using one MAX232 but with multiple Microcontrollers i know that i cannot use RS-232 to multiple Microcontrollers but i am using MAX232 to convert the RS-232's 23V to TTL (5V) and so as the RS232 is converted to TTL so i think that it will work for multiple Microcontrollers (am i right?) well this is my stratigy ...

but my main task is that i want to send a HexaDecimal no through the Serial port so that the approriate Microcontroller will responce .... so i have coded some code but as i cant see the value came into SBUF in keil so could any one help me ?

Parents
  • Well sir all of your replies are very helpfull to me but my problem is that i am unable to find the approriate C code for multiprocessor so that i thought that i can use the 8-bit Hexadecimal code such as

    int id=0x01;
    

    and whenever all the Microcontroller will get the byte sended from the Computer then only the Microcontroller whose id will be same as the byte recived then that Microcontroller will response ... (that's why i have subjected the Thread as "Lame Multiproccesing") because i am unawair of that 8051's 9-bit mode....

    well thanks for all your comments but i think that i need the good link for 9-bit C code BADLY.

Reply
  • Well sir all of your replies are very helpfull to me but my problem is that i am unable to find the approriate C code for multiprocessor so that i thought that i can use the 8-bit Hexadecimal code such as

    int id=0x01;
    

    and whenever all the Microcontroller will get the byte sended from the Computer then only the Microcontroller whose id will be same as the byte recived then that Microcontroller will response ... (that's why i have subjected the Thread as "Lame Multiproccesing") because i am unawair of that 8051's 9-bit mode....

    well thanks for all your comments but i think that i need the good link for 9-bit C code BADLY.

Children