Clicky

ChrisEllsworth.com

The online home of Christopher Chess Ellsworth
Welcome to ChrisEllsworth.com Sign in | Join | Help
in Search

Chris's Development Blog

Tutorials and thoughts on software development.

July 2006 - Posts

  • The Stamp Controller Interface Board and the BS2e

    I was recently working a project that was based on Parallax's industrial Stamp Controller Interface Board and the BASIC Stamp 2. We needed to upgrade the system to use the more robust BS2e microcontroller and were told by Parallax support that this was no problem. We received the new parts and began testing the setup only to find that the line drivers where not supplying enough voltage on logic high (only 1.5v) to trigger the BS2e's input pins (when it had worked fine with the BS2). After talking numerous times with Parallax support we came to the conclusion that there needed to be a pull-up resistor soldered to the boards prototype area. A 5.6k-Ohm resistor between each input pin and +5v seemed to do the trick. While this worked, I was not very happy with the solution. The problem stems from the fact that the BS2 is based on the PIC microcontroller and the BS2e on Ubicom's SX chip. When I asked if they where going to update the board design to resolve this issue, tech support said that they where not because the person who originally designed the board is no longer at Parallax. Read More...
  • Software Flow Control on the BASIC Stamp 2

    Most BASIC Stamp carrier boards include a DB-9 connector for programming the microcontroller and for performing simple debugging. Unfortunately only three pins are actually connected to the DB-9: TX, RX, and ATN (for programming). This severely rules out any possibility for hardware flow control. Last year I needed to communicate with a device that was much faster than the little BS2 microcontroller, and implementing some kind of flow control was the only way to keep from losing bytes. After a decent amount of reading about flow control and RS-232, I came up with the following solution. Read More...

Locations of Visitors

Locations of visitors to this page
©2007 Christopher Chess Ellsworth