V850E2/ML4 マイクロコンピュータ Peripheral LibUSB Demo アプリケーションノート

Size: px
Start display at page:

Download "V850E2/ML4 マイクロコンピュータ Peripheral LibUSB Demo アプリケーションノート"

Transcription

1 R01AN1098JJ0100 Rev.1.00 V850E2/ML4 USB PC V850E2/ML4 CPU LED V850E2/ML4(uPD70F4022) R01AN1098JJ0100 Rev.1.00 Page 1 of 27

2 V850E2/ML4 USB PC LibUSB Application R0K0F4022C000BR PC 1 Connect 2 Disconnect 3 LED Toggle 4 ADC Read ADC USB USBF A/D ADCA 1.3 USB C OS V850E2/ML4 200 MHz : 9.6MHz MHz 7.2 MHz MHz : USBCLK fusb = 48 MHz CubeSuite+ V CubeSuite+ CX V1.20 Windows 7, Windows Vista, Windows XP Universal Serial Bus Revision 2.0 specification USB R01AN1098JJ0100 Rev.1.00 Page 2 of 27

3 1.4 USB (R01AN1037JJ0100) 2. PC V850E2/ML4 CPU USB PC V850_LibUSB.exe V850E2/ML4 CPU PC LED USB V850E2/ML4 CPU (R0K0F4022C000BR) Connect 2 Disconnect 3 Toggle LED LED / LED 4 Read ADC A/D AD A/D PC R01AN1098JJ0100 Rev.1.00 Page 3 of 27

4 application doc driver/inf driver/v850e2ml4_usb_demo/prj driver/v850e2ml4_usb_demo/src Windows INF LIB_USB_Demonstration.inf USB LED ADC USB USB CDC Vendor Class USB CDC driver/v850e2ml4_usb_demo/src 3.2 / cstart.asm main.c main.h main.c adc adc.c ADCA adc.h ADCA led led.c LED led.h LED usb usbf850.c USB Usbf850.h usbf850.c Usbf850_communication.c USB Communication Device Class Usbf850_communication.h usbf850_communication.c usbstrg_desc.h Usbf850_errno.h Usbf850_types.h reg_v850e2ml4.h USB R01AN1098JJ0100 Rev.1.00 Page 4 of 27

5 3.1 USB CDC LED ADCA USB V850E2/ML4 LED ADCA USB 3.1 R01AN1098JJ0100 Rev.1.00 Page 5 of 27

6 Field Length (bits) Hex Value Description blength 8 0x12 Descriptor size is 18 bytes bdescriptortype 8 0x01 DEVICE Descriptor Type bcdusb 16 0x0200 USB Specification version 2.00 bdeviceclass 8 0xFF The device Class is vendor-specific bdevicesubclass 8 0xFF The device Subclass is vendor-specific bdeviceprotocol 8 0xFF The device Protocol is vendor-specific bmaxpacketsize0 8 0x40 Maximum packet size for endpoint zero is 64 idvendor* 16 0x045b Vendor ID idproduct* 16 0x0217 Product ID bcddevice 16 0x0100 The device release number is 1.00 imanufacturer 8 0x01 The manufacturer string descriptor index is 1 iproduct 8 0x02 The product string descriptor index is 2 iserialnumber 8 0x03 The serial number string descriptor index is 3 bnumconfigurations 8 0x01 The device has 1 possible configurations ID ID 4.2 Field Length (bits) Hex Value Description blength 8 0x09 Descriptor size is 9 bytes bdescriptortype 8 0x02 CONFIGURATION Descriptor Type wtotallength 16 0x0027 The total length of data for this configuration. bnuminterfaces 8 0x01 This configuration supports 1 interfaces bconfigurationvalue 8 0x01 The value 1 should be used to select this configuration iconfiguration 8 0x00 The string descriptor. bmattributes 8 0xC0 Configuration characteristics. bmaxpower 8 0x1b Maximum power. 54 ma R01AN1098JJ0100 Rev.1.00 Page 6 of 27

7 4.3 Field Length (bits) Hex Value Description blength 8 0x09 Descriptor size is 9 bytes bdescriptortype 8 0x04 INTERFACE Descriptor Type binterfacenumber 8 0x00 The number of this interface is 0. balternatesetting 8 0x00 The value used to select the alternate setting. bnumendpoints 8 0x03 The number of endpoints used by this interface is 3 binterfaceclass 8 0xFF Unknown class binterfacesubclass 8 0xFF The interface Subclass is vendor-specific binterfaceprotocol 8 0xFF The interface protocol is vendor-specific iinterface 8 0x00 The string descriptor 4.4 usbf850.h define / #define #define USE_EP_BKI1 USE_EP_BKO1 Bulk In Bulk Out Interrupt In define EP1 EP2 EP7 define EP3 EP4 EP7 Field Length (bits) Hex Value Description blength 8 0x07 Descriptor size is 7 bytes bdescriptortype 8 0x05 ENDPOINT Descriptor Type bendpointaddress 8 0x81 This is an IN endpoint with endpoint number 1 bmattributes 8 0x02 Types - BULK wmaxpacketsize 16 0x0040 Maximum packet size for this endpoint is 64 Bytes. binterval 8 0x00 The polling interval value is every 0 Frames. Field Length (bits) Hex Value Description blength 8 0x07 Descriptor size is 7 bytes bdescriptortype 8 0x05 ENDPOINT Descriptor Type bendpointaddress 8 0x02 This is an OUT endpoint with endpoint number 2 bmattributes 8 0x02 Types - BULK wmaxpacketsize 16 0x0040 Maximum packet size for this endpoint is 64 Bytes. binterval 8 0x00 The polling interval value is every 0 Frames. R01AN1098JJ0100 Rev.1.00 Page 7 of 27

8 Field Length (bits) Hex Value Description blength 8 0x07 Descriptor size is 7 bytes bdescriptortype 8 0x05 ENDPOINT Descriptor Type bendpointaddress 8 0x87 This is an IN endpoint with endpoint number 7 bmattributes 8 0x03 Types - INTERRUPT wmaxpacketsize 16 0x0040 Maximum packet size for this endpoint is 64 Bytes. binterval 8 0x0a The polling interval value is every 10 Frames. 4.5 (a) String0 Field Length (bits) Hex Value Description blength 8 0x04 Descriptor size is 4 bytes bdescriptortype 8 0x03 String Descriptor Type bstring 16 0x09,0x04 LANGID : English (United States) (b) String1 Field Length (bits) Hex Value Description blength 8 0x40 Descriptor size is 64 bytes bdescriptortype 8 0x03 String Descriptor Type bstring 496 Manufacturer : Renesas Electronics Corporation (c) String2 Field Length (bits) Hex Value Description blength 8 0x0E Descriptor size is 14 bytes bdescriptortype 8 0x03 String Descriptor Type bstring 90 Product : CDCDrv (d) String3 Field Length (bits) Hex Value Description blength 8 0x1A Descriptor size is 26 bytes bdescriptortype 8 0x03 String Descriptor Type bstring 192 Serial : 0217FFFFFF10 R01AN1098JJ0100 Rev.1.00 Page 8 of 27

9 5. LibUSB 1 Connect 2 Disconnect 3 Toggle LED LED 4 Read ADC AD 5.1 USB USB USB USB No. 1 ledcontrolflg LED 2 UserBuf 3 adcval ADC 4 usbf850_rsuspd_flg resume/suspend R01AN1098JJ0100 Rev.1.00 Page 9 of 27

10 5.1 main CPU cpu_init() 5.4 LED Led_init() 5.7 ADC adc_init() USB usbf850_init() YES FIFO? 5.2 NO USB usbf850_recv_buf() NO? YES LED Other 5.8? (ledcontrolflag=0x00?) YES 5.9 NO 5.11 ADC ADC adc_get() LED Led_line_set() LED Led_line_invert() USB LED ledcontrolflag=0x USB usbf850_send_buf() 5.1 R01AN1098JJ0100 Rev.1.00 Page 10 of 27

11 USB usbf850_recv_buf()? YES NO return 5.2 USB USB usbf850_send_buf() Null packet? len > max packet size? YES Null NO Yes YES len = max packet size NO FIFO len!=0 NO return 5.3 USB R01AN1098JJ0100 Rev.1.00 Page 11 of 27

12 5.1.1 LibUSB Toggle LED Read ADC Toggle LED HOST 17 0x01 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? LibUSB Read ADC HOST 17 0x02 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? 0x?? LibUSB 2 AD AD 5 0x02 0x?? 0x?? 0x?? 0x?? 2 4 AD 4 R01AN1098JJ0100 Rev.1.00 Page 12 of 27

13 5.2 USB USB V850E2/ML4 USB USB USB USB No. 1 usbf850_busrst_flg Bus Reset 2 usbf850_rsuspd_flg resume/suspend 3 usbf850_bufinit_flg FIFO 5.3 USB USB USB CDC 5.3 USB No. 1 cpu_init CPU 2 usbf850_init USB 3 usbf850_get_bufinit_flg FIFO 4 usbf850_send_buf usbf850_recv_buf CPU HCLK HBUS USB VBUS CPU 5.4 cpu_init R01AN1098JJ0100 Rev.1.00 Page 13 of 27

14 USB D+ UCLK EPC USBF NAK NAK D+ USB 5.5 usbf850_init R01AN1098JJ0100 Rev.1.00 Page 14 of 27

15 usbf850_get_bufinit_flg_buf() usbf850_bufinit_flg!= 1 usbf850_bufinit_flg = 0 DEV_OK DEV_ERROR 5.6 usbf850_get_bufinit_flg 5.3 LED LED V850E2/ML4 I/O LED / 5.4 LED 5.4 LED No. 1 Led_init I/O 2 Led_line_set LED 3 Led_line_invert LED Led_init() Port P1.Pn[4:5] = b 11( ) P4.Pn[3:4] = b 11( ) LED PM1.PMn[4:5] = b 00( ) PM4.PMn[3:4] = b 00( ) return 5.7 Led_init R01AN1098JJ0100 Rev.1.00 Page 15 of 27

16 Led_line_set() LED LED return 5.8 Led_line_set Led_line_invert() PNOT1[4:5] = b 11 PNOT4[3:4] = b 11 return 5.9 Led_line_invert R01AN1098JJ0100 Rev.1.00 Page 16 of 27

17 5.4 ADCA ADCA V850E2/ML4 A/D ADCA AD 5.5 ADCA 5.5 LED No. 1 adc_init ADCA 2 adc_get AD adc_init() ADCA S/W ANI05 ADCA A/D return 5.10 adc_init adc_get() AD (12bit) return 5.11 adc_get R01AN1098JJ0100 Rev.1.00 Page 17 of 27

18 6. Windows 7 Windows Vista Windows XP 6.1 LibUSB 1. LibUSB URL "libusb-win32-devel-filter-x.x.x.x.zip" zip "libusb-win32-devel-filter-x.x.x.x.exe" LibUSB 2. V850E2/ML4 CPU USB USB 3. inf libusb0.sys libusb0_x86.dll V850E2/ML4_usb_demo->inf x86 5. application V850_LibUSB.exe Microsoft Visual C SP1 x86 Microsoft Download Center R01AN1098JJ0100 Rev.1.00 Page 18 of 27

19 6.2 USB (1) V850E2/ML4 CPU USB USB (2) 6.1 (1) R01AN1098JJ0100 Rev.1.00 Page 19 of 27

20 (3) 6.2 (2) (4) 6.3 (3) R01AN1098JJ0100 Rev.1.00 Page 20 of 27

21 (5) inf V850_ML4_USBLib driver inf 6.4 inf (6) 6.5 (4) R01AN1098JJ0100 Rev.1.00 Page 21 of 27

22 (7) 6.6 (5) (8) Lib USB Demonstration 6.7 R01AN1098JJ0100 Rev.1.00 Page 22 of 27

23 6.3 Microsoft Visual C SP1 x86 Microsoft Download Center R01AN1098JJ0100 Rev.1.00 Page 23 of 27

24 6.3.2 Connect VID, PID VID = 0x045b PID = 0x Connect R01AN1098JJ0100 Rev.1.00 Page 24 of 27

25 6.3.3 Toggle LED 6.10 Toggle LED Read ADC 6.11 Read ADC R01AN1098JJ0100 Rev.1.00 Page 25 of 27

26 6.3.5 Disconnect 6.12 Disconnect R01AN1098JJ0100 Rev.1.00 Page 26 of 27

27 R01AN1098JJ0100 Rev.1.00 Page 27 of 27

28 Rev A-1

29 1. CMOS LSI LSI 2. LSI

30 (03) Renesas Electronics Corporation. All rights reserved. Colophon 1.1

SH7216 グループ USB ファンクションモジュール USB コミュニケーションクラス アプリケーションノート

SH7216 グループ USB ファンクションモジュール USB コミュニケーションクラス アプリケーションノート SH7216 USB USB SH7216 USB USB USB SH7216 R01AN2201JJ0100 Rev.1.00 1.... 2 2.... 3 3. USB... 19 4.... 25 R01AN2201JJ0100 Rev.1.00 Page 1 of 26 SH7216 USB USB 1. SH7216 USB USB USB 1.1 INTC PFC USB USB SCI

More information

Microsoft PowerPoint - OSC京都SAKURAボードユーザ会.pptx

Microsoft PowerPoint - OSC京都SAKURAボードユーザ会.pptx GR SAKURA の USB ホスト機能で遊ぼう OSC 2012 Kansai@Kyoto 2012/8/4 SAKURAボードユーザ会 Yuuichi Akagawa 自己紹介 Yuuichi Akagawa ( あかがわゆういち ) がじぇるねプロジェクトのベータテストに参画 仕組みを知ることが大好きなので 成果物が ほとんどないのが特徴 本職は某 SI 企業のインフラ担当 ツッコミ厳禁 USB

More information

Microsoft Word - CDC_SampleManual_J.doc

Microsoft Word - CDC_SampleManual_J.doc μpd70f3769 USB シリアル 変 換 サンプル プログラム CDC サンプル ドライバ ユーザーズ マニュアル ( 第 1.0 版 ) テセラ テクノロジー 株 式 会 社 本 資 料 の 内 容 は 予 告 なく 変 更 することがあります 文 書 による 当 社 の 承 諾 なしに 本 資 料 の 転 載 複 製 を 禁 じます 本 資 料 に 記 載 された 製 品 の 使 用 もしくは

More information

Microsoft Word - CDC_SampleManual_J.doc

Microsoft Word - CDC_SampleManual_J.doc μpd70f3760 USB シリアル 変 換 サンプル プログラム CDC サンプル ドライバ ユーザーズ マニュアル ( 第 1.1 版 ) テセラ テクノロジー 株 式 会 社 本 資 料 の 内 容 は 予 告 なく 変 更 することがあります 文 書 による 当 社 の 承 諾 なしに 本 資 料 の 転 載 複 製 を 禁 じます 本 資 料 に 記 載 された 製 品 の 使 用 もしくは

More information

USB 通信アダプター 内蔵フラッシュメモリー更新マニュアル Windows 8/Windows bit(x86)/64bit(x64) 対応 Ver 1.0 重要事項 本マニュアルはシステムサコム工業株式会社製の USB 通信アダプターのうちシリアル番号に "RF" の文字で始まらない

USB 通信アダプター 内蔵フラッシュメモリー更新マニュアル Windows 8/Windows bit(x86)/64bit(x64) 対応 Ver 1.0 重要事項 本マニュアルはシステムサコム工業株式会社製の USB 通信アダプターのうちシリアル番号に RF の文字で始まらない USB 通信アダプター 内蔵フラッシュメモリー更新マニュアル Windows 8/Windows 8.1 32bit(x86)/64bit(x64) 対応 Ver 1.0 重要事項 本マニュアルはシステムサコム工業株式会社製の USB 通信アダプターのうちシリアル番号に "RF" の文字で始まらない製品を Windows 8/Windows 8.1 以降の Windows でお使いいただくために必要な

More information

WinDriver v10.10 USB リファレンス

WinDriver v10.10 USB リファレンス JUNGO WinDriver USB API i JUNGO LTD. COPYRIGHT Copyright (c) 1997-2009 Jungo Ltd. All Rigths Reserved. Jungo Ltd. POB 8493 Netanya Zip - 42504 Israel Phone (USA) 1-877-514-0537 (WorldWide) +972-9-8859365

More information

USBの解説.PDF

USBの解説.PDF 1 USB Topology Host (Node) USB USB USB get ( )set ( ) 2 USB (1) Wire USB IC USB (2) Windows USB (3) USB OUT IN USB FIFO USB FIFO0 3 IN/OUT IN OUT USB USBVer1.1 1.5Mbps/12Mbps 12Mbs 1.5Mbps/12Mbps 12Mbps

More information

SH7670グループ Hi-Speed USB 2.0 基板設計ガイドライン アプリケーションノート

SH7670グループ Hi-Speed USB 2.0 基板設計ガイドライン アプリケーションノート SH7670 Hi-Speed USB 2.0 R01AN0700JJ0100 Rev.1.00 Hi-Speed USB 2.0 LSI SH7670/SH7671/SH7672/SH7673 SH767x USB 1.... 2 2. USB... 3 3.... 5 4.... 7 5. VBUS... 9 6. REFRIN... 10 7. EMI/ESD... 11 8.... 12 R01AN0700JJ0100

More information

高性能 USB スタック USBX ホストスタック ユーザガイド Express Logic Toll Free 888.THREADX FAX

高性能 USB スタック USBX ホストスタック ユーザガイド Express Logic Toll Free 888.THREADX FAX 高性能 USB スタック USBX ホストスタック ユーザガイド Express Logic 858.613.6640 Toll Free 888.THREADX FAX 858.521.4259 http://www.expresslogic.com 1999-2014 by Express Logic, Inc. All rights reserved.this document and the

More information

untitled

untitled EPX-64S Rev 1.2 1.. 3 1.1.......... 3 1.2....... 3 1.3....... 4 1.4... 4 1.5... 4 2........ 5 2.1.... 5 EPX64S_GetNumberOfDevices........ 5 EPX64S_GetSerialNumber........ 6 EPX64S_Open....... 7 EPX64S_OpenBySerialNumber

More information

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM R01AN0724JU0170 Rev.1.70 MCU EEPROM RX MCU 1 RX MCU EEPROM VEE VEE API MCU MCU API RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 R01AN0724JU0170 Rev.1.70 Page 1 of 33 1.... 3 1.1... 3 1.2... 3

More information

LPM-CBUSB2

LPM-CBUSB2 LPM-CBUSB V04A CardBus USB.0 INTERFACE Card USB.0 LPM-CBUSB ... 1... 4... 5... 5... 6... 6... 7... 8... 9 Windows XP... 9 Service Pack... 9... 10... 1...16...... 3 Windows Me...4... 4...7 Windows 98...8...

More information

JIIAセミナー

JIIAセミナー Digital Interface IIDC URL teli.co.jp/ E-Mail http://www.toshiba-teli.co.jp teli.co.jp/ s-itokawa@toshiba-teli.co.jpteli.co.jp EIA,NTSC EIA,NTSC 4-5 JIIA JIIA - / Digital Interface Digital Interface IEEE1394

More information

WinDriver PCI Quick Start Guide

WinDriver PCI Quick Start Guide WinDriver PCI/PCI Express/PCMCIA 5! WinDriver (1) DriverWizard (2) DriverWizard WinDriver (1) Windows 98/Me/2000/XP/Server 2003/Vista Windows CE.NET Windows Embedded CE v6.00 Windows Mobile 5.0/6.0 Linux

More information

RXファミリ 多重割り込みの使い方 アプリケーションノート

RXファミリ 多重割り込みの使い方 アプリケーションノート RAN954JJ Rev.. RX.... 2 2.... 4 3.... 4 4.... 5 5.... 6 6.... 4 7.... 4 RAN954JJ Rev.. Page of 5 . IRQ IRQ3 PSW I PSW I I. #pragma interrupt (enable) : RX22 IRQ #pragma interrupt (Excep_IRQm (enable,vect=65))

More information

REVISION 2.85(6).I 1

REVISION 2.85(6).I 1 REVISION 2.85(6).I 1 2 3 4 5 6 7 8 KDC300 ユーザーマニュアル 1.1 同梱物 本機のパッケージには 以下の物が同梱されています 1 2 3 4 本体 バーコード Data Collector 1 台 USB ケーブル 1本 ネックストラップ 1 本 ソフトウェアとユーザーマニュアルを含む CD-ROM 1枚 KTSync - XP, Vista,Windows7,

More information

LR DEVICE Version 1.1 706434 / 01 04 / 2017 1................................................ 3 1.1............................................... 3 2................................................ 3

More information

unitech PA500 Enterprise PDA Rev. A

unitech PA500 Enterprise PDA Rev. A unitech PA500 Enterprise PDA Rev. A PA500 Enterprise PDA Unitech Copyright 2007 unitech Electronics Co., Ltd. Web : http:\\www.unitech-japan.co.jp Bluetooth Bluetooth SIG Microsoft Windows ActiveSync

More information

KDDI

KDDI Copyright 2007 KDDI Corporation. All Rights Reserved page.1 Copyright 2007 KDDI Corporation. All Rights Reserved page.2 Copyright 2007 KDDI Corporation. All Rights Reserved page.3 Copyright 2007 KDDI Corporation.

More information

CM1-GTX

CM1-GTX CM1-GTX000-2002 R R i R ii 1-1 1-2 1-3 Process Variables Process Variables Pressure Output Analog Output Sensor Temp. Lower Range Value (0%) Upper Range Value (100%) Pressure Pressure Chart Pressure

More information

本機をお使いの方へ

本機をお使いの方へ MA46H/S Windows 98 / NT 4.0 Windows 98 / NT 4.0 MA46H/S BIOS 1999 10 808-877675-132-A 3 AT 6. 1. BIOS P.7 1. Windows 98 Windows Windows 98 Microsoft Windows 98 Windows NT 4.0 Microsoft Windows NT Workstation

More information

00-COVER.P65

00-COVER.P65 AHA-2910C R AHA-2910C PCI-to-Fast SCSI 1998 Adaptec, Inc. All rights reserved. Adaptec, Inc., 691 South Milpitas Blvd., Milpitas, CA 95035 Adaptec Adaptec Adaptec AHA PhaseEngine SCSISelect Adaptec Adaptec

More information

untitled

untitled AWG-50 Rev 6.5 1 4 2 5 3 5 4 6 4.1 6 4.2 6 4.3 7 4.4 7 4.5 8 4.6 8 4.7 8 4.8 9 5 CD-ROM 10 6 11 6.1 11 6.1.1 Windows 10 11 6.1.2 Windows 8 8.1 12 6.1.3 Windows 7 13 6.1.4 Windows Vista 14 6.1.5 Windows

More information

Mobile Base Station RTR-500MBS-A / Web Storage - RTR-500MBS LED / Copyright T&D Corporation. All rights reserved. 2017. 07 16504810016 8 -------------------------------------- 3 -----------------------------------------------

More information

User's Guide

User's Guide magicolor 2300 DL 1800687-014B magicolor 2300 DL Windows TCP/IP Web URL http://www.minolta-qms.co.jp/support/userreg/index.html QMS MINOLTA-QMS magicolor MINOLTA-QMS, Inc. Minolta Peerless Systems Corporation

More information

USB FDD ユーザーズマニュアル

USB FDD ユーザーズマニュアル Universal Serial Bus Interface External Floppy Disk Drive Unit USB FDD For USB FDD Driver CD-ROM P/N 139060-02 Copyright 1999-2001 Y-E Data, Inc. All Rights Reserved. USB FDD USB FDD USB FDD VCCI Adobe

More information

\\afs001-0m0005\project02\A32\M

\\afs001-0m0005\project02\A32\M Technical Information 2004.09 2009.04 Store Request Query Request Retrieve Request DICOM Client Application Remote SCP Remote Query/Retrieve SCP Image Stored * DICOM Server Application Remote SCU Print

More information

DS-70000/DS-60000/DS-50000

DS-70000/DS-60000/DS-50000 NPD4647-02 JA ...5...7...8 ADF...9... 9 ADF...10...11...13...15 Document Capture Pro Windows...15 EPSON Scan Mac OS X...16 SharePoint Windows...18 Windows...18...19 Windows...19 Mac OS X...19...20...23...23

More information

MEDIAEDGE MEDIAEDGE TEL FAX :00 12:00 13:00 17: MEDIAEDGE MEDIAEDGE 8. HDMI HDMIHigh-Definition M

MEDIAEDGE MEDIAEDGE TEL FAX :00 12:00 13:00 17: MEDIAEDGE MEDIAEDGE 8. HDMI HDMIHigh-Definition M VPM-H1 HDMI http://www.mediaedge.co.jp http://www.mediaedge.co.jp TEL:078-265-1551 FAX:078-265-1550 TEL:03-3517-1655 FAX:03-3517-1657 10 00 12 00 13 00 17 00 e-mail:info-mec@mediaedge.co.jp 651-0083 5-1-14

More information

2

2 REVISION 2.85(6).I 2 3 4 5 8 24 32 37 83 87 88 88 89 90 1 91 1 6 7 8 KDC200 ユーザーマニュアル 1.1 同梱物 本機のパッケージには 以下の物が同梱されています 1 2 3 4 本体 バーコード Data Collector 1 台 USB ケーブル 1本 ネックストラップ 1 本 ソフトウェアとユーザーマニュアルを含む CD-ROM

More information

Asterix_Users_Manual.book

Asterix_Users_Manual.book 1 Professional Hybrid Creative Tablet (DTH-A1300) 1 2 1 B VCCI-B Cintiq Wacom Adobe Adobe Photoshop Microsoft Windows Apple Apple Mac TM Cintiq Companion Hybrid Version 1.1, Rev B2514 2014 Wacom Co., Ltd.

More information

LIN

LIN LIN @IT MONOist LIN @IT MONOist http://monoist.atmarkit.co.jp Vector Japan Co., Ltd. 目次 LIN 1 03 1. LIN 03 LIN 03 05 LIN? 06 OSI LIN 07 LIN 07 2. LIN 08 3. 09 09 10 10 11 12 LIN 2 13 1. 13 13 15 16 17

More information

NW-E023F / E025F / E026F

NW-E023F / E025F / E026F OS IBM PC/AT Windows XP Home Edition Service Pack 2 /Windows XP Professional Service Pack 2 / Windows XP Media Center Edition 2004 Service Pack 2 /Windows XP Media Center Edition 2005 Service Pack 2 /Windows

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

GT-F740/GT-S640

GT-F740/GT-S640 NPD4743-00 JA ...5 EPSON Scan... 5 Document Capture Pro / Document Capture...11...14 EPSON Scan...14 PDF...18 OCR...18...19...19...21 /...21...22...23 GT-F740...24...24...25...26...26...26...27 PDF...28...30

More information

2 1 B VCCI-B Cintiq Wacom Adobe Adobe Photoshop Microsoft Windows Apple Apple Mac TM Cintiq 13HD Version 1.0, Rev C Wacom Co., Ltd. All right

2 1 B VCCI-B Cintiq Wacom Adobe Adobe Photoshop Microsoft Windows Apple Apple Mac TM Cintiq 13HD Version 1.0, Rev C Wacom Co., Ltd. All right 1 Cintiq 13HD DTK-1300 1 2 1 B VCCI-B Cintiq Wacom Adobe Adobe Photoshop Microsoft Windows Apple Apple Mac TM Cintiq 13HD Version 1.0, Rev C0413 2013 Wacom Co., Ltd. All rights reserved. 2 Contents Index

More information

U-PHORIA UMC404HD/UMC204HD/UMC202HD/UMC22/UM2

U-PHORIA UMC404HD/UMC204HD/UMC202HD/UMC22/UM2 U-PHORIA UMC404HD Audiophile 4x4, 24-Bit/192 khz USB Audio/MIDI Interface with MIDAS Mic Preamplifiers UMC204HD Audiophile 2x4, 24-Bit/192 khz USB Audio/MIDI Interface with MIDAS Mic Preamplifiers UMC202HD

More information

VM-53PA1取扱説明書

VM-53PA1取扱説明書 VM-53PA1 VM-53PA1 VM-53 VM-53A VM-52 VM-52A VM-53PA1 VM-53PA1 VM-53A CF i ii VM-53 VM-53A VM-52 VM-52A CD-ROM iii VM-53PA1 Microsoft Windows 98SE operating system Microsoft Windows 2000 operating system

More information

GT-X830

GT-X830 NPD5108-00 ...5... 5... 6... 8...11 EPSON Scan...11 PDF...16 OCR...16...17...17...20 /...20...20...22...23...23...24...25...25...26...27 PDF...30...31 / EPSON Scan...34 EPSON Scan...34 EPSON Scan...36

More information

DeviceNet X-SEL

DeviceNet X-SEL DeviceNet X-SEL 1....1 2....2 3....3 4....4 5....4 5.1....4 5.2....5 6....7 6.1....7 6.2....8 6.3....9 6.4....16 6.5....32 7....42 7.1....42 8....43 1 1. Man.No. SCCC-308 DeviceNet SBCD-314 CS1W-DRM21(-V)

More information

Copyright 2006 KDDI Corporation. All Rights Reserved page1

Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page2 Copyright 2006 KDDI Corporation. All Rights Reserved page3 Copyright 2006 KDDI Corporation.

More information

ActivKey v3.0 ActivKey v3.0 ActivKey v Copyright KDDI Corporation All Rights Reserved. 1/37

ActivKey v3.0 ActivKey v3.0 ActivKey v Copyright KDDI Corporation All Rights Reserved. 1/37 ActivKey v3.0 ActivKey v3.0 2007 8 16 2.0 Copyright KDDI Corporation All Rights Reserved. 1/37 1.1 2007 5 25 FIXS0603014 2.0 2007 8 16 ActivIdentity Device Driver v2.0 ActivKeyv3.0 ActivKey ActivCard Gold

More information

RNA52A10MM データシート

RNA52A10MM データシート RNAA0MM Dual CMOS system RESET IC R0DS009JJ000 (Previous code: RJJ0D0-000) Rev..00 0..9 RNAA0MM. CMOS. μa (typ) H MΩ o CMOS. ± 0 m % typ.. μa typ. CR MMPAK- 0 C ( ) RNAA0MMEL MMPAK- PLSP000JC-A MM EL (,000

More information

名称未設定

名称未設定 Parallels Desktop 6 for Mac Read Me Parallels Desktop for Mac build 6.0.11822 Parallels Desktop for Mac 1.Parallels Desktop for Mac 2. 3. 4. 5. Parallels Desktop 6. Parallels Desktop 6 for Mac 7. Parallels

More information

2

2 2 3 4 5 6 1 2 7 Windows Me Microsoft Office XP Personal Easy CD Creator4 8 9 DIGITAL 10 11 12 1 3 2 13 1 2 14 3 15 1 2 3 16 4 17 1 2 18 3 1 4 5 1 2 3 4 19 1 2 3 20 4 5 21 1 2 1 22 2 3 1 23 1 2 3 4 24 1

More information

USB FDD ユーザーズマニュアル

USB FDD ユーザーズマニュアル 35011007 ver.01 1-01 C10-015 Universal Serial Bus Interface External Floppy Disk Drive Unit USB FDD ユーザーズマニュアル OS USB FDD USB VCCI VCCI Adobe Acrobat Adobe Systems Incorporated Apple Mac Macintosh Apple

More information

Express5800/53Xg, Y53Xg インストレーションガイド(Windows編)

Express5800/53Xg, Y53Xg インストレーションガイド(Windows編) NEC Express Express5800 Express5800/53Xg, Y53Xg (Windows ) 1 Windows 2 2011 6 NEC Corporation 2011 DVD-ROM( ) DVD-ROM( ) PDF 1 2 3 4 ON,OFF BIOS PDF (Windows ) 1 Windows 2 Windows ESMPRO Universal RAID

More information

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved.

Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. Rev. 1.0 MU-PS1T0B MU-PS500B MU-PS250B Samsung Electronics Samsung Electronics Samsung Samsung Samsung Copyright 2015 Samsung Electronics Co., Ltd. All rights reserved. 1.... 4... 4... 4 T1... 5 T1...

More information

IC 2002 6 12 NEC CK1505-01A IC 1 4 2 5 3 IC 10 3.1 IC...10 3.2...10 4 IC 11 5 USB 13 5.1 USB...13 5.2 USB...15 6 IC 22 7 23 7.1...23 7.2...24 7.3...27 CK1505-01A IC 1 IC USB IC OS USB Windows Windows98(98SE)/Me/2000/XP

More information

untitled

untitled 1 All Rights Reserved,Copyright C (2000-2008) e-marketplace A HA e-ingbiz.com All Rights Reserved,Copyright C (2000-2008) 2 ( 3 All Rights Reserved,Copyright C (2000-2008) EXCEL BU EXCEL All Rights Reserved,Copyright

More information

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2 unitech PA600 Rugged En PDA - RFID HF - unitech 400618G Ver.1.2 - 2009 Unitech Oracle Embedded Software Licensing Program FCC - i 16 PA600 1. 5V/2A AC USB DC 2. PA600 DC 8 SDRAM 60 C C C C ii PA600 RFID

More information

1

1 Ver.1.04 Reference Document For LCD Module Product No Documenet No 1B3GB02 SPC1B3GB02V104 Version Ver.1.04 REPRO ELECTRONICS CORPORATION Maruwa Building 2F,2-2-19 Sotokanda,Chiyoda-ku,Tokyo 1001-0021 Japan

More information

tutorial_lc.dvi

tutorial_lc.dvi 00 Linux v.s. RT Linux v.s. ART-Linux Linux RT-Linux ART-Linux Linux kumagai@emura.mech.tohoku.ac.jp 1 1.1 Linux Yes, No.,. OS., Yes. Linux,.,, Linux., Linux.,, Linux. Linux.,,. Linux,.,, 0..,. RT-Linux

More information

Microsoft Word - 本文.doc

Microsoft Word - 本文.doc - 内蔵コンパイラ ForCy で学ぶ - 組み込みプログラミング ForCy USB 2.0 初版 2007/08/03 第 2 版 2009/02/03 有限会社リカージョン - 内蔵コンパイラ ForCy で学ぶ - 組み込みプログラミング FORTH C + 4 / :ForCy i ForCy-USB ForCy-USB USB ForCy C - 2 - ForCy-USB Atmel

More information

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル P1E1M01500-3 - - - LSI MegaRAID SAS-MFI BIOS Version x.xx.xx (Build xxxx xx, xxxx) Copyright (c) xxxx LSI Corporation HA -0 (Bus xx Dev

More information

Cisco 1711/1712セキュリティ アクセス ルータの概要

Cisco 1711/1712セキュリティ アクセス ルータの概要 CHAPTER 1 Cisco 1711/1712 Cisco 1711/1712 Cisco 1711/1712 1-1 1 Cisco 1711/1712 Cisco 1711/1712 LAN Cisco 1711 1 WIC-1-AM WAN Interface Card WIC;WAN 1 Cisco 1712 1 ISDN-BRI S/T WIC-1B-S/T 1 Cisco 1711/1712

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション LSI Web Copyright 2005 e-trees.japan, Inc. all rights reserved. 2000 Web Web 300 Copyright 2005 e-trees.japan, Inc. all rights reserved. 2 LSI LSI ASIC Application Specific IC LSI 1 FPGA Field Programmable

More information

いま本文ー校了データ0822.indd

いま本文ー校了データ0822.indd CONTENTS 02 04 06 page 02 1 2 54.0% 38.0% 35.4% 24.2% 71.8% 98.8% 38.1% 23.4% 21.2% 14.5% 56.7% 1 2 10.8% 18.6% 14.5% 18.2% 37.0% 73.281.5 44.729.5 24.336.7 14.733.9 26.622.8 19.824.6 36.6% 30.9% 25.0%

More information

USB FDD ユーザーズマニュアル

USB FDD ユーザーズマニュアル 35011007 ver.02 2-01 C10-017 Universal Serial Bus Interface External Floppy Disk Drive Unit USB FDD ユーザーズマニュアル USB FDD USB FDD OS USB FDD USB VCCI VCCI Adobe Acrobat Adobe Systems Incorporated Apple Mac

More information

SL-D700

SL-D700 CMP0017-01 JA 2014 Seiko Epson Corporation. All rights reserved. A B C D E F G ... 5 /... 38... 5... 5... 5 OS... 6... 7... 7... 9... 10... 11... 11... 12... 13... 13... 13... 14... 15... 15... 16... 16...

More information

SL-D700

SL-D700 CMP0017-04 JA 2015 Seiko Epson Corporation. All rights reserved. A B C D E F G ... 5 /... 38... 5... 5... 5 OS... 6... 7... 7... 9... 10... 11... 11... 12... 13... 13... 13... 14... 15... 15... 16... 16...

More information

ユーザーガイド

ユーザーガイド PRS-350 2010 Sony Corporation 4-257-507-02(1) 2 49 51 55 58 66 68 70 73 75 63 65 76 78 79 89 92 95 4 102 107 116 111 114 83 147 24 5 ...7...8...13...16...18...19...21...24 11 81 3 OPTIONS 70 7 * 1 * 2

More information

Microsoft, Windows Microsoft Corporation

Microsoft, Windows Microsoft Corporation Copyright 2000-2002 T&D Corporation. All rights reserved. 2002.07 16004194030 Microsoft, Windows Microsoft Corporation This Modem Logger is designed for use in Japan only and can not be used in any other

More information

LMC-CA84U2

LMC-CA84U2 LMC-CA84U2_V06 USB 2.0 Memory Card READER LMC-CA84U2 ... 1... 4... 5... 5... 6... 6... 11... 13 USB 2.0... 17 Macintosh... 18...18...21 Macintosh...24 Windows... 26 Windows XP...26 Windows Me,2000,98...

More information

KLCシリーズ インストール/セットアップ・ガイド

KLCシリーズ インストール/セットアップ・ガイド KORG Legacy Collection J 1 / 2 Windows XP Windows XP 1 2 Windows XP 3 4 5 6 3 / 7 8 4 Mac OS X Mac OS X 1 2 3 4 5 Mac OS X 6 5 / 7 8 6 USB / USB 1 2 USB 7 / 1 2 3 Windows Mac 4 1 Windows Mac 8 2 Windows

More information

Installer_J

Installer_J (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Visual Basic Visual C++ EPSON ESC/POS Copyright 2008 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1 1.3...2 2...3 2.1...3 2.2...3 2.2.1...4 2.2.2...10

More information

UID S307-NDEF

UID S307-NDEF [White Paper] Ubiquitous ID Center Specification DRAFT 2012-05-15 NFC ucode タグのメモリフォーマット規定 Standard of memory format of NFC ucode tag Number: Title: NFC ucode タグのメモリフォーマット規定 Standard of memory format of

More information

...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36

...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36 REVISION 2.85(6).H ...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36...36...36...37...38...39 2 ...39...42...42...42...43...43...44...45...46...46...47...48...48...49...50...51...52...53...55...56...56...58...60...62...64...66...68...68...69...71...71...71...71...72...72...73...74...74...74...74

More information

2

2 DX Simulator Copyright 2001-2002 Yamaha Corporation. All rights reserved. Version 1.2, 2002 YAMAHA CORPORATION 2 z x z x c 3 z Windows Macintosh Windows Macintosh x 4 z Windows Macintosh Windows Macintosh

More information

quattro.PDF

quattro.PDF Quattro USB Audio Interface 2 M-AUDIO 3 Windows Windows 98 SE/ Windows ME/ Windows 2000/ Windows XP Platinum III 500MHz/ 96kHz Platinum II 400MKz/ 48kHz 128MB RAM / 96kHz 64MB RAM/ 48kHz Macintosh USB

More information

1. OS Windows 7 Ultimate(32 ) Windows 7 Professional(32 ) Windows 7 Home Premium(32 ) Windows 7 Starter(32 ) Windows Vista Ultimate(32 ) Windows Vista

1. OS Windows 7 Ultimate(32 ) Windows 7 Professional(32 ) Windows 7 Home Premium(32 ) Windows 7 Starter(32 ) Windows Vista Ultimate(32 ) Windows Vista AIR-EDGE PHONE AH-J3003S (Windows ) 2009 11 6 1 1. OS Windows 7 Ultimate(32 ) Windows 7 Professional(32 ) Windows 7 Home Premium(32 ) Windows 7 Starter(32 ) Windows Vista Ultimate(32 ) Windows Vista Business(32

More information

MSAC-US40

MSAC-US40 3-197-477-12(1) USB / MSAC-US40 b 2 MSAC-US40 3 VCCI B Program 2005, 2007 Sony Corporation Documentation 2007 Sony Corporation Memory Stick MagicGate Memory Stick Memory Stick Duo MagicGate Memory Stick

More information

T&D_Rec_19_jp-CS.indd

T&D_Rec_19_jp-CS.indd T&D Recorder for Windows Copyright T&D Corporation. All rights reserved. 2010.01 16504450002 19 - - Microsoft Windows Microsoft Corporation - Windows Vista Microsoft Corporation - TANDD - - - - - - -T&D

More information

SPZ2500_UM_00_JAP_V1.2.indd

SPZ2500_UM_00_JAP_V1.2.indd Register your product and get support at SPZ2500 JA 1 Web 2 2 2 3 2 4 Web 4 Web PC 4 9 15 15 15 15 15 16 FCC 16 EMF 16 16 17 3 4 Philips CamSuite 7 5 Philips CamSuite Capture 8 8 8 8 9 9 9 9 10 10 6 11

More information

Nios II ハードウェア・チュートリアル

Nios II ハードウェア・チュートリアル Nios II ver. 7.1 2007 8 1. Nios II FPGA Nios II Quaruts II 7.1 Nios II 7.1 Nios II Cyclone II count_binary 2. 2-1. http://www.altera.com/literature/lit-nio2.jsp 2-2. Nios II Quartus II FEATURE Nios II

More information

NW-E062 / E063 / E062K/ E063K

NW-E062 / E063 / E062K/ E063K / FM / 112 NW-E062 / E063 / E062K/ E063K 59 70 1 USB USB / MD CD MD CD 111 x- x- 112 NW-E062 / E063 / E062K/ E063K / FM / 112 NW-E062 / E063 / E062K/ E063K / FM / 112 MD CD MD CD x- CD 29 31 47 52 111

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094100 Rev. A Seiko Epson Corporation 2015. All rights reserved. 2 3 4 5 6 Bluetooth 7 Bluetooth 8 1 9 Bluetooth 10 1 11 1 2 6 5 4 3 7 12 1 13 14 ONF 1 N O O N O N N N O F N N F N N N N N N F F O O

More information

4 Ziggi-HD 4 5 5 6 7 8 8 8 9 11 12 13 5 14 15 16 17 18 19 (EXP) 20 21 2

4 Ziggi-HD 4 5 5 6 7 8 8 8 9 11 12 13 5 14 15 16 17 18 19 (EXP) 20 21 2 Ziggi-HD USB www.ipevo.jp 4 Ziggi-HD 4 5 5 6 7 8 8 8 9 11 12 13 5 14 15 16 17 18 19 (EXP) 20 21 2 22 23 24 25 Ziggi-HD 26 28 29 Ziggi-HD Ziggi-HD Ziggi-HD 30 31 31 32 32 33 35 35 3 Ziggi-HD USB Ziggi-HD

More information

R70_Software_Manual_JP1.3

R70_Software_Manual_JP1.3 R70 Ethernet CAN (1.3 JP) R70 Ethernet CAN Version 1.3 JP, 08/2008, DOC01816 Copyright 2008 by d&b audiotechnik GmbH; all rights reserved. d&b audiotechnik GmbH Eugen-Adolff-Strasse 134, D-71522 Backnang,

More information

R1RW0408D シリーズ

R1RW0408D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

SFC

SFC 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 Base Header Service Path Header ~ Context Headers ~ Figure 1: Network Service Header 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094106 Rev. G Seiko Epson Corporation 2015-2018. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 ... 71 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F N

More information

book

book Bibliotheca21 Personal 3020-7-245-30 P-26D3-A114 Bibliotheca21 Personal 01-30 OS Windows 2000 Windows Server(R) 2003 Windows XP Windows Server(R) 2008 Windows Vista(R) Windows 7 Adobe Adobe Systems Incorporated

More information

DS90CP04 1.5 Gbps 4x4 LVDS Crosspoint Switch (jp)

DS90CP04 1.5 Gbps 4x4 LVDS Crosspoint Switch (jp) 1.5 Gbps 4x4 LVDS Crosspoint Switch Literature Number: JAJS984 1.5Gbps 4 4 LVDS 4 4 (LVDS) ( ) 4 4:1 4 1 MODE 4 42.5Gb/s LVDS 20010301 33020 23900 11800 ds200287 2007 12 Removed preliminary. Removed old

More information

1 Web Web 4 Web PC FCC 15 EMF Web 5 4 Philips CamSuite 6 5 Philips CamSuite Capture

1 Web Web 4 Web PC FCC 15 EMF Web 5 4 Philips CamSuite 6 5 Philips CamSuite Capture Register your product and get support at PC webcam SPZ2000 JA 1 Web 2 2 2 3 2 4 Web 4 Web PC 4 9 14 14 14 14 14 15 FCC 15 EMF 15 15 16 3 Web 5 4 Philips CamSuite 6 5 Philips CamSuite Capture 7 7 7 7 8

More information

1 1 2 3 4 5 1 2 3 4 5 6 1 2 3 4 1 2 3 4 5 6 7 1 2 1 1 2 CX-Programmer USB A B CP1E CPU USB ( ) (USB) USB2.0 B USB USB2.0 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 6 1 2 1 2 L1 L2/N COM 01 03 05 07 09 11 01 03 05

More information

Silicon Labs 社 CP210x クイックスタートガイド 2015 年 6 月

Silicon Labs 社 CP210x クイックスタートガイド 2015 年 6 月 Silicon Labs 社 CP210x クイックスタートガイド 2015 年 6 月 Silicon Labs 社 CP210x クイックスタートガイド 目次 1 はじめに... 3 2 評価環境のご紹介... 4 2-1 ハードウェア... 4 2-1-1 Evaluation Kit... 4 2-1-2 Mini Evaluation Kit... 5 2-2 ドライバ... 6 2-2-1

More information

Office BCP () Office Microsoft Exchange Exchange Server Exchange Online Exchange Server Exchange Online Exchange Exchange 1997 Exc

Office BCP () Office Microsoft Exchange Exchange Server Exchange Online Exchange Server Exchange Online Exchange Exchange 1997 Exc Microsoft Exchange 2015 Office BCP () Office Microsoft Exchange Exchange Server Exchange Online 2012 12 Exchange Server 2013 2013 1 Exchange Online Exchange Exchange 1997 Exchange ActiveSync 2001 Exchange

More information

untitled

untitled e-parcel VCN-AX 3.0 for Windows April, 2017 e-parcel VCN-AX3.0 Installation Manual EP-PM-MN-0316 Copyright e-parcel Corporation All rights reserved. 1 e-parcel VCN-AX3.0 Installation Manual EP-PM-MN-0316

More information

untitled

untitled 4 1 1 7 7 10 10 HDD 15 CD-ROM 15 FDD 16 16 17 18 BIOS 18 BIOS 18 OSWindowsXP 22 22 30 33 IC CPU ICAND,OR NOT IC CPU IC IC 1-1 (Hard Disk Drive) CD-ROM (Floppy Disk Drive) 1 Input Output CPU CPU CPU CPU

More information

NW-E042/E043/E044

NW-E042/E043/E044 OS IBM PC/AT Windows XP Home Edition Service Pack 2 /Windows XP Professional Service Pack 2 / Windows Vista Home Basic/Windows Vista Home Premium/Windows Vista Business/Windows Vista Ultimate OS Windows

More information

TH-42/47/55LF6J,TH-42/47/55LF60J

TH-42/47/55LF6J,TH-42/47/55LF60J - + - + 1 2 M3 HDMI HDMI AV OUT HDMI AV OUT DVD DVD 19 3 1 18 4 2 11 12 13 14 15 16 17 18 19 10 DVD VIDEO OUT VCR AUDIO OUT L R RCA-BNC RCA-BNC Y PB PR OUT RGB OUT L R AUDIO OUT RGB DVD DVI-D PC DVI 5

More information

基準電圧源の選択における基本事項

基準電圧源の選択における基本事項 Literature Number: JAJA416 Expert tips, tricks, and techniques for powerful designs No. 13... 110 David Megaw, Design Engineer... REF REF Dn Dn1 Dn Dn Dn3 Dn1 D1 Dn Dn3 D1 ADC DAC Figure 1. ADC/DAC national.com

More information

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

Printer Driverセットアップ編

Printer Driverセットアップ編 Microsoft MS-DOS Windows Windows Server Windows Vista Internet Explorer PowerPoint Outlook Microsoft Corporation Microsoft Corporation Intel Intel Inside Itanium Pentium Intel Corporation USB-IF Universal

More information

Adobe Acrobat DC 製品比較表

Adobe Acrobat DC 製品比較表 X X Adobe, the Adobe logo, Acrobat, the Adobe PDF logo, Creative Cloud, and Reader are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.

More information

EPSON PX-500 プリンタ操作ガイド

EPSON PX-500 プリンタ操作ガイド A4 L... 6... 6... 7... 7... 8 EPSON PhotoQuicker... 8... 8... 12 1... 12 2... 13... 14... 14... 15... 15... 17... 17 A4 L... 19... 19... 20... 20... 21... 21... 23... 23... 23... 25... 25... 27... 27...

More information

SmartLMSユーザーズガイド<講師編>

SmartLMSユーザーズガイド<講師編> SmartLearning Management System SmartLMS (1) (2) (3) (4) (3) (5) Microsoft MS PowerPoint DirectX Windows Windows NT Windows Media Microsoft Corporation Intel Pentium Intel Corporation NEC 2003-2004 NEC

More information

NFC ucode タグのメモリフォーマット規定

NFC ucode タグのメモリフォーマット規定 [White Paper] Ubiquitous ID Center Specification DRAFT 2011-02-08 NFC ucode タグのメモリフォーマット規定 Standard of memory format of NFC ucode tag Number: Title: NFC ucode タグのメモリフォーマット規定 Standard of memory format of

More information