SX chip running at 50M talking to a basic stamp
Are there any programs I could look at in SXB and BS2· that has a SX chip running at 50M talking to a basic stamp using the serin and serout commands connected from a port on the SXB to A port on the Basic Stamp 2?
Comments
Check out the “Serial LCD” example in the SX/B help file. It demonstrates serial communication between the SX running at 4Mhz and the BS2. To modify the SX/B code to run at 50Mhz is super easy... just change the “FREQ 4_000_000” statement to “FREQ 50_000_000”!
- Sparks