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 ArticleVUSB @ 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 ArticleRe: 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 Articleclose 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 ArticleRe: 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 ArticleMenü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 ArticleThere 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleHow 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 ArticleFeature 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 Articlebuy 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 ArticleOption: 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 ArticleInstalled 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 ArticleRe: 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