English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Let's say that you are going to use serial communications between a PC and the basic stamp. Without holding the stamp in a recieve mode waiting for data, how can the PC write to a buffer for the Basic Stamp to read in when it is ready.

2006-12-27 05:33:52 · 2 answers · asked by Brian S 2 in Computers & Internet Programming & Design

2 answers

You can try to interface a UART to the stamp via I2C. See link part is available from digikey @ $2.80 ea

2006-12-27 06:09:24 · answer #1 · answered by MarkG 7 · 0 0

Not too familiar with a Basic Stamp, but, check to see if the I/O port can be tied to an interrupt. If it can be, then your stamp will do whatever processes you programmed it for, and will only respond to serial communications if an interrupt occurs. You will have to write an interrupt handler routine to handle the serial communications once the interrupt occurs.

2006-12-27 09:29:05 · answer #2 · answered by b g 3 · 0 0

fedest.com, questions and answers