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
已经有一段时间没有分享阿里云服务商的促销活动,主要原因在于他们以前的促销都仅限新用户,而且我们大部分人都已经有过账户基本上促销活动和我们无缘。即便老用户可选新产品购买,也是比较配置较高的,所以就懒得分享。这不看到有阿里云金秋活动,有不错的促销活动可以允许产品新购。即便我们是老用户,但是比如你没有购买过他们轻量服务器,也是可以享受优惠活动的。这次轻量服务器在金秋活动中力度折扣比较大,2G5M配置年付...
WHloud Official Notice(鲸云官方通知)(鲸落 梦之终章)]WHloud RouMu Cloud Hosting若木产品线云主机-香港节点上新预售本次线路均为电信CN2 GIA+移动联通BGP,此机型为正常常规机,建站推荐。本次预售定为国庆后开通,据销售状况决定,照以往经验或有咕咕的可能性,但是大多等待时间不长。均赠送2个快照 2个备份,1个默认ipv4官方网站:https:/...
RAKSmart 商家最近动作还是比较大的,比如他们也在增加云服务器产品,目前已经包含美国圣何塞和洛杉矶机房,以及这个月有新增的中国香港机房,根据大趋势云服务器算是比较技术流的趋势。传统的VPS主机架构方案在技术层面上稍微落后一些,当然也是可以用的。不清楚是商家出于对于传统VPS主机清理库存,还是多渠道的产品化营销,看到RAKSmart VPS主机提供美国、香港和日本机房的半价促销,当然也包括其他...
rebootsystemnow什么意思为你推荐
网络域名注册网站域名申请台湾vps台湾服务器 哪里稳定速度快?免费域名空间求1个免费空间送域名那种什么是虚拟主机虚拟主机是什么?虚拟主机评测浅谈建站新手如何挑选虚拟主机下载虚拟主机虚拟机怎么使用和下载虚拟主机mysql怎么管理虚拟主机上的MYSQL?(高分回报)成都虚拟主机个人申请网址如何申请。双线虚拟主机G型双线虚拟主机是什么意思厦门虚拟主机新手用什么虚拟主机好?
英文域名 鲁诺vps 罗马假日广场 bandwagonhost Dedicated 外国服务器 59.99美元 搜狗12306抢票助手 国内加速器 个人空间申请 福建天翼加速 dux 可外链网盘 免费申请网站 t云 卡巴斯基免费试用版 登陆空间 西安主机 畅行云 学生服务器 更多