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

Image may be NSFW.
Clik here to view.

Re: v-usb vs rs232 transfer rate

This project should become an example on and for tinyUSBboard ("http://matrixstorm.com/avr/tinyusbboard/").Because this board provides 16 MHz the "oscilloscope" samples in "running mode" with maximum...

View Article


VUSB @ 11.0592 MHz

Hello,I am developing a flexible AVR platform for a variety of uses. My device runs at 3.3V and communicates via UART with other devices at a high baud rates. I have selected 11.0592 MHz as a CPU...

View Article


Image may be NSFW.
Clik here to view.

Re: v-usb vs rs232 transfer rate

vouvoume wrote:This project should become an example on and for tinyUSBboard ("http://matrixstorm.com/avr/tinyusbboard/").Because this board provides 16 MHz the "oscilloscope" samples in "running mode"...

View Article

close ports on the fly?

Hi!Does Little Snitch allow the user to close unwanted TCP connections on the fly, and kill the process that opened the ports?I'm looking for functionality like what this app does, but for...

View Article

Re: v-usb vs rs232 transfer rate

A special command sends the bufferstate from micro to host.Then the host can estimate waittimes to poll the micro.Basically there is no other way. Even interrupt endpoints are polled by the host.Best...

View Article


Image may be NSFW.
Clik here to view.

Menüpunkt vom Untermenüpunkt fehlt ID/Inhalt

Hallo allerseits.Ich habe auf einer homepage das wepyep-Menü mit eingebaut und dieses mit Inhalt gefüllt. Ich habe mehrer Hauptmenüpunkte und einen Hauptmenüpunkt mit 2 Untermenüpunkten angelegt....

View Article

There how to block all connections (inbound and outbound)?

Hello,There how to block all connections (inbound and outbound) quickly? I'm using version 3.1. I want, when I left the computer, any connection is blocked. Normally I do this when I go to sleep and...

View Article

Re: netbiosd 192.168.1.255 on port 137

Done. Thanks macbook user !

View Article


Re: Send Integer to PC with usbMsgPtr

Hey,as far as I know both AVR-gcc and gcc on windows use little ebdian. Besides that I also bit shifted the numbers in another way so that it should resemble endianness conversion.How do I really send...

View Article


Re: Send Integer to PC with usbMsgPtr

For example you could do this. Remember: "setupData" needs to be at least 8 bytes.On the host side you again could decode the single bytes together to an int. usbMsgPtr = (usbMsgPtr_t)setupData; switch...

View Article

Re: Send Integer to PC with usbMsgPtr

But that was what I was doing at first.In my very first post:  int temp = 255;t_char[2] = {0};t_char[0] = (temp >> 8) & 0xff;t_char[1] = (temp) & 0xff;usbMsgPtr = t_char;return...

View Article

Re: Send Integer to PC with usbMsgPtr

Remember: "setupData" needs to be at least 8 bytes.At host end of course you need to do:int result = ((int)buffer[3]<<8) | ((int)buffer[2]);printf("%i\n",result);So long

View Article

Image may be NSFW.
Clik here to view.

Re: Saving the clipboard history entries

Have been away from this list for a while and just noticed your reply yesterday. Note what you say. Have been trying some AppleScript with GUI scripting but not getting anywhere

View Article


How to hide an App from network monitor

Hi,I'm trying Little Snitch after using HO, but can't find one of the basic options on network monitor - ignoring\hiding specific app.I'd really appreciate your help, and also if you have other tips on...

View Article

Image may be NSFW.
Clik here to view.

Feature Request - Wildcard in Application path

Hi,first of all, thank you for Little Snitch There is one feature which would be great for people using Blizzard's games: Wildcard in applications paths. The Blizzard Updater and Agent process gets a...

View Article


Re: Not one question about quicklookconfig making net reques

bump

View Article

buy swtor credits

The poor performance of the "Star Wars: The Old Republic" is considered to be the main cause of the rapid decline in EA results, the game EA consumed a lot of financial and human resources, but did not...

View Article


Option: Block domain or domain’s ip-addresses

On thing i really miss in LittleSnitch is an option to decide, wether a domain should be blocked or all of its ip-addresses.For example, when i block some of these evil advertising-tracking-servers via...

View Article

Installed Little Snitch, After Reboot - Cannot Login

My work computer (OSX 10.8.5) requires a Network Login. It is bound to an Active Directory server.I installed Little Snitch and was prompted to reboot. After reboot the network accounts light never...

View Article

Re: Installed Little Snitch, After Reboot - Cannot Login

Sorry. A little more information. This was the latest download of little snitch 2.5.4 (which is what my license is for) Virtually the only other things installed on this mac are Office and Dropbox....

View Article
Browsing all 4524 articles
Browse latest View live