Components for RS-232c

Size: px
Start display at page:

Download "Components for RS-232c"

Transcription

1 VBMan Components for RS-232C Programming Manual Version 5.00

2 VBMan Components for RS-232C IDE...15 Visual Basic.NET...15 Visual C#...17 Visual J#...17 Visual C NAMESPACE/CLASS AbortTransfer...22 BaudRate

3 ByteSize...23 CustomBaudRate...24 DebugTrace...24 DTREnable...24 ErrorNotifyType...24 FlowControl...25 InBufferCount...25 LastMajorErrCode...26 LastMinorErrCode...26 NotifyRecvChars...26 NotifySendComplete...27 NullDiscard...27 Parity...27 ParityReplace...28 Port...28 Progress...28 Protocol...28 RecvQSize...29 RecvTimeOut...29 RTSEnable...30 SendQSize...30 SendTimeOut...30 ShowErrorMessage...31 StopBits...31 Stream...31 WatchPriority ClearBreak...34 ClearDTR

4 ClearRTS...34 CloseComm...35 Crc Crc FlushComm...36 GetCTS...37 GetDSR...38 GetRLSD...38 GetRing...39 OpenComm...40 Receive...40 ReceiveFile...41 Send...43 SendBreak...43 SendFile...44 SetDTR...44 SetRTS...45 Transmit OnCommError...47 OnCommNotify...48 OnCommRecv...48 OnCommSend...48 OnCommTransferEnd /

5 APPENDIX-A APPENDIX-B USB...57 Xmodem APPENDIX-C VBMAN COMPONENTS FOR RS-232C

6 VBMan components for RS-232C version 5.00 Microsoft Visual Studio.NET.NET RS-232C bit/VBX 32bitOCX,ActiveX Visual Studio.NET RS-232C.NET Visual Studio.NET ComponentModel Visual Studio.NET,NET Visual Basic.NET/C#/J#/Visual C++(Managed Application) Windows Form/Web Form/ DebugTrace 6

7 16/10 Xmodem Check Sum, Xmodem CRC, XModem 1K 7

8 URL 8

9 / URL:

10 10

11 : : : support@systemlab.co.jp Web: : : : support@techknowledge.co.jp Web: 11

12 12

13 VBMan components for RS-232C VBMan components for RS-232C Microsoft.NET framework 1.1 Windows 98/98SE/ME Windows 2000 Windows XP Windows 2003 Server VBMan components for RS-232C Microsoft.NET Microsoft Visual Basic.NET Microsoft Visual C# Microsoft Visual J# Microsoft Managed C++ IDE( ) Microsoft Visual Studio.NET 2003 VBMan components for RS-232C CD-ROM (setup.exe) VBMan components for RS-232C 13

14 <INSTDIR> <SYSDIR> <instdir> bin CommLib.dll RS-232C <sysdir> CommShm.DLL <instdir> bin VBMTRACE.EXE <instdir> man CommLib500.html <instdir> man CommLib500.pdf PDF. Samples VB.NET *.* VB.NET. Samples CS *.* C# 14

15 IDE Visual Studio 2003 IDE. Visual Basic.NET Microsoft Visual Basic.NET VBMan components for RS-232C Visual Studio.NET Visual Basic.NET Windows VBMan.NET framework CommLib.DLL c: Program Files techknowledge VBMan Components for RS-232C bin SerialIO Windows 15

16 VBMan components for RS-232C WindowsForm 16

17 Visual C# Visual C# Visual C# Visual Basic.NET Visual J# Visual J# Visual Visual Basic.NET Visual C++ Visual C++.NET (Managed C++ ) Vissual Basic.NET 17

18 Namespace/Class Namespace CommLib Class SerialIO Visual C# IDE IDE 18

19 VBMan Control for RS-232C V4.0 OLE 16bit/VBX ActiveX.NET Framework NET.NET.NET Send Receive Vc CLR SendFile/ReceiveFile DLL CRC SerialIO 19

20 VBMan components for RS-232C AbortTransfer BaudRate ByteSize CustomBaudRate DebugTrace DTREnable DTR FlowControl InBufferCount LastMajorErrCode LastMinorErrCode NotifyRecvChar CommRecv NotifySendComplete CommSend NullDiscard Parity ParityReplace Port Progress Protocol RecvQSize 20

21 RecvTimeOut RTSEnable SendQSize SendTimeOut StopBits RTS 21

22 AbortTransfer true 22

23 Visual Basic.NET SerialIO1.AbortTransfer = True BaudRate BaudRateValues BaudRa evalues (bps) Baud75 75 Baud Baud Baud Baud Baud Baud Baud Baud Baud Baud Baud Baud Baud Badu ByteSize ByteSizeValues ByteSizeValues 23

24 SevenBits EngithBits 7bit 8bit CustomBaudRate BaudRate 0 BaudRate DebugTrace True Send/Receive vbmtrace.exe vbmtrace.exe True DTREnable DTR True DTR Visual Basic.NET SerialIO1.DTREnable = True ErrorNotifyType VBMan Components for RS-2323C 24

25 ErrorNotifyValues ErrorNotifyValues ByException ByEvent ActvieX OnCommError FlowControl XOn/XOff FlowControlValues FlowControlValues NoFlowControl SoftFlowControl HardFlowControl XON/XOFF Windows API RTS(request-to-send),DTR(data-terminal-ready) CTS(clear-to-send) DSR(data-set-ready) 30ms Visual Basic.NET InBufferCount 25

26 Visual Basic LastMajorErrCode LastMinorErrCode NotifyRecvChars CommRecv -1 CommRecv 0 CommRecv Visual Basic.NET SerialIO1.VcNoticyRecvChars =

27 byte NotifySendComplete True CommSend NullDiscard True Parity ParityValues ParityValues NoParity OddParity EvenParity 27

28 ParityReplace Port? PortValues COM20 OpenComm Visual Basic.NET Progress short Xmodem 128 Protocol ProtocolValues Xmodem 8bit, 1, ProtocolValues XmodemAuto Xmodem CRC, CheckSum,1K 28

29 XmodemCheckSum Xmodem CheckSum XmodemCrc Xmodem CRC Xmodem1K Xmodem 1K RecvQSize 1024 Visual Basic.NET RecvTimeOut Receive (1/1000 ) Long 1 Xmodem-1K 1,024 SendQSize,RecvQSize 1,200 Xmodem-1K STX Xmodem-1K 29

30 ERR_RECV_TIMEOUT RecvString Visual Basic.NET RTSEnable True RTS Visual Basic.NET Comm.RTSEnable = True SendQSize 1024 RecvQSize SendTimeOut msec API 2 Win32API GetThickCount API 49 API 49 30

31 COMM msec Visual Basic.NET ShowErrorMessage True X-Modem StopBits 1,1.5,2 StopBitsValues StopBitValues OneStopBit 1 OneAndHalrStopBit 1.5 TwoStopBit 2 Stream System.IO.Stream SerialStream.NET 31

32 framework Stream SerailStream WatchPriority VBMan Components for RS-2323C CPU PriorityValues PriorityValues 0 Lowest 1 Below Normal 2 Normal 3 Above Normal 4 Highest 32

33 VBMan components for RS-232C Visual Basic ClearBreak ClearDTR DTR ClearRTS RTS CloseComm Crc16 CRC-16 Crc32 CRC-32 FlushComm GetCTS CTS GetDSR DSR GetRLSD RLSD GetRing Ring OpenComm Receive ReceiveFile Send SendBreak SendFile SetDTR DTR SetRTS RTS Stream SerailStream Transmit 33

34 ClearBreak ClearBreak() As Short (MajorErrorCode) Visual Basic.NET rc As Integer rc = SerialIO1.ClearBreak ClearDTR ClearDTR() As Short DTR (MajorErrorCode) Visual Basic.NET rc As Integer rc = SerialIO1.ClearDTR ClearRTS ClearRTS() As Short 34

35 RTS (MajorErrorCode) Visual Basic.NET rc As Short rc = SerialIO1.ClearDTR CloseComm CloseComm() As Short (MajorErrorCode) Visual Basic.NET rc As Short rc = SerialIO1.CloseComm Crc16 Crc16(byteArra() As Byte) As Uint16 CRC16 Byte CRC16 35

36 CRC16 Byte Crc32 Crc32(byteArray() As Byte) As Long CRC16 Byte CRC32 CRC32 Byte FlushComm FlushComm(QueueType As Integer) As Short

37 MajorErrorCode 1 GetCTS GetCTS(cts As Boolean) As Short CTS True CTS MajorErrorCode CTS OnCommNotify Visual Basic.NET 37

38 GetDSR GetDSR(dsr As Boolean) As Short DSR True DSR MajorErrorCode DSR OnCommNotify Visual Basic.NET GetRLSD GetRLSD(rlsd As Boolean) As Short 38

39 RLSD MajorErrorCode RLSD Visual Basic.NET GetRing GetRing(ring As Boolean) As Short Ring Ring True Ring OnCommNotify 3 receive-line-single-detect 39

40 Visual Basic.NET OpenComm OpenComm() As Short (MajorErrorCode) Visual Basic.NET Receive Receive(Buffer() As Byte ) As Short Receive(Buffer() As Byte, Size As Integer) As Short 40

41 Receive(Buffer() As Byte, Offset As Integer, Size As Integer) As Short Receive(ByRef Buffer As String) As Short Receive(ByRef Buffer As String, Size As Integer) As Short Receive(ByRef Buffer As Int16) As Short Receive(ByRef Buffer As Int32) As Short Receive(ByRef Buffer As Int64) As Short Receive(ByRef Buffer As Single) As Short Receive(ByRef Buffer As Double) As Short Receive(Pointer As IntPtr) As Short.NET framework String Shift-JIS Visual Basic.NET buffer(10) As Byte SerialIO1.Receive(Buffer) Visual C# Byte [] buffer = new Byte[10]; Short rc = SerialIO1.Receive(buffer); ReceiveFile 41

42 ReceiveFile( FileName As String ) As Integer X-Modem Protocol Status OnCommTransferEnd Visual Basic.NET 42

43 Send Send(data As Byte) As Short Send(data()As Byte) As short Send(data() As Byte, offset as Integer, length As Integer) As Short Send(ptr As IntPtr) As Short Send(data As String) As Short Send(data As Int16) As Short Send(data As Int32) As Short Send(data As Int64) As Short Send(data As Single) As Short Send(data As Double) As Short Shift-JIS Visual Basic.NET rc As Integer data(5) as Byte Data(0) = 5 Data(1) = 32 Data(2) = 41 Data(3)= 42 Data(4) = 6 rc = SerialIO1.Send(data) SendBreak 43

44 SendBreak() As Short ClearBreak (MajorErrorCode) Visual Basic.NET rc As Integer rc = SerialIO1.SendBreak SendFile SendFile( FileName As String ) As Short X-Modem Protocol Status OnCommTransferEnd ReceiveFile OnCommTransferEnd SetDTR 44

45 SetDTR() As Short DTR SetRTS SetRTS() As Short RTS Transmit Transmit( bytedatar As Byte ) As Short Visual Basic.NET 45

46 46

47 VBMan components for RS-232C CommError CommNotify CommRecv CommSend CommTransferEnd OnCommError VBMan components for RS-232C ErrorNotifyType ByEvent CommErrorEventArgs MajorErrorCode Appendix-A MinorErrorCode Appendix-A 47

48 OnCommNotify VBMan components for RS-232C DTR,CTS,RLSD,Ring (16 ) CTS DSR RLSD RING 0x0008 0x0010 0x0020 0x0100 OnCommRecv NotifyRecvChar 0 CommRecv Visual Basic.NET OnCommSend NotifySendComplete True CommSend 48

49 Visual Basic.NET OnCommTransferEnd ReceiveFile,SendFile Visual Basic.NET 49

50 VBMan components for RS-232C DebugTrace True VBMan Components for RS-232C / 50

51 51

52 52

53 Appendix-A (MajroErrorCode ) ERR_OPEN ERR_BUILD_DCB ERR_COMM_STATE ERR_NO_MEM ERR_BUFFER_SHORT ERR_READ_COMM ERR_WRITE_COMM ERR_CLEAR_BREAK ERR_SET_BREAK ERR_TRANSMIT_CHAR ERR_INVALID_SIZE ERR_NOT_OPEN ERR_ALREADY_OPEN ERR_INVALID_DEVICE_NAME ERR_FLUSH_COMM ERR_RECV_TIMEOUT ERR_CREATE_EVENT ERR_RECV_LENGTH_TOO_LO NG Data Control Block 102 MinorErrorCode MinorErrorCode 106 MinorErrorCode SendChar 110 SendChar RecvString 53

54 ERR_THREAD ERR_CLEAR_DTR ERR_SET_DTR ERR_CLEAR_RTS ERR_SET_RTS ERR_GET_MODEM_STATUS ERR_COMM_LINE ERR_IN_TRANSFER ERR_NOT_IN_TRANSFER ERR_SEND_TIMEOUT ERR_TYPE_INVALID ERR_NO_DATA ERR_SHOULD_BE_8_BITS DTR 120 DTR 121 RTS 122 RTS Byte Byte 129 Receive 130 X-MODEM ByteSize 7Bit X-MODEM 8Bit 2 GetLastError API Win32SDK Win32 SDK winerror.h Win32 SDK Microsoft Developer Network (MSDN) CommTransferEnd 54

55 ERR_XMODEM_FILE_EXSIST 2101 ERR_XMODEM_FILE_OPEN 2102 ERR_XMODEM_FILE_READ 2103 chkdsk,scandisk ERR_XMODEM_FILE_WRITE 2104 chkdsk,scandisk ERR_XMODEM_SEND_CHAR 2105 ERR_XMODEM_SEND_SHORT 2106 CRC ERR_XMODEM_SEND_PACKET 2107 ERR_XMODEM_RECV_CHAR 2108 ERR_XMODEM_RECV_SHORT 2109 CRC ERR_XMODEM_RECV_PACKET 2110 ERR_XMODEM_SEQ 2111 ERR_XMODEM_PROTOCOL

56 ERR_XMODEM_RETRY_OUT 2113 ERR_XMODEM_ABORT_TRANSFER 2114 ERR001 ERR002 ERR003 ERR005 ERR006 ErrorNotifyType ByException SerialStream Stream 56

57 Appendix-B VBMan components for RS-232C web URL USB RS-232c USB PC 1 PCI URS-03 JUSTY UCR-01 Xmodem Xmodem Progress X-Modem 128 X-Modem 1K 1024 VBMan components for RS-232C VBMan Win32 API COM1 COM10 Windows/Win32 API 57

58 OS Win32 API VBMan components for RS-232C VBMan Components for RS-232C CommLib.DLL CommShm.DLL CommLib.DLL CommShm.DLL 58

59 Appendix-C I/O 127 ASC ASC 59

60

61 RS 232C RS (Recommend Standard) 232 C RS-232C RS-232C 25 D 9 61

62 VBMan components for RS-232C OS 62

63 VBMan components for RS-232C version Printed In Japan 63

VBMan for

VBMan for VBMan Control for RS-232C Version 4.00 TechKnowledge VBMan Control for RS-232C... 7... 9... 9... 10... 11...13...13... 14...14...14...14... 17 VISUAL BASIC.NET...17 VISUAL C#...18 VISUAL BASIC 5.0/6.0...18

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

2009/02/ /03/ /03/ /06/16 21

2009/02/ /03/ /03/ /06/16 21 2009 6 2009/02/25 3 3 2009/03/03 3 10 2009/03/10 6 16 2009/06/16 21 ... 1 1... 3 1-1... 3 1-2... 3 1-3... 3 1-4... 4 1-5... 6 2... 7 2-1 ( )... 7 3... 13 4... 16 4-1... 16 4-2... 17 4-3... 18 5... 19 5-1...

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

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft Corporation ... iv... v... vi... 1-1 1.1... 1-2 1.2...

More information

untitled

untitled Visual Basic.NET 1 ... P.3 Visual Studio.NET... P.4 2-1 Visual Studio.NET... P.4 2-2... P.5 2-3... P.6 2-4 VS.NET(VB.NET)... P.9 2-5.NET... P.9 2-6 MSDN... P.11 Visual Basic.NET... P.12 3-1 Visual Basic.NET...

More information

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation Microsoft Microsoft Visual Basic.NET (OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation Microsoft Microsoft

More information

Express5800/120Ra-1

Express5800/120Ra-1 1. CPU L1 L2 CD-ROM LAN OS OS N8100-661A ( /1BG(256)) Pentium 1.0BGHz 1 2 32KB 256KB 128MB 4GB (73.2GB 2) 10 24 100BASE-TX 10BASE-T 2 640 480 1280 1024* 2. DISK LINK/ACT(LAN1) STATUS LINK/ACT(LAN2) POWER/SLEEP

More information

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD- Express5800/110Ee Pentium 1. Express5800/110Ee N8500-654 N8500-655 Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-ROM LAN Windows NT Server 4.0 Pentium 800EBMHz 1 (

More information

Express5800/110Ee (2002/01/22)

Express5800/110Ee (2002/01/22) (2002/01/22) 1. N8100-691 ( /1BG(256)) CPU L1 L2 CD-ROM LAN OS Pentium 1.0BGHz 1 32KB 256KB 128MB 1.5GB ( IDE 60GB 3( IDE 2)) ( SCSI 18.1GB 3) 14 40 100BASE-TX 10BASE-T 640 480 1280 1024(VRAM 8MB) 2. CD-ROM

More information

Express5800/120Ed

Express5800/120Ed Pentium 60% 1. N8500-570A N8500-662 N8500-663 N8500-664 ( /800EB(256)) ( /800EB(256)-9W) ( /800EB(256)-9W2) ( /1BG(256)) Windows NT Server 4.0 Windows 2000 HDD HDD CPU Pentium 800EBMHz1 Pentium 1BGHz1

More information

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 (2002/01/22) Express5800/110Rc-1 1. Express5800/110Rc-1 N8100-665 N8100-793 Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 Celeron (850MHz) 1 L1 32KB L2 256KB 128KB

More information

Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N N N Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120R

Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N N N Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120R Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N8500-572 N8500-573 N8500-574 Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120Rc-2 (/667(256)) (/800EB(256)) (/933(256)) CPU L1 L2

More information

Express5800/120Le

Express5800/120Le Workgroup/Department 1. N8500-579A N8500-671 N8500-672 (/800EB (256)-27AWS) (/800EB (256)-27AW2S) (/800EB(256)) Windows NT Server 4.0 Windows 2000 Server CPU Pentium800EBMHz1 2 L1 32KB L2 256KB 128MB 4GB

More information

Express5800/140Hb (2002/01/22)

Express5800/140Hb (2002/01/22) (2002/01/22) 1. N8100-592B N8100-594B N8100-681 ( -X/700(1)) ( -X/700(2)) ( -X/900(2)) CPU L1 Pentium Xeon (700MHz) 1 4 Pentium Xeon (700MHz) 1 4 32KB Pentium Xeon (900MHz) 1 4 L2 1MB 2MB 2MB CD-ROM LAN

More information

Express5800/120Lc

Express5800/120Lc Workgroup/Department 1. N8500-371 CPU L1 L2 CD-ROM LAN OS OS (/450(512)) N8500-372 N8500-373 N8500-400 (/450(512)-25AWS) (/500(512)) (/450(512)-25AWE) StarOffice Exchange Pentium450MHz1 2 ( 72GB) 32KB

More information

WinHPC ppt

WinHPC ppt MPI.NET C# 2 2009 1 20 MPI.NET MPI.NET C# MPI.NET C# MPI MPI.NET 1 1 MPI.NET C# Hello World MPI.NET.NET Framework.NET C# API C# Microsoft.NET java.net (Visual Basic.NET Visual C++) C# class Helloworld

More information

Express5800/120Rb-2

Express5800/120Rb-2 Workgroup/Department 1. N8500-478 N8500-486 (/533EB(256)) (/667EB(256)) CPU Pentium Pentium 533EBMHz1 2 667EBMHz1 2 L1 32KB L2 256KB 128MB 4GB ( 72.6GB) CD-ROM 24 LAN 100BASE-TX 6404801024768 OS OS 2.

More information

MicroGDS V

MicroGDS V MicroGDS V11.2 2012 1 1 MicroGDS V11.2 MicroGDS V11(SP1) 1. 2. API 1. SketchUp8 DXF/DWG DWG AutoCAD 2011 AutoCAD 2010 - SOLID 100% - AutoCAD2011 - - AutoCAD MicroGDS AutoCAD 90% 30% MicroGDS FABT30 DWG

More information

Express5800/120Rb-1 (2002/01/22)

Express5800/120Rb-1 (2002/01/22) (2002/01/22) 1. N8100-764 N8100-765 N8100-783 ( /1BG(256)) ( /1.26G(512)) ( /1.40G(512)) CPU Pentium Pentium -S Pentium -S (1BGHz) 1( 2 ) (1.26GHz) 1( 2 ) (1.40GHz) 1( 2 ) L1 32KB L2 256KB 512KB 256MB(

More information

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) (

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( (2001/11/13) Express5800/120Lf 1. Express5800/120Lf N8100-748 N8100-751 N8100-754 Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( /1.26G(512)) CPU Hot-Plug Pentium (1.0BGHz)

More information

Express5800/140Ma

Express5800/140Ma Pentium Xeon Express 1. N8500-479 N8500-480 N8500-489,-490 N8500-491,-492 (-X/550(512)-25AWS) (-X/550(1)-25AWS) (-X/550(512)) (-X/550(1)) (-X/550(512)-25AWE) (-X/550(1)-25AWE) CPU L1 Pentium Xeon 550MHz1

More information

Express5800/120Mc

Express5800/120Mc Pentium Xeon 1. N8500-436 CPU L1 L2 CD-ROM LAN OS OS (-X/600(256)) N8500-437 N8500-509 N8500-443 N8500-438 N8500-488 (-X /600(256)-25AWS) (-X /600(256)-25AWE) StarOffice Exchange (-X/733(256)) (-X /733(256)-25AWS)

More information

Express5800/140Ma

Express5800/140Ma Pentium Xeon Express 1. N8500-324 N8500-325 N8500-326 N8500-327 (X/450(512)) (X/450(512)-25AW) (X/450(1)) (X/450(1)-25AW) Windows NT Server 4.0 CPU Pentium Xeon 450MHz1 4 L1 32KB L2 512KB 1MB CD-ROM LAN

More information

インテル® VTune™ パフォーマンス・アナライザー 9.1 Windows* 版

インテル® VTune™ パフォーマンス・アナライザー 9.1 Windows* 版 VTune 9.1 Windows* ................................. 3...................... 3.................................................. 3............................................ 4 :.........................4................................................

More information

ORiN CAO USB (3) CAO CAO USB ORiN CAO USB 1 2 (4) CAO 3 CAO USB 4 PC OS 1 CPU:Pentium IV 2. 8GHz :512MByte Windows XP SP2 Professional ORiN2 SDK USB D

ORiN CAO USB (3) CAO CAO USB ORiN CAO USB 1 2 (4) CAO 3 CAO USB 4 PC OS 1 CPU:Pentium IV 2. 8GHz :512MByte Windows XP SP2 Professional ORiN2 SDK USB D ORiN FA ORiN USB ORiN 1 1 ORiN CAO 1 1 USB USB ORiN 2 3 2 ( ) 3 1 Web ORiN USB ( ) ( ) ( ) ORiN CAO USB (3) CAO CAO USB ORiN CAO USB 1 2 (4) CAO 3 CAO USB 4 PC OS 1 CPU:Pentium IV 2. 8GHz :512MByte Windows

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Bluetooth Bluetooth SIG,Inc. Copyright 2000-2017 Seiko Epson Corporation 1...1

More information

3軸加速度センサーモジュール MM-2860 書込み済みマイコンプログラム通信コマンド概要

3軸加速度センサーモジュール MM-2860 書込み済みマイコンプログラム通信コマンド概要 アプリケーションノートミニマイコン評価カード CT-298 3 軸加速度センサーモジュール MM-2860 書込み済みマイコンプログラム通信コマンド概要 1. 概要 CT-298 DIP SF9S08C 3 MM-2860 HC9S08QG8-XYZ2_v1.1 PC PC PC HC9S08QG8-XYZ2_v1.1 CodeWorrior http://www.freescale.co.jp/products/8bit/9s08qg.html

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Copyright 2000-2011 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1 1.3...2 2...4

More information

untitled

untitled Web Ver3 2005 7 1. Web...1 2. Web...2 3. Web...3 4....5 5. ActiveX...9 6. Java...11 7. Netscape Plug-in... 15 8. COM... 19 9. Web API... 20 10.... 21 1. Web for WindowsCSV HTML 1 2. Web Web Web / for WindowsHTML

More information

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window H14.8.1 H15.9.15 H16.4.1 H19.7.1 H20.7.1 H20.12.1 H21.5.1 H22.4.1 Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Windows98,Me Windows Vista FZ-1360 IC Windows 7 WindowsNT4.0

More information

Windows Web Windows Windows WinSock

Windows Web Windows Windows WinSock Windows kaneko@ipl.t.u-tokyo.ac.jp tutimura@mist.t.u-tokyo.ac.jp 2002 12 4 8 Windows Web Windows Windows WinSock UNIX Microsoft Windows Windows Windows Windows Windows.NET Windows 95 DOS Win3.1(Win16API)

More information

untitled

untitled 1522800T-B FeliSafe /Lite NW Ver.5.0 2 2010 7 8 Yutaka Electric Mfg.Co.,Ltd. Windows NT / 2000 / XP / 2003 / Vista / 2008 / 7 Windows 95 / 98 / 98SE / ME Microsoft Corporation FeliSafe 1. 2. 3. 4. 5. 6.

More information

C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_

C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_ Ethernet, CDROM DLL Setupexe Setup.exe WAGOIO Wago_io wago2002 WAGO_IO DLL WAGO_IO.DLL Windows Windows System32 Wago_io.dll Program Files Wago_io Wago_io Readme.txt C Sample.exe Wago_dll.h C Config.def

More information

WinDriver を使用して、簡単にデバイス ドライバを作成

WinDriver を使用して、簡単にデバイス ドライバを作成 WinDriver Jungo WinDriver OS 1 2 OS WinDriver OS Windows Linux Solaris VxWorks OS WinDriver ( ) Web http://www.xlsoft.com/jp/products/downloa d/ WinDriver Ring-0 API I/O PCI/ISA USB 1 WinDriver 1. WinDriver

More information

Windows2000 Edge Components V Edge Components V Java Edge Components

Windows2000 Edge Components V Edge Components V Java Edge Components WebSphere Application Server V5.1 Edge Components V5.1 / CBR Method Ver. 1.0 - Windows 2000 - 1.... 3 2. Windows2000 Edge Components V5.1... 4 2.1.... 4 2.2.... 4 3. Edge Components V5.1... 5 3.1.... 5

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

SAP Solution in Detail SAP Business One SAP Business One 1 SAP Business One 5 SAP Business One 5 1 5 5 5 6 6 SAP Business One 6 / 6 / 6 / 7 / 7 / 7 / 7 SAP Business One 8 8 9 9 CRM 9 CRM 10 10 SAP Business

More information

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって SR-X324T1/316T1 P3NK-4092-04Z0 324T1/316T1 V01 SR-X324T1/316T1 V01 2010 4 2011 5 2 2012 3 3 2012 11 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010-2012 2 SR-X324T1/316T1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...12...13...13

More information

Andor

Andor Andor 1FX 2JX/SXFX 3 1.FX DesignFlow 2.FX 3. FX DesignFlow FX 4. 5.FX CADSUPER FX CPU Intel Pentium 2.0GHz 1GB 2GB 3D 2GB 200MB CD-ROM 12801024 True Color Windows Windows OS WindowsXPWindows VistaWindowsWindows

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

CashDrawer ライブラリ API 仕様書 2014/07/09 CashDrawer ライブラリ API 仕様書 Rev / 10

CashDrawer ライブラリ API 仕様書 2014/07/09 CashDrawer ライブラリ API 仕様書 Rev / 10 2014/07/09 CashDrawer ライブラリ API 仕様書 Rev. 00.0.04 1 / 10 目次 1. ファイル構成... 3 2. 環境 3 2.1. 動作環境 OS... 3 2.2. コンパイル時の注意点... 3 2.3. USB ドライバ... 3 3. 関数一覧... 4 3.1. USB 接続確認処理 (CD_checkConnect CD_checkConnect)

More information

TM-P20 ソフトウェアユーザーズマニュアル

TM-P20 ソフトウェアユーザーズマニュアル M00083002 JA EPSON EXCEED YOUR VISION ESC/POS Microsoft Windows Windows Vista Microsoft Corporation Wi-Fi Wi-Fi Alliance Bluetooth Bluetooth SIG, Inc. IOS Cisco ESC/POS EPSON POS ESC/POS ESC/ POS POS ESC/POS

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

TeraTerm Pro V.2.32の利用法

TeraTerm Pro V.2.32の利用法 Tera Term Pro ver.2.23 Windows Ver.2.1 2 Tterm23Zip Ttermp23 cedar ttermpro Ttermpro 3 Setup Terminal 3 Setup Window 4 Setup Font 5 Setup keyboard 6 Setup Serial port 7 Setup General 8 9 Tera Term Pro

More information

TOEIC

TOEIC TOEIC 1 1 3 1.1.............................................. 3 1.2 C#........................................... 3 2 Visual Studio.NET Windows 5 2.1....................................... 5 2.2..........................................

More information

SR-X324T2/316T2 サーバ収容スイッチ ご利用にあたって

SR-X324T2/316T2 サーバ収容スイッチ ご利用にあたって SR-X324T2/316T2 P3NK-4612-01Z0 324T2/316T2 V01 2012 11 Microsoft Corporation Copyright FUJITSU LIMITED 2012 2 ...2...5...5...5...5...6...7...8...8...11...11...11...11...11...12...12...12...12...12...13...13...13

More information

1

1 PalmGauss SC PGSC-5G Instruction Manual PalmGauss SC PGSC-5G Version 1.01 PalmGauss SC PGSC5G 1.... 3 2.... 3 3.... 3 3.1... 3 3.2... 3 3.3 PalmGauss... 4 3.4... 4 3.4.1 (Fig. 4)... 4 3.4.2 (Fig. 5)...

More information

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド Offirio SynergyWare PrintDirector K L Microsoft WindowsNT Operating System Version4.0 Microsoft Windows 2000 Operating System Microsoft Windows Server 2003, Standard Edition Microsoft Windows Server 2003,

More information

An Interactive Visualization System of Human Network for Multi-User Hiroki Akehata 11N F

An Interactive Visualization System of Human Network for Multi-User Hiroki Akehata 11N F An Interactive Visualization System of Human Network for Multi-User Hiroki Akehata 11N8100002F 2013 3 ,.,.,.,,., (, )..,,,.,,.,, SPYSEE. SPYSEE,,., 2,,.,,.,,,,.,,,.,, Microsoft Microsoft PixelSense Samsung

More information

REX-PCI64 User's Manual

REX-PCI64 User's Manual RS-232C Serial Communication ExpressCard 2011 年 10 月 第 2.0 版 ラトックシステム株式会社 REX-EX60 RS-232C ExpressCard 安全にご使用いただくために 第 1 章はじめに --------------------------------------------- (1-1) 製品仕様 (1-2) 添付品 (1-3) コネクタピンアサイン

More information

本機をお使いの方へ ~『活用ガイド ソフトウェア編』補足ガイド~

本機をお使いの方へ ~『活用ガイド ソフトウェア編』補足ガイド~ MA26D/F MA26H/F Windows 98 ESMPRO 9 1-2-3 98 è / PART1 / 1 Timer-NX OK ê Timer-NX(MA26D/F,MA26H/F Windows98) OK PC98-NX PC-9800 Intellisync 1.60 CD-ROM Intellisync BIOS Peripheral Setup IR Serial Port

More information

SabunTrail

SabunTrail SabunTrail 1.1 2015 1 15 (SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM 1.... 1 1.1.... 1 1.2.... 2 1.2.1.... 2 1.2.2. (Word )... 2 1.2.3. ()... 3 1.2.4. Word... 3 1.2.5.... 4 1.2.6.

More information

FileMaker Oracle Microsoft SQL Server MySQL Salesforce.com ROI TCO RAD IT FileMaker Pro RAD RAD TCO RAD Microsoft Visual Studio 2008 Oracle Developer

FileMaker Oracle Microsoft SQL Server MySQL Salesforce.com ROI TCO RAD IT FileMaker Pro RAD RAD TCO RAD Microsoft Visual Studio 2008 Oracle Developer RAD Rapid Application Development ROI TCO FileMaker Oracle Microsoft SQL Server MySQL Salesforce.com ROI TCO RAD IT FileMaker Pro RAD RAD TCO RAD Microsoft Visual Studio 2008 Oracle Developer Suite 10g

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

MPI MPI MPI.NET C# MPI Version2

MPI MPI MPI.NET C# MPI Version2 MPI.NET C# 2 2009 2 27 MPI MPI MPI.NET C# MPI Version2 MPI (Message Passing Interface) MPI MPI Version 1 1994 1 1 1 1 ID MPI MPI_Send MPI_Recv if(rank == 0){ // 0 MPI_Send(); } else if(rank == 1){ // 1

More information

表 信号端子 端子名 入出力 機能 DTR 出力 COM ポート DTR (Data Terminal Ready Control Output / Handshake Signal) RXD 入力 COM ポート RXD (Receiving Asynchronous Data Input) TX

表 信号端子 端子名 入出力 機能 DTR 出力 COM ポート DTR (Data Terminal Ready Control Output / Handshake Signal) RXD 入力 COM ポート RXD (Receiving Asynchronous Data Input) TX ご使用前に必ずお読みください USB シリアル変換モジュール MM-FT3 取扱説明書 この度は USB シリアル変換モジュール MM-FT3 をお買い求めいただきまして誠にありがとうございます 本製品は FTDI 社製の USB シリアル変換 IC FT3RQ を搭載した USB シリアル変換モジュールです FT3RQ は USB.0 対応 発振回路を内蔵 動作設定用 EEPROM 内蔵 3.3V

More information

(SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM

(SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM SabunTrail 1.2 2015 3 17 (SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM 1.... 1 1.1.... 1 1.2.... 2 1.2.1.... 2 1.2.2. (Word )... 2 1.2.3. ()... 3 1.2.4. Word... 3 1.2.5.... 4 1.2.6.

More information

ィー0608ィィ07 08ィ 0409ィィィーィィ ィコ ィ ィャィャィィ080609ィ ィェィィ07 00ィ 03ィィィェィェ04ィヲ ィコ. 01ィ 04ィ 0802 ィコ06ィャ07ィケ06ィー0208ィェ06ィヲ 05

ィー0608ィィ07 08ィ 0409ィィィーィィ ィコ ィ ィャィャィィ080609ィ ィェィィ07 00ィ 03ィィィェィェ04ィヲ ィコ. 01ィ 04ィ 0802 ィコ06ィャ07ィケ06ィー0208ィェ06ィヲ 05 130009020102ィェィィ02 06ィー06 ィャ02ィー0601ィィ ツ0209ィコ0602 07060906ィ ィィ02 07080201ィェィ 04ィェィ ツ02ィェ06 010507 ィョ ツィィィー020502ィヲ, ィコ06ィー06080402 0705ィ ィェィィ08ィョ06ィー 070806090601ィィィーィケ 04ィ ィェ07ィーィィ07 0706 ィコィョ0809ィョ

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

<Documents Title Here>

<Documents Title Here> Oracle Sensor Edge Server 10g (10.1.3) Creation Date: Apr 05, 2006 Version: 1.00 Document Control Author Hisashi Onoda Hirotaka Miura Hideki Ito - Oracle Sensor Edge Server 10g (10.1.3) - 2 Document Control...2

More information

VNXe3100 ハードウェア情報ガイド

VNXe3100 ハードウェア情報ガイド EMC VNXe VNXe300 P/N 300-02-289 03 Copyright 202 EMC Corporation. All rights reserved. 202 0 EMC Corporation EMC Corporation EMC EMC 2 EMC EMC EMC Corporation EMC Web 2 EMC VNXe300 VNXe300...... 2... 2...

More information

untitled

untitled Version 1.0 2010/ 8/29 1 BCMap... 3 2 BCMap... 5 3 BCMap... 7 4... 12 5... 15 6... 20 7... 22 8 TruwView... 24 9... 27 10... 29 11... 33 12... 34 13... 38 14... 39 15... 41 1 p 2 ( ) BCMap p 2 ( ) p 2

More information

2

2 C-DR0905 1 2 3 4 5 6 7 8 9 2 3 4 5 6 7 8 9 10 11 12 13 1 2 3 4 5 6 7 8 9 14 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 15 1 2 3 4 5 6 7 8 9 16 1 2 3 4 5 6 7 8 9 ON MAIN AC IN~ 100V OFF Y/C VIDEO OUTPUT A OUTPUT

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

1.5 1...1 1.1... 1 1.2... 1 2... 2 2.1... 2 2.2 DB... 2 3... 3 3.1... 3 3.2... 3 4 DB... 4 4.1... 4 4.2... 6 4.3... 7 4.3.1.... 7 4.3.2.... 7 4.3.3.... 9 4.3.4.... 10 4.3.5.... 12 4.3.6.... 13 4.3.7....

More information

untitled

untitled Grapecity -.NET with GrapeCity - ActiveReports Creation Date: Nov. 30, 2005 Last Update: Nov. 30, 2005 Version: 1.0 Grapecity Microsoft Visual Studio.NET VB.NET Oracle Tips ActiveReports ActiveReports.NET

More information

橡vb_kikai0.PDF

橡vb_kikai0.PDF Visual Basic OS Windows Visual Basic GPIBRS232C A/D Visual Basic Windows Visual Basic Visual Basic Visual Basic Visual Basic Windows GUI( ) OS Visual Basic Form Form 1 Visual Basic Microsoft Visual Basic

More information

REX-5056V User's Manual

REX-5056V User's Manual RS232C Serial Communication PC Card 2002 年 12 月第 3.0 版 第 1 章はじめに (1-1) 1) 製品概要 (1-2) 添付品 (1-3) ハードウェア仕様 (1-3-1) 1) コネクタピンアサイン (1-3-2) レジスタセット第 2 章 Windows95/98/Me セットアップ (2-1) PC-AT での Windows95 セットアップ

More information

PDF EX S/W OS Office

PDF EX S/W OS Office PDF EX PDF EX 1... 4 1.1... 4 1.2... 4 2... 5 2.1... 5 2.2... 6 2.3... 6 3... 7 3.1... 7 3.2 S/W... 7 3.2.1 OS... 7 3.2.2... 7 3.2.3 Office 2013... 8 4... 9 4.1... 9 4.1.1... 9 4.1.2... 9 4.1.3... 9 4.1.4...

More information

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons.

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons. 1 PC PC 1 PC PC 1 PC PC PC PC 1 1 1 1.1 PC PC PC PC PC workstation PC 1.1.1 hardsoft 1.1.2 PC PC 1.1 1 1. 2. 3. CPU 1 Gustavb, Wikimedia Commons.http://en.wikipedia.org/wiki/Image:Personal_computer,_exploded_5.svg

More information

KARACRIX

KARACRIX Visual Basic KCXH-IOB30RTA (V1.00) 0.98 2001/11/2 0.99 2002/01/22 (CH FIX) 0.99a 2002/02/28 (BI_Value,BO_Value VC FIX) 1.00 2007/09/01 (VC FIX) IOB30RTA 1.00 S.I.Soubou Inc. 1 S.I.Soubou Inc. .... 4....

More information

untitled

untitled Oracle on Windows etc http://www.oracle.co.jp/campaign/mb_tech/ Windows Server System Center / OTN Japan http://www.oracle.com/technology/global/jp/tech/windows/.net + Oracle Database.NET Developer Center

More information

JAJP.qxd

JAJP.qxd Agilent E6601A Application Note ...2 E6601A...3...4...5...8 E6601A PC...17...17 GSM...18 1Windows XP Agilent E6601A E6601A E6601A Visual Studio.NET 2 E6601A Agilent E6601A 1Windows XP Professional Windows

More information

2nd-1.dvi

2nd-1.dvi 7 ZEAL : OptiPlex GX 7 ZEAL ZEAL-Z ZEAL-C ZEAL-C CPU Memory OS Intel Pentium (3GHz) GB Windows Vista Business (-bit) ZEAL Microsoft Windows Mobile 5. ZEAL Bluetooth 3 ZEAL 5 Microsoft Visual C# 5 66 OS

More information

CPU VS-RC003 RobovieMaker for VS-RC003

CPU VS-RC003 RobovieMaker for VS-RC003 CPU VS-RC003 RobovieMaker for VS-RC003 2 1. 4 1-1. 4 1-2.CPU 5 1-3.CPU PC 7 2. 9 2-1.PC 9 2-2. 11 2-2-1. 11 2-2-2. 13 2-2-3. 15 3. 16 3-1. 16 3-1-1. 17 3-2. 18 3-2-1.CPU 18 3-2-2. 19 3-2-3. CPU 21 3-3.

More information

P X-M PowerChute Business Edition v7.0.5 Basic 84 E

P X-M PowerChute Business Edition v7.0.5 Basic 84 E P-2416-211X-M 04-00 PowerChute Business Edition v7.0.5 Basic 84 E PowerChute Business Edition v7.0.5 Basic P-2416-211X-M 04-00 PowerChute Business Edition v7.0.5 Basic PowerChute Business Edition v7.0.5

More information

Oracle Policy Automation 10.0システム要件

Oracle Policy Automation 10.0システム要件 Oracle Policy Automation 10.0 システム要件 2009 年 12 月 - バージョン 1.01 Oracle Policy Automation 製品 バージョン 10.00 の概要 製品 プラットフォーム Oracle Policy Modeling Microsoft Windows( デスクトップ ) Oracle Policy Automation( ランタイム

More information

index.dvi

index.dvi 1 1 7 1.1 EXTRA for Windows Version 4............... 7 1.1.1 OS................................. 7 1.1.2 MSAA............................... 8 1.1.3........................... 8 1.2 EXTRA for Windows Version

More information

Visual Studio Oracle Database 11g アプリケーション開発入門

Visual Studio Oracle Database 11g アプリケーション開発入門 Oracle on Windows etc http://www.oracle.co.jp/campaign/mb_tech/ Windows Server System Center / OTN Japan http://www.oracle.com/technology/global/jp/tech/windows/.net + Oracle Database.NET Developer Center

More information

Windows XP Windows Me Windows 98 Second Edition Windows /... 25

Windows XP Windows Me Windows 98 Second Edition Windows /... 25 LVC-MPEG2/P_V01 PCI TV TUNER & VIDEO CAPTURE BOARD TV LVC-MPEG2/P ... 1... 3... 3... 4... 5... 5... 7... 8... 8... 10... 15 Windows XP... 15 Windows Me... 18 Windows 98 Second Edition... 19 Windows 2000...

More information

SR-X340TR1 サーバ収容スイッチ ご利用にあたって

SR-X340TR1 サーバ収容スイッチ ご利用にあたって SR-X340TR1 P3NK-4102-01Z0 340TR1 V01 SR-X340TR1 V01 2010 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010 2 SR-X340TR1 V01...2...5...5...5...5...6...6...7...7...10...10...10...10...10...10...11...11...11...11...12...12

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

議事録.PDF

議事録.PDF Page 114 ( ) ( ) ( ) ( ) ( ) ( ) Page 115 ( ) ( ) Page 116 Page 117 ( ) ( ) THE USE OF STEP PRODUCT DATA TECHNOLOGY IN TWO AEC PILOT PROJECTS Page 118 THE USE OF STEP PRODUCT DATA TECHNOLOGY IN TWO AEC

More information

Systemwalker Desktop Patrol V15 資産管理集計機能 説明書

Systemwalker Desktop Patrol V15 資産管理集計機能 説明書 Systemwalker Desktop Patrol V15 20147 1... 3... 5... 10... 37... 41... 53 2... 62... 64... 65... 73 Systemwalker Desktop Patrol PC Life Cycle ManagementLCM PC OS PC OS PC PC PC PC Systemwalker Desktop

More information

ユレシス社アプリケ-ション

ユレシス社アプリケ-ション 1-1. EURESYS Solutions evision Multicam Driver Euresys Solutions2004/1 CD Picolo Multicam Driver evision Studio/ evaluter Euresys Solutions2006/1 CD Multicam for Picolo Driver CD 3.8.3 Multicam for Picolo

More information

まいと~く FAX Server 7 導入ガイド

まいと~く FAX Server 7 導入ガイド Web http://www.intercom.co.jp/support/faxserver7/ 110-8654 1-3-5 FAX Server 7 TEL : URL : http://www.intercom.co.jp/support/faxserver7/contact.html 9:00 12:0013:00 17:00 FAX ActiveX API FAX API Web http://www.intercom.co.jp/support/faxserver7api/

More information

LSM-L3-24設定ガイド(初版)

LSM-L3-24設定ガイド(初版) 6 DB-9 Figure 6-1. DB-9 6-1 DB-9 EIA CCIT T DB9 DTE # PC DB9 DTE # DB9 DCE # 9 COM DTE-DCE CF 109 DCD 1 1 8 AB 102

More information

untitled

untitled JIS Draft Template 2011 2015 7 6 Japanese Standards Association2011-2015 1... 1 1 PC... 1 2... 2 3... 5 4 JDT2011... 9 2 JDT2011... 10 3... 11 1... 11 2... 17 3... 19 4... 21 5... 23 6... 24 7... 27 8...

More information

J2EEとMicrosoft.NETの比較

J2EEとMicrosoft.NETの比較 2002 4 ... 3... 4... 4... 4... 5... 5... 8... 8... 8... 9 Web... 10... 11... 11... 11... 11... 12... 13... 13... 13... 14... 14... 15 Web... 15 Oracle... 16 Oracle9i Application Server... 16 Oracle9i Developer

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

u302.book

u302.book Text Search Filter Library Version 3 3000-6-302-10 P-1MD3-3831* Text Search Filter Library Version 3 03-10 OS AIX 5L V5.2 AIX 5L V5.3 P-24D3-3834 Text Search Filter Library Version 3 03-10 OS Windows 2000

More information

Agenda Windows 64-bit 概要マネージコード開発 ( 導入 ) マネージコード開発 ( 詳細 ) コーディング上の留意点まとめ

Agenda Windows 64-bit 概要マネージコード開発 ( 導入 ) マネージコード開発 ( 詳細 ) コーディング上の留意点まとめ Visual Studio 2005 時代の 64 ビットアプリケーション開発 ~ Itanium 上での.NET Framework 2.0 の展開 マイクロソフト株式会社エンタープライズプラットホーム本部プラットホーム本部エバンジェリスト佐藤直樹 Agenda Windows 64-bit 概要マネージコード開発 ( 導入 ) マネージコード開発 ( 詳細 ) コーディング上の留意点まとめ Windows

More information

FileMaker Pro 9 Advanced Development Guide

FileMaker Pro 9 Advanced Development Guide FileMaker Pro 10 Advanced 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc.

More information

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P HP Server tc2120 Microsoft Windows 2000 ServerSP3 HP P312977-191 200210 Hewlett-Packard Company Hewlett- Packard Company Hewlett-Packard Company Intel Corporation MicrosoftMS-DOSWindows Windows NT Microsoft

More information

2

2 3G DN-300SE USB 2013 3 12 2 1.... 4 2.... 6 2.1.... 6 2.2. OS... 6 3.... 7 3.1.... 7 3.2.... 7 4....8 4.1.... 8 4.2. ALARM STOP... 10 4.3.... 10 5.... 11 5.1.... 11 6.... 12 6.1. (Windows Vista / 7 / 8

More information

Oracle Lite Tutorial

Oracle Lite Tutorial GrapeCity -.NET with GrapeCity - SPREAD Creation Date: Nov. 30, 2005 Last Update: Nov. 30, 2005 Version: 1.0 Document Control Internal Use Only Author Hiroshi Ota Change Logs Date Author Version Change

More information

untitled

untitled Dell OpenManage IT Assistant 7.0 Version 1.0 2004-2005 Dell Inc. All rights reserved. ... 2... 4...! 1. IT ASSISTANT... 5 1-1.... 5 1-2.... 6 2.... 10 2-1.... 10 2-1-1. SNMP Trap... 10 2-1-2. SNMP Trap...

More information

I

I SR-SaaS I. - 1 - 1. 1-1) URL 1-2) ID SAAS - 2 - 1-3) - 3 - 2. 2-1) RemoteApp SR-SaaS 2-2) RemoteApp 2-3) : SAAS SSZK9999 ID SAAS OK - 4 - 2-4) RemoteApp 2-5) SR-SaaS - 5 - II. Windows - 6 - 1. Windows

More information

FileMaker Server 8 Administrator’s Guide

FileMaker Server 8 Administrator’s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker, Inc. FileMaker

More information