Shop OBEX P1 Docs P2 Docs Learn Events
Datalogger (#27937) object using SPI mode — Parallax Forums

Datalogger (#27937) object using SPI mode

Peter VerkaikPeter Verkaik Posts: 3,956
edited 2007-12-24 23:12 in Propeller 1
Attached are a Datalogger object and test program for the spin stamp.
I think I captured all the datalogger output correctly, especially the
unsollicited messages that may interfere with requested responses.
The picture shows the debug output for the test program.
To run this on a protoboard, change the clocksettings to
· _clkmode = xtal1+pll16x
· _xinfreq = 5_000_000
and set debugPort to 1

The program uses MultiCogSerialDebug object and Format object,
both are in the object exchange under Tools.

If anyone experiences hangups on the datalogger please let me know.

regards peter
Sign In or Register to comment.