Has anybody heard anything about 64 bit drivers for Windows and PLEO? All of my machines are Win7 64bit and I cannot do anything via USB since INNOVO has not made available any 64 bit drivers as yet. I would certainly like to try developing for PLEO but without the drivers I cannot even access PLEO.
Thanx,
Lou 
Great informational forum, so now it's time to give something back:
USB win7 Pleo driver: Hooking my Pleo up to my Ubuntu Linux let me connect to it directly without driver through a serial terminal window. Usb info from my Linux computer identifies the usb chip as a cdc acm device, a type used in soft modems (also used in windows for ages). The CDC ACM protecol has serial and mass storage just like the options you had with the old software on xp computers that no longer works in Vista,Win7 etc.
So the question; is there a driver for CDC ACM in WIN7 ? YES!!!
On this site:
https://developer.ridgerun.com/wiki/index.php/How_to_use_USB_CDC_ACM_and_MS_composite_Linux_gadget_driverThere is this .inf file:
http://www.kernel.org/doc/Documentation/usb/linux-cdc-acm.infDon't be fooled by the "Linux" in the file name. It's an generic file that specifies how windows and other OS'es should handle the USB port
So I found my Usb Pleo device in device manager and "have file" updated the driver by pointing to the .inf, which went through after the complaints about non signed driver.
I then fired up Dino-Mite and if found the correct port (com3) and didn't crash, it just works.
So here you go problem solved three hours hard work on-line, Pleo software is still current.