Windows Drivers
|
|
uCDriveuCDrive is designed to allow microcontrollers to appear as pen drives on a PC through a simple serial port connection. Used with our file systems (TINY and THIN) it gives a new dimension to product development and management with microcontrollers. The most effective way – cost-wise and resource-wise – to access a microcontroller from a PC is through a serial port. In this way, a simple 3-wire connection can be used to enable a PC to manage configuration, diagnostic, datalogging and field upgrade functions, safely and reliably An application (uCSynch) runs on the PC. When it detects a uCDrive enabled microcontroller on a serial port it automatically creates a drive (by default U:) under Windows Explorer. Then uCSynch synchronizes the files on the microcontroller with those in the PC. The drive can then be used as any other drive. You can record a wav file on the microcontroller and simply double click on it for it to play on the PC. Alternatively you can drop a wav file to the U: drive and get the microcontroller application to play. Main Features:
The demonstration programs that show the possibilities of uCDrive are available
|
|
USB RFIRFI (Reliable File Interface) is provided as an alternative to USB mass storage under Windows Mass storage is a very clean solution when connecting a USB drive to a PC. However, when the embedded target is complex, this solution has certain limitations:
RFI resolves these problems by providing a more NFS-like access to the embedded system, so that the embedded system always remains in control of the storage media. Access on the embedded side is through a standard API, so the PC over USB appears simply as another task accessing the file system on the target. In this way any combination of file system types can be used on the embedded target. RFI is provided as a Windows file system driver. It communicates with the USB device using HCC's USB Embedded Pipe driver. RFI’s look and feel are exactly like a standard flash driver in Windows Explorer; it is only the underlying technology that is changed in this solution. With RFI, the developer has more choices and more flexibility, and the products that use RFI are significantly more robust.
|
|
USB Embedded PipeHCC’s Embedded Pipe for USB takes the pain out of interfacing a USB device with a host application. Windows Side Embedded Side
|
|
USB Virtual COMM PortThis is a virtual comm port driver for Windows XP and Windows Vista. It fully supports the USB CDC class for serial ports, and allows the connection of unlimited devices simultaneously over a single USB connection.
|
|