Hey Mentors,

I was wondering if there might be any interest in the development of a
hardware interface for sage. For example -- the ability to plug a
microcontroller board (like the TI-Launchpad or Arduino) into a machine
running sage, and be able to import data directly.

For example

>> import mculib
>> import numpy
>> myArray = numpy.array(mcuDataLog("/dev/ttyACM0",5000))

Where mcuDataLog is a method in the mculib library that takes arguments for
the location of the serial device (or non-serial device) and how many data
points to log.

Or even allow some basic programming of MCU's directly through sage?

Any thoughts?

Trevor

-- 
You received this message because you are subscribed to the Google Groups 
"sage-gsoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-gsoc.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to