Newsgroups: comp.robotics
Path: brunix!news.Brown.EDU!agate!howland.reston.ans.net!spool.mu.edu!umn.edu!moose.cs.umn.edu!jfischer
From: jfischer@moose.cs.umn.edu (John D. Fischer)
Subject: Re: 6811 SCI
Message-ID: <CGnGtE.KF@news2.cis.umn.edu>
Sender: news@news2.cis.umn.edu (Usenet News Administration)
Nntp-Posting-Host: moose.cs.umn.edu
Organization: University of Minnesota, Twin Cities
References:  <robertj.753312659@sfu.ca>
Date: Wed, 17 Nov 1993 18:56:17 GMT
Lines: 11


You may want to try just putting        
setup_sci	staa #$30      ;set baud rate

or  
BAUD_9600       equ     #$30

I think by just using $30 you actually use the data at $30
instead of the number #$30.

This may be the problem.
