Hi Ivan, I have a project called Clodiuno which allows you to control an Arduino board using either serial or TCP/IP protocol, that may give you a head start,
http://github.com/nakkaya/clodiuno/blob/master/src/clodiuno/firmata.clj http://nakkaya.com/clodiuno.html Regards... -- Nurullah Akkaya http://nakkaya.com On Tue, Sep 21, 2010 at 6:17 AM, Ivan Willig <[email protected]> wrote: > I list, i am trying to connect to a USB GSM Modem with clojure. Basically, i > want to open a serial connection to my modem and be able to pass commands to > it. ( I think I am new to this whole modem thing). I know I can do this in > Java, but wanted to check if someone had a working solutions in Clojure. > I am looking similar to > this http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/14d33b36279fe104/b7d0caa5540b0281?#b7d0caa5540b0281 > I have google around and not really found anything. Does anyone have any > suggestions? > Thanks > Ivan Willig > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
