I can log in but not edit
I saw a couple other posts about this, where they solved the problem by changing hosts--I need this solved quickly, and can't move to another host that fast. There is no javascript on the page. A few...
View ArticleUpdate Hangs
I have tried a couple of times to run the updater to 3.1 but it keeps hanging at "Update Boot Caches".Is there anything I can do about this?Thanks
View Articlev-usb vs rs232 transfer rate
is transfering some data from microcontroler to computer using v-usb faster than rs232 at maximum baudrate
View ArticleRe: Will not index 1Password
Love the software, but this support forum so far is only slightly more helpful, I suspect, than if I walked outside and began shouting for someone to give me a hand.
View ArticleRe: Will not index 1Password
I think the first paragraph of this post addresses your issue with support:Forum Rules & Guidelines
View Articlenetbiosd 192.168.1.255 on port 137
At login a got this message: netbiosd tried to establish a connection to 192.168.1.255 on port 137 (netbios-ns). The request was denied automatically during login. Right now this process is in the...
View ArticleRe: Send Integer to PC with usbMsgPtr
I know haha Okay, could you provide me with some functioning code?I now did this:Â Â Â Â case USB_GET_TEMP:Â Â Â Â Â Â {Â Â Â Â Â Â Â Â usbMsgPtr = temp;Â Â Â Â Â Â Â Â return sizeof(temp);Â Â Â Â Â Â }But how do I...
View ArticleReminders and Fantastical
This is a bit obvious, but the integration of Reminders and Fantastical through Launchbar is gorgeous. What follow is an example.It sounds lengthy, but takes seconds, and has lots of visual...
View Articletrouble getting started with VUSB in the host side
hi everyone. I am new at the micro controller and i want to communicate with my device and PC. well i've figured out the device side, but i'm having trouble with the PC side with all the drivers...
View ArticleRe: trouble getting started with VUSB in the host side
HiTinyUSBboard (http://matrixstorm.com/avr/tinyusbboard/) is an example V-USB board.Its project page has many examples and one of them is a template for interacting with a computer via USB.This...
View ArticleRe: Send Integer to PC with usbMsgPtr
Hi.Your AVR has an "other understanding" of integer, than your host.One thing is the endianness (http://en.wikipedia.org/wiki/Endianness).Your AVR is BIG endian - your PC little endian.Also your AVR...
View Articleusing Launchbar's clipboard in Parallels
I am able to use command-v to paste items off the clipboard into parallels, but I am not able to select an item from the Launchbar clipboards and paste it, I get |v pasted instead (or just v depending...
View ArticleWhere is clipboard history stored?
Where in the file system is clipboard history stored? I'm asking because I would like to make sure it is in my backup files. Thanks.
View ArticleRe: v-usb vs rs232 transfer rate
vouvoume wrote:No, I do not think so.Most of the advantages of V-USB is cheaper and (since RS232 dies as a default interface on common computers) better supported (thanks to USB) of interconnection...
View ArticleRe: netbiosd 192.168.1.255 on port 137
NetBIOS is a protocol that Windows computers use to find the name of other computers and printers. Netbiosd is the MAC's program to do the same thing. The address .255 is the broadcast IP for your...
View ArticleRe: v-usb vs rs232 transfer rate
and how about this topicviewtopic.php?f=8&t=3059where people states that they got 24kB/sand is avr309 better than v-usb
View ArticleRe: v-usb vs rs232 transfer rate
I think over 10k is very unlikely....(Esp. since my 9.3kBps are achieved by doing nothing else in the micro. and activating the large-code VUSB with faster code: "USB_USE_FAST_CRC")There might be some...
View ArticleRe: v-usb vs rs232 transfer rate
One more question. You say that you are working on osciloscope project. What is the max frequency of measured signal which you can show correct graphically?
View Article