Picaxe18X communication

i am using a picaxe 18X. i was wondering if it is possible to send a variable say range through a wire to an ATMEGA8535. i dont mind if i can send a number like 1 for range of 1-10 and 2 for a range of 11-20. any thing along this line would be helpful. any ideas please post as it is for a project which is due in soon.
 

ylp88

Senior Member
If you can program the Atmel chip to receive asynchronous data, then you should be able to use the PICAXE's SEROUT command to send a "range token" (using the "1" represents the range 0-9, "2" represents 10-19"... and so on) to the Atmel chip via a single wire. Remember that the grounds of the two chips should also be connected.

<b><i>ylp88 </b> </i>
 
Top