Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Posted by @dhylands
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
WooHoo. I just got my espruino in the mail.
If you use linux, then you may be interested in the program I wrote recently.
I originally wrote it for connecting to my Teensy 3.1, and then the STM4DISCOVERY and it also works with the espruino.
If you only have a single usb-serial device, then it will automatically connect (assumes that you either have your udev rules setup properly or run the script as root).
If you have more than one device, you can use the vendor name or serial number number to distinguish devices. When you reset your board usb-ser-mon will detect that and automatically reconnect when it comes back.
I wrote little blog entry about it here (and realized I forgot to include information about the udev stuff, so I'll post another entry soon): http://dhylands.blogspot.ca/2014/01/usb-serial-monitor.html
usb-ser-mon.py can be found here: https://github.com/dhylands/usb-ser-mon (it requires pyudev 0.16 or newer)