Atmel website | ARM Community | AVR freaks | Technical Support
Banner
 FAQ •  Search •  Register •  Login 

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Need 6119.inf file
PostPosted: Fri Jul 03, 2009 5:01 pm 
Offline

Joined: Fri Jul 03, 2009 3:04 pm
Posts: 1
Hello,

I am in need of the 6119.inf file to complete the serial CDC demo on the AT91SAM7SE-EK

Thank you for your time,

Barry


Top
 Profile  
 
 Post subject: Re: Need 6119.inf file
PostPosted: Sat Jul 11, 2009 3:24 pm 
Offline

Joined: Fri Oct 19, 2007 10:18 am
Posts: 40
You can find it on the Atmel homepage in the AT91 Library software package http://atmel.com/dyn/products/tools_card.asp?tool_id=4520


Code:
; $Id: 6119.inf,v 1.1.2.1 2006/12/05 08:33:25 danielru Exp $

[Version]                                                       ; Version section
Signature="$*$"                                           ; All Windows versions
Class=Ports                                                     ; This is a serial port driver
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}                ; Associated GUID
Provider=%ATMEL%                                                ; Driver is provided by ATMEL
DriverVer=09/12/2006,1.1.1.5                                    ; Driver version 1.1.1.5 published on 23 February 2007

[DestinationDirs]                                               ; DestinationDirs section
DefaultDestDir=12                                               ; Default install directory is \drivers or \IOSubSys

[Manufacturer]                                                  ; Manufacturer section
%ATMEL%=AtmelMfg                                                ; Only one manufacturer (ATMEL), models section is named
                                                                ; AtmelMfg

[AtmelMfg]                                                      ; Models section corresponding to ATMEL
%USBtoSerialConverter%=USBtoSer.Install,USB\VID_03EB&PID_6119   ; Identifies a device with ATMEL Vendor ID (03EBh) and
                                                                ; Product ID equal to 6119h. Corresponding Install section
                                                                ; is named USBtoSer.Install

[USBtoSer.Install]                                              ; Install section
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=USBtoSer.AddReg                                          ; Registry keys to add are listed in USBtoSer.AddReg

[USBtoSer.AddReg]                                               ; AddReg section
HKR,,DevLoader,,*ntkern                                         ;
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[USBtoSer.Install.Services]                                     ; Services section
AddService=usbser,0x00000002,USBtoSer.AddService                ; Assign usbser as the PnP driver for the device

[USBtoSer.AddService]                                           ; Service install section
DisplayName=%USBSer%                                            ; Name of the serial driver
ServiceType=1                                                   ; Service kernel driver
StartType=3                                                     ; Driver is started by the PnP manager
ErrorControl=1                                                  ; Warn about errors
ServiceBinary=%12%\usbser.sys                                   ; Driver filename

[Strings]                                                       ; Strings section
ATMEL="ATMEL Corp."                                             ; String value for the ATMEL symbol
USBtoSerialConverter="AT91 USB to Serial Converter"             ; String value for the USBtoSerialConverter symbol
USBSer="USB Serial Driver"                                      ; String value for the USBSer symbol


Top
 Profile  
 
 Post subject: Re: Need 6119.inf file
PostPosted: Thu Dec 10, 2009 12:10 am 
Offline

Joined: Thu Jul 30, 2009 9:13 pm
Posts: 4
Stefan, thanks for posting the contents of the .inf file here.
Unfortunately the link to Atmels' site is no longer valid. I can't seem to find the file anywhere in Atmel's software packages anymore. Do you still have the archive that it came in?


Top
 Profile  
 
 Post subject: Re: Need 6119.inf file
PostPosted: Thu Dec 10, 2009 1:29 am 
Offline

Joined: Thu Jul 30, 2009 9:13 pm
Posts: 4
The forum autoreplaces "C h i c a g o" (without the extra spaces) with "*" for some reason, so the .inf posted above doesn't actually work.

Instead of having an * between the $ signs in Signature, it should say Chi cago (without the space.

If it still doesn't work, remove the comments; they may be exceeding the maximum line or section length.

Does anyone know why this forum does such a ridiculous word substitution?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron