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
物语云计算怎么样?物语云计算(MonogatariCloud)是一家成立于2016年的老牌国人商家,主营国内游戏高防独服业务,拥有多家机房资源,产品质量过硬,颇有一定口碑。本次带来的是特惠活动为美国洛杉矶Cera机房的不限流量大带宽VPS,去程直连回程4837,支持免费安装Windows系统。值得注意的是,物语云采用的虚拟化技术为Hyper-v,因此并不会超售超开。一、物语云官网点击此处进入物语云...
819云互联 在本月发布了一个购买香港,日本独立服务器的活动,相对之前的首月活动性价比更高,最多只能享受1个月的活动 续费价格恢复原价 是有些颇高 这次819云互联与机房是合作伙伴 本次拿到机房 活动7天内购买独立服务器后期的长期续费价格 加大力度 确实来说这次的就可以买年付或者更长时间了…本次是5个机房可供选择,独立服务器最低默认是50M带宽,不限制流量,。官网:https://ww...
麻花云怎么样?麻花云公司成立于2007年,当前主打产品为安徽移动BGP线路,数据中心连入移动骨干网。提供5M,10M大带宽云主机,香港云服务器产品,数据中心为香港将军澳机房,香港宽频机房 cn2-GIA优质线路、采用HYPER-V,KVM虚拟技术架构一、麻花云官网点击直达麻花云官方网站合肥网联网络科技有限公司优惠码: 专属优惠码:F1B07B 享受85折优惠。最新活动 :双11 云上嗨购 香港云主...
rebootsystemnow什么意思为你推荐
虚拟空间租赁做个自己公司的网站,是租啊还是注册虚拟空间啊?租虚拟空间要钱吗国外虚拟主机国外虚拟主机速度怎么样?域名备案查询如何查网站备案信息域名主机域名与主机的对应关系在哪里可以看到?台湾vps香港vps和台湾vps哪个好用虚拟空间哪个好虚拟空间哪个好jsp虚拟空间jsp虚拟主机有支持的吗郑州虚拟主机请问郑州哪家公司可以做网站还有相应服务器服务的?郑州虚拟主机虚拟主机哪个好点,用过的推荐下大连虚拟主机大连建网站哪里好?
vps虚拟服务器 com域名抢注 骨干网 enzu iis安装教程 京东云擎 ssh帐号 论坛空间 qq数据库 ibrs 云全民 免费网站申请 vip购优汇 七夕促销 赞助 稳定免费空间 免费dns解析 下载速度测试 游戏服务器出租 wordpress中文主题 更多