Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SerialUSB fixups. | Marti Bolivar | 2011-05-04 | 1 | -74/+43 |
| | |||||
* | Fixing USBSerial::read(void*, uint32). | Marti Bolivar | 2011-05-04 | 1 | -3/+3 |
| | |||||
* | fixed broken build from usb_serial.cpp | AJM | 2010-12-13 | 1 | -2/+2 |
| | | | | oops | ||||
* | made SerialUSB.read blocking | AJM | 2010-12-13 | 1 | -2/+12 |
| | | | | it should have been blocking before but wasnt. see bug #49 | ||||
* | more sphinx docs | Marti Bolivar | 2010-10-11 | 1 | -0/+2 |
| | |||||
* | wirish reformatted and code-styled | Marti Bolivar | 2010-09-26 | 1 | -17/+24 |
| | |||||
* | last usbserial change... please? | bnewbold | 2010-07-22 | 1 | -3/+12 |
| | |||||
* | added isConnected() to serialusb | bnewbold | 2010-07-22 | 1 | -0/+12 |
| | |||||
* | went with 50ms SerialUSB timeout | bnewbold | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | working serialUSB with timeout | bnewbold | 2010-07-19 | 1 | -5/+38 |
| | | | | | | | | | | | as a temporary workaround for the fact that SerialUSB is often blocking, this crude implementation makes the low-level C usbSendBytes function non-blocking (with a return code of bytes sent) and implements a 2ms timeout in the wirish write() function. also adds begin(), end(), getDTR(), getRTS(), pending(). device is still initialized the old fashioned way during init() so that, eg, autoreset will work. includes a simple multi-test program. | ||||
* | added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for ↵ | AJM | 2010-06-11 | 1 | -1/+2 |
| | | | | | | connection flip flopped back and forth on how much work should be done here. For now its like 5 lines of changes | ||||
* | USB Serial read() fix: | Perry Hung | 2010-06-05 | 1 | -1/+2 |
| | | | | stupid, stupid mistake. | ||||
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 1 | -0/+72 |
-updated examples -removed HardwareUSB -cleaned up a handful of includes |