FutureTechnologyDevicesInternationalLimited(FTDI)Unit1,2SeawardPlace,CenturionBusinessPark,,GlasgowG411HHUnitedKingdomTel.
:+44(0)1414292777Fax:+44(0)1414292758E-Mail(Support):support1@ftdichip.
comWeb:http://www.
ftdichip.
comCopyright2009FutureTechnologyDevicesInternationalLimitedFutureTechnologyDevicesInternationalLtd.
TechnicalNoteTN_105AddingSupportforNewFTDIDevicestoMACSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverDocumentReferenceNo.
:FT_000107Version1.
1IssueDate:2009-09-23ThisFTDItechnicalnotedetailshowtoaddsupportfornewFTDIdevicestoMACFTDIVirtualCOMport(VCP)driver.
Italsodescribeshowtomodifyconfigurableparametersinthedriver.
Copyright2009FutureTechnologyDevicesInternationalLimited1DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85TableofContents1Introduction.
22ProcedureforAddingSupportforNewFTDIDevicestoMacDriver.
33Driverconfiguration(optional)43.
1ConfiguringPIDandVID.
43.
2AliasingBaudRates.
53.
3MIDIDevices63.
4LatencyTimer63.
5ReadBufferSize.
63.
6PortName.
74AcronymsandAbbreviations.
85ContactInformation.
9AppendixA–FormatofInfo.
plist.
11AppendixB-CreatingPackages.
18AppendixC-RevisionHistory.
21RevisionRecordSheet.
22Copyright2009FutureTechnologyDevicesInternationalLimited2DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#851IntroductionThistechnicalnoteshowsMACusersaneasywaytoaddsupportfornewFTDIdevicestoMACFTDIVirtualCOMportdriver.
Thedriverhasseveralparameters,whichareconfigurable,suchasbaudrate,latencytimer,readbuffersize,portnameandMIDIsupport.
TheseparametersaresetupintheConfigDatadictionary,anoptionalfieldinadeviceentry.
Foranexample,seethedeviceentryforFT2XXBinthelistingofInfo.
plistintheappendixA.
Copyright2009FutureTechnologyDevicesInternationalLimited3DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#852ProcedureforAddingSupportforNewFTDIDevicestoMacDriver1.
DownloadtheMacVCPdriverdiskimage(dmg)foryourappropriateprocessorfromtheFTDIwebsite:http://www.
ftdichip.
com/Drivers/VCP.
htm2.
InstalltheOEMversionoftheserialdriver.
Forinstructionshowtodoit,pleasedownloadMacOSXInstallationGuidefromlinkbelow.
http://www.
ftdichip.
com/Documents/InstallGuides/Mac_OS_X_Installation_Guide.
pdfFollowtheinstructionsintheguide.
3.
Afterrebootingyourcomputer,makesurethatdriverhasbeeninstalledsuccessfully.
InformationfromMac_OS_XInstallationGuidewillexplainyouhowtodoit.
4.
Havingconfirmedthatdriverhasinstalledsuccessfullycopy/System/Library/Extensions/FTDIUSBSerialDriver.
kexttoatemporarylocation.
ForexamplethetmpfolderinyourUsersfoldercanbeused.
OpenTerminalWindowbyclickingtheGomenuatthetopofyourscreenandchooseUtilities.
InpopupselectTerminalandtypeinthecommands:Mkdir/Users//tmp/FTDIUSBSerialDriver.
kextcp–R/System/Library/Extensions/FTDIUSBSerialDriver.
kext/Users//tmp/FTDIUSBSerialDriver.
kext5.
Nowhavingcopiedthefolderyoushoulddeletethe/System/Library/Extensions/FTDIUSBSerialDriver.
kextfolder.
rm–d-r/System/Library/Extensions/FTDIUSBSerialDriver.
kext6.
Inyourtemporarylocation(inourexample/Users//tmp),editthepropertylistfileFTDIUSBSerialDriver.
kext/Contents/Info.
plistThepropertylistfile,theinfo.
plistfile,canbeeditedwiththeAppledevelopertool,PropertyListEditor.
Forexample,TextEdit.
TheInfo.
plistfilecontainsentriesforvariousFTDIdevicesintheIOKitPersonalitiesdictionary.
AnewentryforanOEMdevicecanbecreatedbycopyingthepersonalityoftheequivalentFTDIdevice.
Inthesimplestcase,onlythenewdevice'snameandidProductkeyhavetobeprovided.
FTDIrecommendsthatnewOEMdevicepersonalitiesareaddedtotheplistfile,andexistingFTDIpersonalitiesareretained7.
Whentheinfo.
plistfileeditinghasbeencompletedandsaved,copytheFTDIUSBSerialDriver.
kextfromtemporarylocationbackto/System/Library/Extensions.
Inourexampleitwouldbethefollowingcommand:cp–R/Users//tmp/System/Library/Extensions8.
Rebootthecomputer.
Copyright2009FutureTechnologyDevicesInternationalLimited4DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#853Driverconfiguration(optional)SomeMACVCPdriverparametersareconfigurable,namelythebaudrate,latencytimer,readbuffersize,portnameandMIDIsupport.
TheseparametersaresetupintheConfigDatadictionary,anoptionalfieldinadeviceentry.
3.
1ConfiguringPIDandVIDTochangeidProduct(PID)itisnecessarytoaltervalueunderkeyidProductforyourtypeofthedevice.
ThevalueisstoredinDECIMAL.
Inordertogethexadecimalvalueof0x6001,theidProductkeyhastohavethedecimalvalueof24577.
ThesameappliestotheVID.
TochangeVIDitisnecessarytomodifyidVendorkeyasaDECIMALvalue.
Toenterhexadecimalequivalentof0x403,itisrequiredtousedecimal1027.
Thisisillustratedbelow,whichshowsanextractfromtheinfo.
plistfilefortheFT2XXBdevices.
FT2XXBCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverConfigDataLatencyTimer16MIDIIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0bcdDevice1024idProduct24577idVendor1027Copyright2009FutureTechnologyDevicesInternationalLimited5DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#853.
2AliasingBaudRatesAliasedbaudratesaresupportedthroughtheBaudRatesdictionaryunderConfigData,anoptionalfieldinadeviceentry.
Aliasingabaudrateallowsausertoachievenon-standardbaudratevalues.
Forexample,aliasing300Baudwith250kBaudmeansthatthedevicewilloperateat250kBaudwhenever300Baudisselected.
Thisisillustratedbelow,whichshowsanextractfromtheinfo.
plistfile.
ConfigDataBaudRatesB300250000Theidentifiersforstandardbaudratesareasfollows:B300,B600,B1200,B2400,B4800,B9600,B19200,B38400,B57600,B115200andB230400.
Thealiasedvalueisadecimalinteger.
Morethanonebaudratecanbealiased.
Intheexamplebelow,whichisanextractfromtheinfo.
plistfile,thedeviceoperatesat250kBaudwhen300Baudisselectedand625kBaudwhen600Baudisselected.
Allotherstandardbaudratesareunaffected.
ConfigDataBaudRatesB300250000B600625000TheidentifierBAUDALLcanbeusedtosetadevicetooperateatasinglebaudrate.
Inthefollowingexample,thedevicewillonlyoperateat115200Baud.
ConfigDataBaudRatesBAUDALL115200Copyright2009FutureTechnologyDevicesInternationalLimited6DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#853.
3MIDIDevicesMIDIisMusicalInstrumentDigitalInterfacewhichisusedforinterconnectingdevicessuchassynthesizers,controllersandsequencers.
MIDIdevicescanbesupportedbysettingtheMIDIkeyunderConfigDatatotrue.
Hereissampleextractfromtheinfo.
plistfilehowtodoit.
ConfigDataMIDIThishastheeffectofaliasingB300to31250baud.
MIDIisabooleanvalue,anditsdefaultvalueisfalse.
3.
4LatencyTimerLatencyTimerhelpstospeedupthetransferofshortpackets.
Changingthedevice'slatencytimerissupportedthroughtheLatencyTimerkeyunderConfigData,anoptionalfieldinadeviceentry.
Forexample,thefollowingentryfromtheinfo.
plistfilewouldallowthedevicetooperatewithalatencytimerof8ms.
ConfigDataLatencyTimer8Thelatencytimervalueisadecimalintegerintherange1-255.
Itsdefaultvalueis16ms.
3.
5ReadBufferSizeReadBufferSizecanincreaseordecreasethespeedofthetransferofpackets,dependingontypeofthedatayouaretransferring.
Changingthedevice'sreadbuffersizeissupportedthroughtheInBufferSizekeyunderConfigData,anoptionalfieldinadeviceentry.
Inthefollowingexamplefromtheinfo.
plistfile,thereadbuffersizeissetto256bytes.
ConfigDataInBufferSize256Thereadbuffersizeisadecimalinteger.
Itsdefaultvalueis4096bytes.
Copyright2009FutureTechnologyDevicesInternationalLimited7DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#853.
6PortNameThePortnameisadescriptionstringassignedtoyourdevice.
Thisnamewillbeusedasalabelforyourdeviceinthesystem.
TheportnameofadevicecanbechangedthroughthePortNamekeyunderConfigData,anoptionalfieldinadeviceentry.
Inthefollowingexamplefromtheinfo.
plistfile,theportnameissettoMyGreatDevice.
ConfigDataPortNameMyGreatDeviceTheportnameisastring(ofupto63characters).
Itsdefaultvalueisusbserial.
Copyright2009FutureTechnologyDevicesInternationalLimited8DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#854AcronymsandAbbreviationsTermsDescriptionVCPVirtualComPortcpMacOSandUnixcommandforcopy.
–Rparametertellstoincludesubfolders.
Forfulldescriptionpleaseusemanual:cpmanrmMacOSandUnixcommandforremove/delete.
–dparametertellstoremovedirectories.
Forfulldescriptionpleaseusemanual:rmmanTerminalWindowAUnixandMacOSapplicationsimilartoWindows'"CommandPrompt"TextEditOneofthetexteditorsincludedinMacOSTable4.
1AcronymsandAbbreviationsCopyright2009FutureTechnologyDevicesInternationalLimited9DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#855ContactInformationHeadOffice–Glasgow,UKFutureTechnologyDevicesInternationalLimitedUnit1,2SeawardPlace,GlasgowG411HHUnitedKingdomTel:+44(0)1414292777Fax:+44(0)1414292758E-mail(Sales)vinculum.
sales@ftdichip.
comE-mail(Support)vinculum.
support@ftdichip.
comE-mail(GeneralEnquiries)admin1@ftdichip.
comWebSiteURLhttp://www.
ftdichip.
comWebShopURLhttp://www.
ftdichip.
comBranchOffice–Taipei,TaiwanFutureTechnologyDevicesInternationalLimited(Taiwan)2F,No.
516,Sec.
1,NeiHuRoadTaipei114Taiwan,R.
O.
C.
Tel:+886(0)287971330Fax:+886(0)287519737E-mail(Sales)tw.
sales1@ftdichip.
comE-mail(Support)tw.
support1@ftdichip.
comE-mail(GeneralEnquiries)tw.
admin1@ftdichip.
comWebSiteURLhttp://www.
ftdichip.
comBranchOffice–Hillsboro,Oregon,USAFutureTechnologyDevicesInternationalLimited(USA)7235NWEvergreenParkway,Suite600Hillsboro,OR97123-5803USATel:+1(503)5470988Fax:+1(503)5470987E-Mail(Sales)us.
sales@ftdichip.
comE-Mail(Support)us.
admin@ftdichip.
comWebSiteURLhttp://www.
ftdichip.
comBranchOffice–Shanghai,ChinaFutureTechnologyDevicesInternationalLimited(China)Room408,317XianxiaRoad,ChangNingDistrict,ShangHai,ChinaTel:+86(21)62351596Fax:+86(21)62351595E-Mail(Sales):cn.
sales@ftdichip.
comE-Mail(Support):cn.
support@ftdichip.
comE-Mail(GeneralEnquiries):cn.
admin1@ftdichip.
comWebSiteURL:http://www.
ftdichip.
comCopyright2009FutureTechnologyDevicesInternationalLimited10DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85DistributorandSalesRepresentativesPleasevisittheSalesNetworkpageoftheFTDIWebsiteforthecontactdetailsofourdistributor(s)andsalesrepresentative(s)inyourcountry.
Neitherthewholenoranypartoftheinformationcontainedin,ortheproductdescribedinthismanual,maybeadaptedorreproducedinanymaterialorelectronicformwithoutthepriorwrittenconsentofthecopyrightholder.
Thisproductanditsdocumentationaresuppliedonanas-isbasisandnowarrantyastotheirsuitabilityforanyparticularpurposeiseithermadeorimplied.
FutureTechnologyDevicesInternationalLtdwillnotacceptanyclaimfordamageshowsoeverarisingasaresultofuseorfailureofthisproduct.
Yourstatutoryrightsarenotaffected.
Thisproductoranyvariantofitisnotintendedforuseinanymedicalappliance,deviceorsysteminwhichthefailureoftheproductmightreasonablybeexpectedtoresultinpersonalinjury.
Thisdocumentprovidespreliminaryinformationthatmaybesubjecttochangewithoutnotice.
Nofreedomtousepatentsorotherintellectualpropertyrightsisimpliedbythepublicationofthisdocument.
FutureTechnologyDevicesInternationalLtd,Unit1,2SeawardPlace,CenturionBusinessPark,GlasgowG411HHUnitedKingdom.
ScotlandRegisteredNumber:SC136640Copyright2009FutureTechnologyDevicesInternationalLimited11DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85AppendixA–FormatofInfo.
plistCFBundleDevelopmentRegionEnglishCFBundleExecutableFTDIUSBSerialDriverCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverCFBundleInfoDictionaryVersion6.
0CFBundleNameI/OKitDriverforFTDIUSBDevicesCFBundlePackageTypeKEXTCFBundleShortVersionString2.
2.
10CFBundleSignatureCFBundleVersion2.
2.
10IOKitPersonalitiesFT2232H_ACFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0bcdDevice1792idProduct24592Copyright2009FutureTechnologyDevicesInternationalLimited12DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85idVendor1027FT2232H_BCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber1bcdDevice1792idProduct24592idVendor1027FT2232_ACFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0idProduct24592idVendor1027FT2232_BCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassCopyright2009FutureTechnologyDevicesInternationalLimited13DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85FTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber1idProduct24592idVendor1027FT2XXBCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverConfigDataLatencyTimer16MIDIIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0bcdDevice1024idProduct24577idVendor1027FT2XXRCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverCopyright2009FutureTechnologyDevicesInternationalLimited14DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85IOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0bcdDevice1536idProduct24577idVendor1027FT4232H_ACFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0bcdDevice2048idProduct24593idVendor1027FT4232H_BCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber1Copyright2009FutureTechnologyDevicesInternationalLimited15DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85bcdDevice2048idProduct24593idVendor1027FT4232H_CCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber2bcdDevice2048idProduct24593idVendor1027FT4232H_DCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber3bcdDevice2048idProduct24593idVendor1027Copyright2009FutureTechnologyDevicesInternationalLimited16DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85FT8U2XXAMCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0bcdDevice512idProduct24577idVendor1027FTDIRecoveryPIDCFBundleIdentifiercom.
FTDI.
driver.
FTDIUSBSerialDriverIOClassFTDIUSBSerialDriverIOProviderClassIOUSBInterfacebConfigurationValue1bInterfaceNumber0idProduct24582idVendor1027OSBundleLibrariescom.
apple.
iokit.
IOSerialFamily1.
0.
4com.
apple.
iokit.
IOUSBFamily1.
8Copyright2009FutureTechnologyDevicesInternationalLimited17DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85Copyright2009FutureTechnologyDevicesInternationalLimited18DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85AppendixB-CreatingPackagesFordistributionpurposesacustomermaychosetocreateapackageforthedriver.
ThesimplestmechanismforcreatingapackageistousethefreePackageMakertoolprovidedbyApple.
ThePackageMakertoolislocatedin/Developer/Applicationsfolder.
Thisassumesthattheuserhasdownloadedandinstalledthedevelopertools.
Thisappendixwillshowhowtocreateasimplepackage.
FormoredetailedinstructionsonPackageMakerusagepleasevisittheApplewebsite.
Step1:Createadirectorystructuresuchas:Dummy_root-System-Library-Extensions-FTDIUSBSerialDriver.
kext-ContentInthislastfolder(Content)copyallyoureditedfilese.
g.
Info.
plist,MacOSandResourcesfromyour/tmp/FTDIUSBSerialDriver.
kext/Contentfolder.
Step2:OpenPackageMaker.
Thenewprojectscreen(shownbelow)willappear.
SelectSinglePackageProjecttobringupthenextscreen.
Copyright2009FutureTechnologyDevicesInternationalLimited19DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85Selectthecontentstabandaddtheusersrootdirectory/Users/myaccount/Dummy_root.
(Note:myaccountismyaccount).
Othersettingsmaybeleftasdefault.
SelecttheFilePermissionstabandsetupasshown.
ApplyanychangesrequiredtoyourfilesandselectOK.
Copyright2009FutureTechnologyDevicesInternationalLimited20DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85Theuserhastheoptiontonowupdatethepackageversioninformation,butfundamentallythepackageisreadytobuild.
FromthetoolbaratthetopofthescreenselectProject->Build.
Fromthenextscreenselectthedirectoryyouwanttosavethepackagetoandthefilenameyouwanttouse.
ThenselectSAVE.
Thepackageisnowbuilt.
Copyright2009FutureTechnologyDevicesInternationalLimited21DocumentReferenceNo.
:FT_000107AddingSupportforNewFTDIDevicestoMacSerialDriverMaintenanceandconfigurationoftheFTDIMACVCPDriverTechnicalNoteTN_105Version1.
1ClearanceNo.
:FTDI#85AppendixC-RevisionHistoryRevisionHistoryDraftInitialDraftNovember,2008Rev1.
0InitialRelease27thJanuary,2009Rev1.
1AddedAppendixBforcreatingapackage23rdSept2009
快快CDN主营业务为海外服务器无须备案,高防CDN,防劫持CDN,香港服务器,美国服务器,加速CDN,是一家综合性的主机服务商。美国高防服务器,1800DDOS防御,单机1800G DDOS防御,大陆直链 cn2线路,线路友好。快快CDN全球安全防护平台是一款集 DDOS 清洗、CC 指纹识别、WAF 防护为一体的外加全球加速的超强安全加速网络,为您的各类型业务保驾护航加速前进!价格都非常给力,需...
香港站群多ip服务器多少钱?想做好站群的SEO优化,最好给每个网站都分配一个独立IP,这样每个网站之间才不会受到影响。对做站群的站长来说,租用一家性价比高且提供多IP的香港多ip站群服务器很有必要。零途云推出的香港多ip站群云服务器多达256个IP,可以满足站群的优化需求,而且性价比非常高。那么,香港多ip站群云服务器价格多少钱一个月?选择什么样的香港多IP站群云服务器比较好呢?今天,小编带大家一...
wordpress高级企业自适应主题,通用型企业展示平台 + 流行宽屏设计,自适应PC+移动端屏幕设备,完美企业站功能体验+高效的自定义设置平台。一套完美自适应多终端移动屏幕设备的WordPress高级企业自适应主题, 主题设置模块包括:基本设置、首页设置、社会化网络设置、底部设置、SEO设置; 可以自定义设置网站通用功能模块、相关栏目、在线客服及更多网站功能。点击进入:wordpress高级企业...
rebootsystemnow什么意思为你推荐
网站虚拟主机做网站必须要有虚拟主机吗?vpsvps和服务器哪个比较划算虚拟主机代理个人适合代理虚拟主机的业务吗英文域名中文域名和英文域名有什么区别,越具体越好网站服务器租用网站的服务器买哪里的最好,还有租用一年大概多少钱???急!!!域名主机域名与主机的对应关系在哪里可以看到?免费域名空间求1个免费空间送域名那种独立ip虚拟主机独立ip空间的虚拟主机一般多少钱虚拟主机系统虚拟主机上的系统与电脑操作系统差别?虚拟主机系统虚拟主机采用什么操作系统?
域名备案 淘宝虚拟主机 香港托管 轻博 华为4核 中国网通测速 卡巴斯基破解版 四核服务器 linode支付宝 114dns 中国联通宽带测速 免费的加速器 qq空间打开很慢 cpu使用率过高怎么办 删除域名 zencart安装 超低价 tko stealthy 好看的空间名字 更多