Ha. RIght, that was a made-up example. I don't know of any library like that -- of course, there's pySerial -- but that's not exactly what I am proposing.
Trevor On Sat, Mar 1, 2014 at 1:29 PM, William Stein <[email protected]> wrote: > On Sat, Mar 1, 2014 at 10:53 AM, Trevor Tomesh <[email protected]> wrote: > > Hi Robert, > > I was unaware of its existence. My bad! > > > > On Sat, Mar 1, 2014 at 11:57 AM, Robert Bradshaw <[email protected]> > wrote: > >> What more were you envisioning than importing mculib (which already > >> works)? > > OK this is getting ridiculous. I think Trevor made up the library > "mculib" to illustrate his project id, but there's no such Python > package [1]. His example code doesn't work at all anywhere and isn't > supposed to. Robert assumed the example code worked and library > exists, and now Trevor seems to think it does as well as a result. > Somehow this reminds me of bitcoin valuation. > > [1] > https://pypi.python.org/pypi?%3Aaction=search&term=mculib&submit=search > > >> > >> On Fri, Feb 28, 2014 at 12:34 PM, Trevor Tomesh <[email protected]> > >> wrote: > >> > 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. > >> > >> -- > >> 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. > > > > > > -- > > 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. > > > > -- > William Stein > Professor of Mathematics > University of Washington > http://wstein.org > > -- > 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. > -- 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.
