Bob the Pleo Forums

Pleo Stuff => Pleo Hardware/Software => PDK, Programming, and code => Topic started by: loumsc on May 12, 2010, 03:46:39 PM

Title: 64 Bit Drivers for Pleo and Windows
Post by: loumsc on May 12, 2010, 03:46:39 PM
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 :'(
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: mweed on May 13, 2010, 08:36:45 PM
No 64-bit drivers were ever released.   Don't know if they have any plans or not.  Their plan is all software updates, etc. to be SD card only, no USB going forward, so doesn't sound promising...
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: InmemoryofRomeo on May 14, 2010, 02:15:05 AM
Can you run one through an emulator? I know its a major pain but it may be possible...
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: loumsc on May 15, 2010, 07:20:47 PM
I don't know. Can one run a 32bit emulator using a 64bit OS? Such as Winxp x32 running virtually under Win7 x64.
Not sure if this can work. Any suggestions?
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: InmemoryofRomeo on May 16, 2010, 01:28:39 AM
Hmm according to some quick research it is possible to run a 32 bit emulator on a 64 bit system... as long as you have the software of course...

Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: alexlloyd54 on May 17, 2010, 08:59:14 PM
You can run a 32 bit windows XP under a 64 bit win7 by using any virtualization software like: VMware or Parallels, or even the (free) Microsoft VirtualPC



Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: loumsc on May 18, 2010, 06:12:38 PM
I have tried 32bit Winxp using Windows Virtual PC but it will not recognize the PLEO when it is connected.

Thanx all,
Lou
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: loumsc on May 18, 2010, 06:14:37 PM
One other thing, if we can get enough people to respond to this question maybe Innovo Labs will take notice about the 64bit dilemma.


Lou
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: alexlloyd54 on May 18, 2010, 09:29:05 PM
I use VMware workstation, and it recognizes USB ports (both host and guest)

I run my printer and print sessions withing a guest Win XP under Win7 64 bit host because the drivers for my printer are relatively old and only supported under XP

so, i guess running pleo usb drivers in a virtual guest should be OK, though i haven't tried it

Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: loumsc on May 19, 2010, 10:13:03 AM
Thanx alexlloyd54!
The problem is I don't have VMWare I only have Microsoft's Virtual PC. I really have not looked at VMWare. Is it expensive? Hard to set-up? I have been working on PC's since 1983 so I know my way around. The problem with Virtual PC is it will not even see PLEO. It sees my USB hard drives but not PLEO.

Thanx,
Lou
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: alexlloyd54 on May 20, 2010, 10:10:11 PM
Dear Lou

There is a (free) version of VMware called (VMware Player), you can download it from their site at:

http://www.vmware.com/products/player/

Registration id free

or from Softpedia  (If you don't want to register  :) ) at: 

http://www.softpedia.com/get/System/OS-Enhancements/VMware-Player.shtml

Give it a try, it's easy to install and setup, and the good news is that you can import your Microsft Virtual PC's virtual hard disk to it, so you don't have to install a fresh copy of windows XP.





Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Tore on October 03, 2014, 01:28:35 PM
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_driver



There is this .inf file: http://www.kernel.org/doc/Documentation/usb/linux-cdc-acm.inf

Don'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.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: InmemoryofRomeo on October 04, 2014, 06:30:10 AM
Woah, that's very cool, thanks Tore :)
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Crewella on October 06, 2014, 01:01:08 AM
Yes, thanks! :D
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: arpan on February 05, 2015, 07:26:30 AM
Thanks a lot. It helped but in windows 8.1 you have to disable the Disable Driver Signature Enforcement before you can install the driver. This is how it's done.

Go to Start - Then Command Prompt
Enter command "shutdown /r /o /f /t 00"
Click the "OK" button
System will restart to a "Choose an option" screen
Then select "Troubleshoot" from "Choose an option" screen
Then select "Advanced options" from "Troubleshoot" screen
Then select "Windows Startup Settings" from "Advanced options" screen
Click "Restart" button
System will restart to "Advanced Boot Options" screen
Select "Disable Driver Signature Enforcement"
Restart & install driver.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: InmemoryofRomeo on February 05, 2015, 01:24:44 PM
Thanks Arpan :) I'm sure that will come in handy :)
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Torterenek on February 07, 2015, 12:55:28 PM
Does the trick work for the Ugobe?
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Talon on February 08, 2015, 07:40:16 AM
It sounds like it should. I think Dino-mite is designed primarially for the Ugobe. Mind I am just barely hanging on the edge of understanding these computer terms here.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Torterenek on February 09, 2015, 10:18:02 AM
i turned the file into a proper inf, and it seems to be working. i tested it on the battery tool, and it showed my Pleo being constantly drowsy...considered posting the download in the downloads section? Btw, DinoMite does not seem to be working on my windows 8.1 computer.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: InmemoryofRomeo on February 19, 2015, 12:11:37 AM
I don't have a windows 8 machine so I can't help, but I would try redoing what you did Tort, the update might have updated a key file.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Torterenek on February 21, 2015, 09:31:06 PM
can you explain what you mean?
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: InmemoryofRomeo on February 22, 2015, 02:15:50 PM
Reinstall the inf and then reinstall the Pleo programs. With Dinomite you might need to run it in compatibility mode. Also look up the dinomite fix, it may not be a bug with 8.1 but rather the old dinomite bug which just needs a quick file change to work.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Torterenek on February 27, 2015, 09:10:12 PM
i get this error every single time : "Run-time error '339': Component COMDLG32.ocx or one of it's dependancies is not registered: a file is missing or invalid". it says it every single time. it even did it on windows xp.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: InmemoryofRomeo on February 27, 2015, 09:54:31 PM
Ok, so jump on Google and find a new copy of that file, then add it to your directory.
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: DoctorMikeReddy on January 08, 2019, 04:17:15 AM
Old now, but if you want Dino-Mite on a 64bit machine you need to do the following:
install comdlg32.ocx in the \windows\SysWOW64 folder not the system32 folder, then run this command instead:

regsvr32 c:\Windows\SysWOW64\comdlg32.ocx
Title: Re: 64 Bit Drivers for Pleo and Windows
Post by: Talon on January 08, 2019, 12:10:28 PM
Whew! I was just skimming this thread, wondering if 64 bit systems were dead to Pleo nowadays, but thank goodness somebody has an answer. I don't believe I will ever dabble into programming that much, but I'm glad there is still an option- for development's sake if nothing else.
Talon
SimplePortal 2.3.5 © 2008-2012, SimplePortal