Re: Using with VPN
Once again for me, please. Und am liebsten auf deutsch.I want to create a rule which allow a specific app to connect to specific IP-Range.I create a rule and choose "allow" at first for the incoming...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
http://forums.obdev.at/viewtopic.php?f=8&t=7719Hope it helps.
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
Well, that won't do. What I need is source code. C source code of a usbFunctionSetup example. Thanks anyways.
View ArticleJoining a Campaign in Elder Scrolls Online
When you make your character the diversion immediately allots you to one of numerous fights. You will be alloted consistent with your Faction and Campaign populace. When you achieve level 10 you can...
View ArticleRepublic and Empire research GSI and strike on Alderaan
Improvements proceed into the later reports of odd happenings on Alderaan. Creature ambushes have broken out on the planet, and Galactic Solutions Industries and its CEO, Addalar Hyland, have been...
View ArticleRe: Wheres the download of the English version?
I need the English version too. I tried to canibalise an older version of webyep and now I am getting error popups
View ArticleRe: Future of WebYep
@Max is there any news about a newer version for rapidweaver users? can't find news on github yet. thanks a lot! kai
View ArticleRe: Future of WebYep
Hi All the functionality has now been done, which means all the editors are functioning with the updated core system eg redactor integration and upload facility audio upload etc. and now I am creating...
View ArticlePreventing the .scpt extension from appearing in launchbar
Is there a way to prevent the extension ".scpt" from appearing in Launchbar? Every file or app in my home folder appears without extension when invoked in launchbar, except for the scripts. Any idea...
View ArticleRe: Dreamweaver CC webyep Xtension
@ottiGanz kurz - WebYep wird von Max (englisches Forum) weiterentwickel: http://forums.obdev.at/viewtopic.php?f=6&t=8559Er ist schon relativ weit ... drücken wir also die Daumen, daß bald ein neues...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
When you download the v-usb code it comes with an example that demonstrates this in a command prompt. I wrote some code using PID. This is the set up.unsigned usbFunctionSetup(uchar data[8]){...
View ArticleOpen in new Terminal a folder with non english characters
When I want to open a Finder folder, I instant send it to LaunchBar and press Cmd+T. But that doesn't work when the folder (or the path containing it) has non-english characters. For instance, when I...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
Thanks for your post. Could you tell me what is wrong with the following attempt to transfer data from the PC to the device via a control OUT transfer? for(i=0;i<8;i++){ buffer[i]= i; }...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
in your usbFunctionWrite, it seems data[0] is the field bmRequestType of the USB device request sent by the host and not the actual data to be transfered after the data stage transaction. Correct, I'm...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
Thank you. I'm posting a link to the usbconfig.h file:http://www.filedropper.com/usbconfigYou don't need either to register or login. Just press the 'Download this file' button. The uP in the device is...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
no, sorry your USB device descriptor config. Normaaly at the top of the main.c file, shows your Interface Descriptors and endpoints...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
This is usbdrv.c, the driver source (except the assembler part) which I post along with usbdrv.h: http://www.filedropper.com/usbdrvhttp://www.filedropper.com/usbdrv_1At the top of usbdrv.c (first link)...
View ArticleCompress (tar.gz) not working anymore
Compress (zip) works fine but not Compress (tar.gz).Tried sending files to the action, and also triggering the action alone and selecting the file to compress.Both methods immediately make Launchbar...
View ArticleOffline V-USB data processing
A lot of the complexity of V-USB comes from the requirement to do de-stuffing and xoring of the USB datalines in real time. I have been wondering - is this really necessary?V-USB does not process most...
View ArticleRe: usbFunctionSetup and usbFunctionWrite in action?
This is how usbProcessRx ends in my usbdrv.c: }else{ /* not a standard request -- must be vendor or class request */#if USB_CFG_IMPLEMENT_FN_READ || USB_CFG_IMPLEMENT_FN_WRITE...
View Article