Does Propeller Tool run on WIndows8/8.1?
ags
Posts: 386
The information I found directly from Parallax states support for Windows through Windows7. Has anyone been successful in running Propeller tool on Windows8 or 8.1?
Thanks.
Thanks.
Comments
Here too.
http://www.ftdichip.com/Drivers/VCP.htm
setup executable
*includes the following versions of the Windows operating system: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2 and Windows 8.
It's a USB device and USB, I have heard, is some kind of standard.
It implements a serial port. also a standard "device" interface over USB.
What am I missing here?
There is the USB standard, there is the "serial port over USB" standard. This stuff is built into operating systems.
The OS should not even have to know it is a FTDI chip on the other end of the cable.
Windows may well have a different HAL to drive the USB host chips on the mother board.
It may well have different internal API's.
So what?
What is special about the FTDI chip that it is not a generic serial over USB device?
Each manufacturer has certain things that are unique about their hardware. In the case of the FTDI hardware one of those things are unique serial numbers for each chip. This is why each new device you connect gets its own COM port instead of just dynamically assigning them in order based on the number of devices connected. A second difference is specific settings for a given device. Compare an FTDI USB to 232 adapter with say one from ioGear or Belkin. The settings available in the device properties are described in the driver and the default settings for that device are there. Changing them prior to installation also invalidates the signature if the drivers are signed (which FTDI usually are). When I put two side-by-side one device had a FIFO buffer check box while the FTDI had a Latency Timer and Buffer Size, but no check box to enable/disable them.
Sounds the USB standard is deficient. It does not allow to uniquely identify bits hardware on the end of the line. And the serial device specification is not so standard.
So I see. That "universal serial bus" is not so universal now is it?
I'd guess the detail is in the WHQL Certified for Win 8.1 bit.
Certainly, if the silicon on the end is the same, and the USB HAL calls are the same, it should work - but the Certified bit is between Microsoft and FTDI, and that may be where it changes.
Are there any measurable user changes, between FTDI+8.1, vs FTDI+8.0 ?