Quantcast
Channel: Objective Development Forums
Browsing all 4524 articles
Browse latest View live
↧

Re: Does usbPoll() get executed before entry to the ISR?

The debounce interval is covered by the code is posted up here: viewtopic.php?f=8&t=8801&sid=166e80c1207f99a9e917f28d23023b3e#p26452It is not necessary to take care of debouncing in the reset...

View Article


Re: Does usbPoll() get executed before entry to the ISR?

Well then next time I'll include a link to the sources Im working with. There is no DeviceDisconnect, DeviceConnect functions in them. Anyway, my concern was with respect to the thread title, and I now...

View Article


Re: Dreamweaver CC webyep Xtension

Hallo Ricardo,ich wollte aktuell in WebYep einsteigen, finde aber nirgends Code zum downloaden bzw. verwertbare Manuals.Ich nutze Dreamweaver CS4, CS6 und CC unter Windows.Kannst Du mir eventuell den...

View Article

Image may be NSFW.
Clik here to view.

usb.h and libusb.

Hi:#include <usb.h>#include <stdio.h>#include <string.h>unsigned short IDVendor=   0x1384;              /*VID must be changed. */unsigned short IDProduct=  0x8888;              /*PID...

View Article

How to block ALL SSH traffic except one IP address

So I'm wondering how I go about blocking all SSH traffic except for one (my work IP) ip address? Right now I have it set to let traffic in after 45 seconds (which blocks most script kiddies) but a few...

View Article


Re: USBaspLoader condition / BVZ55-C3V6

Please take a look at the revised USBaspLoader: https://github.com/baerwolf/USBaspLoaderIn the current testing-branch: https://github.com/baerwolf/USBaspLoader/tree/testingI included some features for...

View Article

Re: USBaspLoader condition / BVZ55-C3V6

cpldcpu wrote:I think for reliable detection of the presence of a USB host you'd have to do this:0) For enumeration1) Wait for reset (long SE0). If reset times out, quit bootloader2) After that, wait...

View Article

Re: Minimal USB implementation

At least with avr-gcc 4.5.3, I think I was able to silence the optimizer warnings by initializing a variable with itself, e.g.char c = c;. Too bad there are so many snags to inlining assembly, as...

View Article


Re: How to block ALL SSH traffic except one IP address

As the general case, you can make rules of the formDeny any connectionAllow specific connection 1Allow specific connection 2because narrowly-defined rules have precedence over more general ones.I hope...

View Article


Re: USBaspLoader condition / BVZ55-C3V6

Oh, I agree, that could work. You'd need to activate the pull-up resistors because otherwise the zener diodes may pull the inputs low.

View Article

Image may be NSFW.
Clik here to view.

Re: Minimal USB implementation

That looks like something that would break arbitrarily with new compiler versions

View Article

Re: How to block ALL SSH traffic except one IP address

That makes perfect sense, thanks for your reply.

View Article

Agent Quitting Unexpectedly

When I wake my iMac, the Little Snitch Agent sometimes quits unexpectedly. I do have the console page that goes to Apple

View Article


Where do the requirements for CPU clock accuracy come from?

I am wondering about the reasoning behind the clock accuracy requirements of V-USB. After all, the USB specification itself is much more relaxed:High speed data is clocked at 480.00Mb/s with a data...

View Article

FEATURE: Deny for N number of seconds.

The smallest increment of time i can deny some connection is 15 minutes. Often I want to block one website from connecting to some third party, but within a few minutes afterward i want to allow a...

View Article


Browse into other contact information

Hi,Anybody have a tip as to how to use LB to browse into a contact and see all the fields without having to open Contacts.app?I use the spouse/child/parents fields all the time and would love for that...

View Article

Re: Little Snitch behaviour

Still having this issue on the latest nightly (Version 3.3.1 nightly (4071))

View Article


Re: Little Snitch behaviour

I am still having this same issue, as well as an error that says the daemon has quit and it crashes the preferences or rules window that is open.

View Article

usbFunctionSetup and usbFunctionWrite in action?

Hi: Any example of a usbFunctionSetup and usbFunctionWrite in action? Of course they are for the user to write them, but has some user tried to transfer data to the device via a control output transfer...

View Article

Re: Firefox connecting to my ip on startup?

Nobody out there who would like to explain this? I'm still looking for an answer. Thanks in advance

View Article
Browsing all 4524 articles
Browse latest View live