Re: Sometimes it does ... sometimes it doesn't
Your modifications are a good place to start. Does the stock firmware work? Is your hardware any different? What clock source are you using?
View ArticleRe: WebYep site hacked (sort of…)
Hello Eelco and Max…Realize this is an older post but I was just working on a site where I wanted to restrict specific file types and came here for help. I found the following Stack Overflow post which...
View ArticleRe: Sometimes it does ... sometimes it doesn't
I've tried with stock 'Automator' code, stripped down to essentials, removed all the events and polling with the exception of the usbPoll(); loop ... and still get pretty much the same result .....
View ArticleusbHidReportDescriptor work under Linux or Windows, not both
I'm making a combo device (keyboard & mouse).This usbHidReportDescriptor works under Windows, but under Linux everything works except the left mouse button click (it does a right mouse button...
View ArticleRe: ClipMerge not working on Mavericks?
Hey all.Just chiming in to say ClipMerge is working for me in LaunchBar v5.6.2 (1020) on Mavericks 10.9.1. I downloaded a fresh of the app version form the Obdev website (didn't do the update through...
View ArticleSolved
Sorted.At some point I had uncommented the line:// #define USB_INTR_CFG MCUCRin usbconfig.h ... which caused it to work erratically ... for reasons not totally clear to me ... I think I did that while...
View ArticleRe: usbHidReportDescriptor work under Linux or Windows, not
I changed the usbHidReporterDescriptor to the following and that works!const PROGMEM char usbHidReportDescriptor[89] = { //830x05, 0x01, //...
View ArticleRe: Left mouse button click not working under Linux (Debian)
I changed the usbHidReportDescriptor to the following and that works!const PROGMEM char usbHidReportDescriptor[89] = { //830x05, 0x01, // 52:...
View ArticleRe: WebYep site hacked (sort of…)
OK… Gave the method for defining which file types would be allowed a try but it did not seem to work. Also not sure how to address the data files WebYep is creating as they don't have any file...
View ArticleMinimal USB implementation
To understand how to optimize the memory footprint of V-USB, I created a small ATtiny85 based device that controls a single WS2812 RGB LED via USB. This is very similar to the Blink[1] and other...
View ArticleRe: Minimal USB implementation
Very interesting. Your effort should also be useful to someone learning how USB works hands-on, as it clears away all but the essentials.I've noticed that calling assembly routines frustrates the C...
View ArticleRe: Node via Terminal wants to accept an incoming connection
Node via Terminal most likely refers to "node.js" (http://nodejs.org/) running in a Terminal.app window.This is (effectively) a web server similar to apache httpd with php, but which runs server-side...
View ArticleRe: ATMEGA32 minimum system board MCU AVR Development Board
Hi everybody.I do not know how good google-translate will work.But at least for all Germans speaking people: There is a very rich thread about the ATmega32 Minimum System Board in the German...
View ArticleFull uninstall
Hi,I uninstall Little Snitch and reinstall it. The problem is it retrieve all my old rules.How can I don a complete install of binaries and other config files ?LittleSnitch 3.3Core System version:...
View Articlewindow disappeared
the LS monitor window is on the wrong displayso i try to drag it off that display and onto the one in WANTbut it disappeared at the edge of the first display and now i can't get it back.???
View ArticleRe: Loads of errors in the Console since Maverick upgrade
I see these errors as well. Any updates?
View ArticleRe: window disappeared
Just had this problem myself. I was able to see the monitor in Mission Control, but not able to move it around whatsoever. When returning to the desktop from Mission Control, I could see that the...
View ArticleRe: Full uninstall
The uninstaller has an option to also remove rules and settings. There's also a menu item on the rules screen, Rules > Restore Factory Defaults.
View Article