PowerPoint 프레젠테이션

Size: px
Start display at page:

Download "PowerPoint 프레젠테이션"

Transcription

1 위즈네트 James Kim

2 왜이번강좌에참가하셨나요? 2

3 Serial to Ethernet 컨버터개요 3

4 시리얼통신이란? 패러렐통신 vs 시리얼통신 시리얼통신의장점 비용이낮다 유지보수가쉽다 시리얼통신의단점 속도가느리다 4

5 시리얼통신의종류 동기식 비동기식 SPI, I2C UART(TTL), RS232, RS485, RS422, CAN 5

6 비동기식시리얼통신 Baud rate Frame 구조 Pin 구성 Pin 연결방식 참고웹문서 How RS232 works ( 한글번역 ) RS232 는어떻게동작하는가? 6

7 UART / RS232 / RS 신호비교 7

8 시리얼통신방식비교 시리얼종류라인수 Duplex 최대거리최대속도연결디바이스 UART (TTL) 최소 3 Full 1Mbps 이상 Peer to Peer RS232 최소 3 Full 1Mbps 이상 Peer to Peer RS485 2 Half > 1200m RS422 4 Half 1200m CAN 2 Full > 1000m 35Mbps / 10m, 100kbps / 1200m 10Mbps / 1.2m, 100Kbps / 1200m 1Mbps / 40m, 50Kbps / 1000m Multi drop 이론상 2032 개, 실제 110 개 SPI 4 Full 최대 70MHz I2C 2 Half 최대 3.4Mbps, 표준모드 100kbps 8

9 새로운통신요구 공장내통신을넘어선원거리통신요구 인터넷기술보편화 시리얼보다이더넷 / WiFi 를이용하는방식등장 기존장비는? 9

10 Serial to Ethernet 컨버터의필요성 Legacy Device 유지 Time to Market 10

11 Serial to Ethernet 컨버터구성 Timer 처리부 시리얼통신부 중앙제어부 TCP/IP 통신부 옵션처리부 11

12 위즈네트제품군 - 모듈 제품명사진 UART 개수 Signal Type Serial I/F Ethernet I/F 동작온도 Dimension WIZ750SR-TTL 1 TTL (3.3V) Pin header RJ45 0 ~ x30x18 WIZ750SR RS232 Pin header RJ45 0 ~ x30x18 WIZ750SR RS485/422 Pin header RJ45 0 ~ x30x18 WIZ750SR TTL (3.3V) Pin header PHY I/F -40 ~ x30x12 WIZ750SR TTL (3.3V) Pin header RJ45-40 ~ x62x17 WIZ750SR RS232 DB9 RJ45-40 ~ x50x17 WIZ752SR TTL Pin header PHY I/F -40 ~ x30x9 WIZ752SR RS232 DB9 RJ45-40 ~ x89x18 WIZ140SR 4 TTL Pin header PHY I/F 0 ~ x36x16 WIZ145SR 4 TTL Pin header RJ45 0 ~ x61x25 12

13 모듈의공통구성 13

14 Evaluation Board 의구성 14

15 위즈네트제품군 S2E 칩 UART I/F, Ethernet I/F 를가진 MCU 에 Serial to Ethernet(S2E) FW 를 Programming 해서공급하는제품 15

16 위즈네트제품군 S2E 칩 16

17 위즈네트제품군 S2E 칩 W7500P-S2E W7500P Base 온도스펙 User MCU UART Ethernet MAGJack 0 ~ +70 도 (Commercial Temperature) 다양한 FW WIZ750SR-TTL 등 1 port Serial FW WIZ752SR-xxx 등 2 port Serial FW User MCU UART 고객맞춤형 FW Ethernet MAGJack User MCU UART 17

18 위즈네트제품군 S2E 칩 W7500-S2E W7500 기반 온도스펙 User MCU UART PHY I/F Ethernet PHY Ethernet MAG Jack -40 ~+85 (Industrial Temperature) 다양한 FW WIZ750SR-xxx 등 1 port Serial FW WIZ752SR-xxx 등 2 port Serial FW User MCU User MCU UART UART PHY I/F Ethernet PHY Ethernet MAG Jack 고객맞춤형 FW User MCU UART PHY I/F Switch Ethernet Ethernet MAG Jack MAG Jack 18

19 컨버터 Selection Guide UART 개수 (TTL or RS232인경우에의미 ) 온도스펙 Terminal Block 유무 RJ45와모듈의위치 수량및목표원가 19

20 Wireshark 사용하기 20

21 Wireshark 란? NIC (Network Interface Card) 를통해 송수신되는패킷을 Capture 해서 화면에 Display 하는 Network Protocol Analyzer 21

22 Wireshark 다운로드및설치 22

23 23

24 24

25 Wireshark 시작하기 NIC 선택 Start capturing packets 선택 25

26 Wireshark 화면구성 Packets list 개별 Packet 의구성 Hex Data 형의상세내역 26

27 유용한 filter 설정법 IP 지정 ip.addr == ip.src == ip.dst == Port 지정 tcp.port == 80 udp.port == 80 조건추가 and (&&) or (&&) 27

28 간단한활용사례 Search 가잘안될때 PC 에서 Search Request 메시지는전송되는가? Search Reply 메시지가수신되는가? Data 통신이잘안될때 TCP 연결의경우 연결은정상적으로이루어졌는가? 데이터교환은정상적인가? 또는예측한대로이루어지는가? 28

29 컨버터설정 29

30 사전에확인할사항들 네트워크환경 PC 의 Network 환경 Firewall 설정여부 30

31 사전에확인할사항들 장치설정정보 Serial Baud Rate( 시리얼통신속도 ) Internet 연결방식 IP address Port number 데이터전달방식 컨버터의 IP 획득방식 31

32 장치의통신구성 Configuration Message 처리 UDP 50001번 UDP Broadcasting 방식사용 Local Network 내부에서만사용가능 TCP 번 1:1 통신방식사용 원격지에있는장치에도사용가능. 단, 접속이허용된경우에만가능. Firmware Upload 처리 TCP 50002번 Binary data 를교환하기위한통신소켓 Firmware Upload 개시는 UDP 또는 TCP 번을통해통보 32

33 위즈네트메시지포맷 WIZ750SR-xxx 모듈에대한모든정보 33

34 위즈네트메시지포맷 WIZ750SR Command Manual 34

35 위즈네트메시지포맷 Get Command [2 bytes Command code][cr][lf] Set Command [2 bytes Command code][parameters][cr][lf] Ethernet Command Frame 구성 [MA] command 와 [PW] command 가반드시선행해야한다. 35

36 Basic Command Set 36

37 Extended Command Set 37

38 위즈네트컨버터설정방법 Ethernet 통신을이용하는방법 GUI Configuration Tool CLI Configuration Tool Serial 통신을이용하는방법 Serial Command Mode 38

39 GUI Configuration Tool 39

40 GUI Configuration Tool 특징 Windows 환경전용 GUI 환경 마우스이용 한번에하나의작업만가능 직관적인 UI 40

41 GUI Configuration Tool 설치 41

42 테스트 Tool 설치하기 Windows User Hercules.exe Freeware Serial port terminal TCP/IP Client terminal TCP/IP Server terminal UDP terminal 42

43 테스트 Tool 설치하기 Linux User PuTTY Serial Terminal TCP/IP Client Terminal 43

44 GUI Configuration Tool 사용하기 각기능들 Search Setting FW Upload Reset Factory Reset 각필드의의미 44

45 GUI Configuration Tool 각기능들 Search 네크워크상에존재하는컨버터를검색하는기능 Setting 개별컨버터의특정설정을변경하는기능 Upload 개별컨버터의펌웨어를변경하는기능 Reset 개별컨버터를재부팅하는기능 Factory 개별컨버터의설정을공장초기화로되돌리기는기능 45

46 Network Information IP address 지정방식선택 장치의네트워크정보입력 장치동작모드지정 DDNS 정보설정 46

47 Network IP address 지정방식 고정 IP 사용자가직접 IP 주소를할당하는방식 유효한 IP 주소에대한정보를알고있어야한다. 유동 IP (DHCP) 장치가자동으로 IP 주소를얻어오는방식 로컬네트워크에 DHCP 서버가존재해야한다. 보통, 공유기에연결해서사용하는경우에유효하다. 47

48 Network 모드별동작시나리오 I TCP Client 부팅하면지정된서버로연결이될때까지접속시도 연결이된후, 어떤이유에서연결이끊어지면다시접속시도 TCP Server 부팅이되면지정된포트번호로소켓을열어서접속대기한다. 연결이되면, 다른장치의연결시도는무시된다. 연결이끊어지면자동으로접속대기상태로바 뀐다. 48

49 Network 모드별동작시나리오 II TCP Mixed Default는 TCP Server모드로동작 연결이형성되기전에시리얼데이터를수신하면동작모드를 TCP Client로바꾼다. 접속대기중인소켓을종료하고 Client용소켓을새로생성한다. 지정된서버주소로접속을시도한다. UDP UDP 모드는연결과정이없기때문에 UDP 소켓을생성하고대기한다. 이더넷에서데이터를수신하면시리얼송신버퍼로보내고시리얼에서데이터를수신하면 UDP 소켓을통해서상대방장치로전달한다. 연결이되면수신버퍼속의데이터를전송한다. 연결이끊어지면 Default 인 TCP Server 로접속 대기한다. 49

50 실습하기 IP 주소변경 ( 고정 IP) 1 Search 버튼을선택해서 현재장치의설정정보를확인한다. 50

51 실습하기 IP 주소변경 ( 고정 IP) 2 Using the follow IP Address 선택 현재설정된값을확인할수있다. 51

52 실습하기 IP 주소변경 ( 고정 IP) 3 원하는 IP 주소를입력한후 Setting 버튼을선택한다. 52

53 실습하기 IP 주소변경 ( 유동 IP) 로컬네트워크에 DHCP 서버가존재해야한다. 53

54 실습하기 PC 네트워크정보확인 제어판 -> 네트워크및인터넷 -> 네트워크연결 54

55 실습하기 TCP Server 모드 (1) 55

56 실습하기 TCP Server 모드 (2) 56

57 실습하기 TCP Server 모드 (3) 57

58 실습하기 TCP Client 모드 (1) 58

59 실습하기 TCP Client 모드 (2) 59

60 실습하기 TCP Mixed 모드 (1) 60

61 실습하기 TCP Mixed 모드 (2) 61

62 실습하기 TCP Mixed 모드 (3) 1. TCP Client SW 실행 / TCP Server SW 실행 / Serial SW 실행 2. TCP Client SW에서연결시도 3. 데이터송수신 4. TCP 연결해제 ( S2E 모듈은 Server로 Listen) 5. Serial SW에서먼저데이터송신 6. TCP Server SW 와연결설정되는것확인 7. 정상적인데이터교환 62

63 실습하기 UDP 모드 63

64 Serial Information Data Packing Condition Timer Size Character Mixed Condition Serial command mode switch code 64

65 Data Packing Condition 사용이유 Serial to Ethernet 컨버터장치는특정동작을무한반복한다. 시리얼데이터수신처리 / 시리얼데이터송신처리 / Etherent 데이터수신처리 / Ethernet 데이터송신처리 / Timer 체크 / 옵션처리등등 기본동작은매순간시리얼수신버퍼에데이터가있으면 Ethernet 패킷을만들어서상대방에전송한다. 특정서버프로그램은수신패킷이전체데이터프레임이아니면데이터가깨진것으로간주하고버린다. 사실상통신이안되는문제발생. 프레임단위로 Ethernet 패킷을전달해야하는필요성대두 65

66 Data Packing Condition Size 고정길이프레임을사용하는경우에유용함. 시리얼수신버퍼에저장된데이터가지정된사이즈가될때까지 Ethernet으로전송하지않고대기 사이즈가차면전체를하나의 Ethernet Packet으로만들어서상대방에전송 Default Value 0 : Disable Char 특정한프레임종단문자가있는경우에유용함. 지정된문자가수신될때까지버퍼링 지정된문자가수신되면수신된지정문자를포함해서그때까지저장된전체를하나의 Ethernet Packet으로만들어서상대방에전송 Default Value 00 : Disable Hex Format A : 4A 66

67 Data packing Condition Time 가변길이프레임이고특정종단문자가없는데이터인경우에유용함. 개념은하나의프레임과다음프레임사이에약간의 idle 시간이존재하는것을활용 Data 1 Data 2 Data 3 Default Value 0 : Disable idle time idle time idle time idle time Recommendation 100ms 67

68 실습하기 No Data Packing 68

69 실습하기 Size Data Packing 69

70 실습하기 - Char Data Packing 70

71 실습하기 Time Data Packing 71

72 실습하기 - Serial Command Mode Serial Command Mode 사용하기에서실습 72

73 Options Information Inactivity Timer Search ID Code Connection Password KeepAlive Option 73

74 Options Inactivity Timer Inactivity Timer 란? 시리얼데이터가수신되지않은시간을의미 Inactivity Timer 에지정한시간동안시리얼데이터수신이없으면내부적으로 Timeout 발생. 어떤목적으로사용하는가? 둘이상의시스템에서장치와통신하려고하는경우에사용 데이터교환이없는시스템과의연결을자동으로해제하기위한목적 어떻게동작하는가? PC A에서장치에연결 필요한데이터교환 Inactivity Timer에지정된시간동안시리얼데이터가발생하지않음. Inactivity Timer Timeout 발생 장치에서소켓연결해제. 장치는자동으로연결대기상태로전환. PC B에서장치연결시도. 연결됨. 74

75 Options Search ID Search 명령을제한하기위한 Password 설정기능 현재는 Config 메시지패킷이평문이라서 Wireshark 로노출가능 Config 메시지에대한암호화예정 75

76 Options Connection Password 연결시도를제한하기위한기능 연결후수초이내에 Connection Password 가입력되지않으면연결을해제한다. TCP Server 또는 TCP mixed 모드일때만동작 76

77 Options Keepalive Option Keepalive 기능이무엇인가? Socket 연결이유효한지를확인하는기능 상대방장치또는서버가비정상종료를한경우, 장치는여전히연결중인것으로판단함. 통신용소켓이좀비상태에있기때문에데이터통신을못하는상황발생 Keepalive 기능을통해서좀비상태의소켓을종료한다. 어떻게동작하는가? Application Layer 가아니라소켓 Layer 에서 Keepalive 패킷을상대방장치로보낸다. 상대방장치는 Keepalive 패킷에대한답변을보낸다. Keepalive 패킷에대한답변이없으면소켓이유효하지않다고판단해서소켓을 close 한다. 제약조건은? Serial to Ethernet 장치가연결된상대방에게최소한 1 바이트이상의데이터를송신한경우에만이기능을사용할수있다. 따라서데이터송신이없는상황에서는정상적으로동작하지않는다. 77

78 실습하기 Inactivity Timer 78

79 실습하기 Search ID 사용하기 79

80 실습하기 Connection Password 사용 80

81 실습하기 Connection Password 81

82 실습하기 Connection Password 82

83 실습하기 Keepalive 기능 (Disable) 83

84 실습하기 Keepalive 기능 (Enable) 84

85 CLI Configuration Tool 85

86 CLI Configuration Tool 특징 CLI 란 Command Line Interface 의약어 WIZ750SR-xxx 장치를 Dos Shell 이나 Bash Shell 에서제어하기위한 Tool 특징 Python 기반 OS에무관 (Windows / Linux / Mac OS 등어디에서도사용가능 ) Batch command Multi Devices에대한제어 86

87 CLI 환경구축하기 Python 설치 Python 2.7.xx 설치파일다운로드 87

88 Python 설치 Windows User Python msi 파일실행 Add python.exe to Path 를추가선택 88

89 Python 설치 Linux User Python tar.xz 다운로드 Python tar.xz 를 Python tar 로변환 tar 파일압축해제 install 89

90 CLI 환경구축하기 CLI Tool 다운로드 에접속 Download ZIP ZIP 압축해제 90

91 CLI 환경구축 pyserial 설치 pip install pyserial 91

92 CLI Tool 구성 CMDSET Files WIZ107CMDSET.py WIZ750CMDSET.py WIZ752CMDSET.py Control Files WIZArgParser.py WIZMSGHandler.py TCPClientThreadNew.py Communication Files WIZUART.py WIZUDPSock.py TCPClient/TCPClient.py TCPClient/TCPServer.py TCPClientThread.py TCPServerThread.py Application Files wiz750_configuration.py wiz750_multiple_test.py FWUpload.py 92

93 CLI 사용하기 help 93

94 CLI 사용하기 Search 94

95 CLI 사용하기 Getting Value 95

96 CLI 사용하기 - Setting 개별정보수정 다중장치의 IP 주소변경하기 다수필드값들을일괄수정할때 96

97 CLI 사용하기 Reset / Factory Reset 97

98 CLI 사용하기 일괄처리사례 1 생산된모든장치의동작테스트를한후, Factory Default 값으로초기화. 네트워크상에연결된모든장치검색 장치의설정값변경 TCP Server 모드, Local Port number 는 5000, IP 는 1 씩증가시키면서지정 TCP Client 소켓을열어서장치와연결시도 연결되면데이터송신 Loopback 된데이터수신 송신데이터와수신데이터를동일한지비교 지정된횟수가끝나면연결해제. 모든장치의설정값을 Factory Default 로변경. 98

99 99

100 CLI 사용하기 일괄처리사례 2 네트워크상의모든장치의펌웨어일괄업그레이드 네트워크상의모든장치검색 장치설정 통신가능한 IP 주소로설정 ( 이미가용한 IP 주소로설정된경우는재설정불필요 ) 각장치에펌웨어업그레이드메시지전송 각장치별펌웨어업그레이드용 TCP 소켓생성및연결 지정된파일에서바이너리데이터읽어서송신 송신완료후연결해제 100

101 101

102 Serial Command Mode 사용하기 102

103 Serial Command Mode 진입하기 Switch Code 사용 Serial Command Mode Switch Code 를입력하면 Serial Command Mode 에진입한다. 단, Serial Command Mode Switch Code 사용이 Enable 되어있어야한다. Switch Code 앞뒤에지정된 idle time 이존재할때만 Triggering HW Trigger 사용 부팅시에 HW Trigger Pin 을이용해서 Serial Command Mode 에진입한다. 2B 2B 2B idle time (Default : 500ms) idle time 103

104 Serial Command Mode 탈출하기 EX Command 설정값을 Flash 에저장하지않고사용할때유용 Flash 에저장하려면 SV 명령사용 임의로 TCP 연결을끊을때유용 RT Command 재부팅후에 Flash 에저장된설정값으로다시설정 Local IP 변경, Serial 설정변경등재부팅이필요한경우에사용. 단, SV 명령으로 Flash 에저장해야유효 104

105 실습하기 EX Command 1 Command 모드 RH / RP 변경 EX 명령 2 연결 데이터통신 연결해제 3 Command 모드 RH / 꼐변경 EX 명령 4 연결 데이터통신 연결해제 105

106 WIZVSP (Virtual Serial Port) 106

107 왜 WIZVSP 가필요한가? 시리얼통신을통해서사용하던기존 PC Software 를변경없이사용하고자하는요구 Ethernet 패킷을 가상 의시리얼포트로변환하는기능필요 107

108 WIZVSP 다운로드및설치 108

109 WIZVSP 다운로드및설치 109

110 Server 모드 Serial Port 지정 TCP Socket Number 지정 Create connection 클릭 COM Port 등록하기 1 110

111 COM Port 등록하기 1 Con t 111

112 COM Port 등록하기 1 Con t 112

113 COM Port 등록하기 1 Con t 113

114 COM Port 등록하기 1 (Con t) sda 114

115 COM Port 등록하기 2 Client 모드 115

116 COM Port 등록하기 2 Con t ss 116

117 등록 COM Port 수정하기 Update After Update 117

118 ISP Tool for W7500(P) 118

119 119

120 WIZISP Download 120

121 ISP 로 Binary File 다운로드 EVB Boot + App 바이너리다운로드 WIZISP Tool Serial Port 지정 Open 클릭 Binary File 지정 ISP Start 클릭 Close 클릭 Debug용시리얼포트에케이블연결 J7 Jumper Open SW4를 BOOT로변경 Reset button Press 121

122 Serial to Ethernet 컨버터기술적용사례 122

123 Application Example (1/5) Access Control WIZ750SR-100 사용 TCP/IP Network Control Management Data Mining Server 123

124 Mini Printer W7500P Application Example (2/5) RELlABLE, COST-EFFECTIVE, ENERGY STAR QUALIFIED THERMAL POS PRINTER 124

125 Application Example (3/5) Smart Meter WIZ107SR EDMI(Singapore) Ethernet via WIZ107SR EDMI is one of the leading smart meters solution providers in the world 125

126 Smart Factory W7500P Application Example (4/5) Manufacture Facility Temperature Sensor Current Sensor RS485 Ethernet Server Vibration Sensor Sensor 보드 Base board 126

127 Application Example (5/5) Switch 기능 2 Ethernet Port Signal Transmitter 기능 2 Analog Inputs 4 Digital Inputs Ethernet 을통한 Device 설정기능 2 Analog Inputs Ethernet PHY I/F Switch 4 Digital Inputs Ethernet W7500-S2E MAG Jack MAG Jack 127

128 커스터마이징 128

129 하드웨어커스터마이징 Open Source 정책 Schematic / BOM 등모두공개 고객요구에따라커스터마이징서비스 사이즈 특정단자사용 추가 GPIO 사용 그외 129

130 펌웨어커스터마이징 Open Source 정책 Github 에소스오픈 고객요구에따른커스터마이징서비스제공 Baud rate 변경 (460Kbps, 920Kbps 등 ) Protocol 추가 Modbus-RTU Modbus-TCP 그외 130

131 PC 소프트웨어커스터마이징 Open Source 기반 CLI Configuration Tool github에공개 GUI Tool도공개예정 고객요구에따라커스터마이징서비스제공 펌웨어커스터마이징과연계수정지원 기능추가 / 삭제 기능변경 Layout 변경 그외 131

132 감사합니다. 132

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

1. What is AX1 AX1 Program은 WIZnet 사의 Hardwired TCP/IP Chip인 iinchip 들의성능평가및 Test를위해제작된 Windows 기반의 PC Program이다. AX1은 Internet을통해 iinchip Evaluation

1. What is AX1 AX1 Program은 WIZnet 사의 Hardwired TCP/IP Chip인 iinchip 들의성능평가및 Test를위해제작된 Windows 기반의 PC Program이다. AX1은 Internet을통해 iinchip Evaluation 1. What is AX1 AX1 Program은 WIZnet 사의 Hardwired TCP/IP Chip인 iinchip 들의성능평가및 Test를위해제작된 Windows 기반의 PC Program이다. AX1은 Internet을통해 iinchip Evaluation Board(EVB B/D) 들과 TCP/IP Protocol로연결되며, 연결된 TCP/IP

More information

hd1300_k_v1r2_Final_.PDF

hd1300_k_v1r2_Final_.PDF Starter's Kit for HelloDevice 1300 Version 11 1 2 1 2 3 31 32 33 34 35 36 4 41 42 43 5 51 52 6 61 62 Appendix A (cross-over) IP 3 Starter's Kit for HelloDevice 1300 1 HelloDevice 1300 Starter's Kit HelloDevice

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

untitled

untitled 1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...

More information

untitled

untitled CAN BUS RS232 Line Ethernet CAN H/W FIFO RS232 FIFO IP ARP CAN S/W FIFO TERMINAL Emulator COMMAND Interpreter ICMP TCP UDP PROTOCOL Converter TELNET DHCP C2E SW1 CAN RS232 RJ45 Power

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

Network seminar.key

Network seminar.key Intro to Network .. 2 4 ( ) ( ). ?!? ~! This is ~ ( ) /,,,???? TCP/IP Application Layer Transfer Layer Internet Layer Data Link Layer Physical Layer OSI 7 TCP/IP Application Layer Transfer Layer 3 4 Network

More information

Raspbian 설치 라즈비안 OS (Raspbian OS) 라즈베리파이 3 Model B USB 마우스 USB 키보드 마이크로 SD 카드 마이크로 SD 카드리더기 HDM I 케이블모니터

Raspbian 설치 라즈비안 OS (Raspbian OS) 라즈베리파이 3 Model B USB 마우스 USB 키보드 마이크로 SD 카드 마이크로 SD 카드리더기 HDM I 케이블모니터 운영체제실습 Raspbian 설치 2017. 3 표월성 wspyo74@naver.com cherub.sungkyul.ac.kr 목차 Ⅰ. 설치 1. 라즈비안 (Raspbian 설치 ) 2. 설치후, 설정 설정사항 Raspbian 설치 라즈비안 OS (Raspbian OS) 라즈베리파이 3 Model B USB 마우스 USB 키보드 마이크로 SD 카드 마이크로

More information

Network Security - Wired Sniffing 실습 ICNS Lab. Kyung Hee University

Network Security - Wired Sniffing 실습 ICNS Lab. Kyung Hee University Network Security - Wired Sniffing 실습 ICNS Lab. Kyung Hee University Outline Network Network 구조 Source-to-Destination 간 packet 전달과정 Packet Capturing Packet Capture 의원리 Data Link Layer 의동작 Wired LAN Environment

More information

2005 2004 2003 2002 2001 2000 Security Surveillance Ubiquitous Infra Internet Infra Telematics Security Surveillance Telematics Internet Infra Solutions Camera Site (NETWORK) Monitoring & Control

More information

Sena Device Server Serial/IP TM Version

Sena Device Server Serial/IP TM Version Sena Device Server Serial/IP TM Version 1.0.0 2005. 3. 7. Release Note Revision Date Name Description V1.0.0 2005-03-7 HJ Jeon Serial/IP 4.3.2 ( ) 210 137-130, : (02) 573-5422 : (02) 573-7710 email: support@sena.com

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

일반적인 네트워크의 구성은 다음과 같다

일반적인 네트워크의 구성은 다음과 같다 W5200 Errata Sheet Document History Ver 1.0.0 (Feb. 23, 2012) First release (erratum 1) Ver 1.0.1 (Mar. 28, 2012) Add a solution for erratum 1, 2 Ver 1.0.2 (Apr. 03, 2012) Add a solution for erratum 3

More information

슬라이드 제목 없음

슬라이드 제목 없음 ETOS-DPS-X Guide AC&T SYSTEM 1 ETOS-DPS-X 개요 ETOS-DPS-X Field Bus Network 중 Profibus-DP Network 에연결되는장비. ProfiBus-DP Network 시스템에 DP 통신을지원하지않는현장장비에대한통신서버기능구현. Profibus-DP Slave 동작하기때문에반드시 DP-Master 모듈이있는시스템에서적용가능.

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

Microsoft PowerPoint - XAD-400.ppt [호환 모드]

Microsoft PowerPoint - XAD-400.ppt [호환 모드] 4Ch H.264 Hardware Codec H.264 User s Manual VER 2.0 4 Channel Real-time playback / USB backup The most stable and reliable real stand alone Digital Video Multiplex Recorder 설치 및 사용시 주의사항 초기설치 및 사용시 주의사항

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

Smart Power Scope Release Informations.pages

Smart Power Scope Release Informations.pages v2.3.7 (2017.09.07) 1. Galaxy S8 2. SS100, SS200 v2.7.6 (2017.09.07) 1. SS100, SS200 v1.0.7 (2017.09.07) [SHM-SS200 Firmware] 1. UART Command v1.3.9 (2017.09.07) [SHM-SS100 Firmware] 1. UART Command SH모바일

More information

<4D F736F F F696E74202D20BBB7BBB7C7D15F FBEDFB0A3B1B3C0B05FC1A638C0CFC2F72E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D20BBB7BBB7C7D15F FBEDFB0A3B1B3C0B05FC1A638C0CFC2F72E BC8A3C8AF20B8F0B5E55D> 뻔뻔한 AVR 프로그래밍 The Last(8 th ) Lecture 유명환 ( yoo@netplug.co.kr) INDEX 1 I 2 C 통신이야기 2 ATmega128 TWI(I 2 C) 구조분석 4 ATmega128 TWI(I 2 C) 실습 : AT24C16 1 I 2 C 통신이야기 I 2 C Inter IC Bus 어떤 IC들간에도공통적으로통할수있는 ex)

More information

bn2019_2

bn2019_2 arp -a Packet Logging/Editing Decode Buffer Capture Driver Logging: permanent storage of packets for offline analysis Decode: packets must be decoded to human readable form. Buffer: packets must temporarily

More information

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1)

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1) [ Version 1.3 ] Access Point,. Access Point IP 10.0.0.1, Subnet Mask 255.255.255.224, DHCP Client. DHCP Server IP IP,, IP 10.0.0.X. (Tip: Auto Sensing Straight, Cross-over.) step 1]. step 2] LAN. step

More information

(SW3704) Gingerbread Source Build & Working Guide

(SW3704) Gingerbread Source Build & Working Guide (Mango-M32F4) Test Guide http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys CRZ Technology 1 Document History

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

1.LAN의 특징과 각종 방식

1.LAN의 특징과 각종 방식 0 Chapter 1. LAN I. LAN 1. - - - - Switching - 2. LAN - (Topology) - (Cable) - - 2.1 1) / LAN - - (point to point) 2) LAN - 3) LAN - 2.2 1) Bound - - (Twisted Pair) - (Coaxial cable) - (Fiber Optics) 1

More information

벤처연구사업(전동휠체어) 평가

벤처연구사업(전동휠체어) 평가 운영체제실습 Raspbian 설치 2019. 3 표월성 wspyo74@naver.com cherub.sungkyul.ac.kr 목차 Ⅰ. 개요 1. 설치전준비시항 - H/W 및 S/W - Raspbian 이미지파일 2. 라즈비안 (Raspbian) 설치 - Destop 설치 ( 가상화시스템이용 ) - NOOBS를이용한설치 - Raspbian 이미지를이용한설치

More information

슬라이드 1

슬라이드 1 사용 전에 사용자 주의 사항을 반드시 읽고 정확하게 지켜주시기 바랍니다. 사용설명서의 구성품 형상과 색상은 실제와 다를 수 있습니다. 사용설명서의 내용은 제품의 소프트웨어 버전이나 통신 사업자의 사정에 따라 다를 수 있습니다. 본 사용설명서는 저작권법에 의해 보호를 받고 있습니다. 본 사용설명서는 주식회사 블루버드소프트에서 제작한 것으로 편집 오류, 정보 누락

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

Mango220 Android How to compile and Transfer image to Target

Mango220 Android How to compile and Transfer image to Target Mango220 Android How to compile and Transfer image to Target http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys

More information

BY-FDP-4-70.hwp

BY-FDP-4-70.hwp RS-232, RS485 FND Display Module BY-FDP-4-70-XX (Rev 1.0) - 1 - 1. 개요. 본 Display Module은 RS-232, RS-485 겸용입니다. Power : DC24V, DC12V( 주문사양). Max Current : 0.6A 숫자크기 : 58mm(FND Size : 70x47mm 4 개) RS-232,

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

제20회_해킹방지워크샵_(이재석)

제20회_해킹방지워크샵_(이재석) IoT DDoS DNS (jaeseog@sherpain.net) (www.sherpain.net) DDoS DNS DDoS / DDoS(Distributed DoS)? B Asia Broadband B Bots connect to a C&C to create an overlay network (botnet) C&C Provider JP Corp. Bye Bye!

More information

Microsoft Word - PEB08_USER_GUIDE.doc

Microsoft Word - PEB08_USER_GUIDE.doc 0. PEB08 이란? PEB08(PIC EVALUATION BOARD 8bits) 은 Microchip 8bit Device 개발을쉽고편리하게할수있는보드입니다. 1. 다양한 8bit Device 지원 기존대부분의 8bit 보드의경우일부 Pin-Count만지원을하였지만, PEB08은 PIC10, PIC12, PIC16, PIC18의 DIP Type Package의모든

More information

Assign an IP Address and Access the Video Stream - Installation Guide

Assign an IP Address and Access the Video Stream - Installation Guide 설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

TTA Verified : HomeGateway :, : (NEtwork Testing Team)

TTA Verified : HomeGateway :, : (NEtwork Testing Team) TTA Verified : HomeGateway :, : (NEtwork Testing Team) : TTA-V-N-05-006-CC11 TTA Verified :2006 6 27 : 01 : 2005 7 18 : 2/15 00 01 2005 7 18 2006 6 27 6 7 9 Ethernet (VLAN, QoS, FTP ) (, ) : TTA-V-N-05-006-CC11

More information

untitled

untitled CAN BUS RS232 Line CAN H/W FIFO RS232 FIFO CAN S/W FIFO TERMINAL Emulator COMMAND Interpreter PROTOCOL Converter CAN2RS232 Converter Block Diagram > +- syntax

More information

TCP.IP.ppt

TCP.IP.ppt TCP/IP TCP/IP TCP/IP TCP/IP TCP/IP Internet Protocol _ IP Address Internet Protocol _ Subnet Mask Internet Protocol _ ARP(Address Resolution Protocol) Internet Protocol _ RARP(Reverse Address Resolution

More information

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER < Tool s Guide > 목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER 실행파일... 7 4. DEVICE-PROGRAMMER 사용하기...

More information

ISP and CodeVisionAVR C Compiler.hwp

ISP and CodeVisionAVR C Compiler.hwp USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler http://www.avrmall.com/ November 12, 2007 Copyright (c) 2003-2008 All Rights Reserved. USBISP V3.0 & P-AVRISP V1.0 with CodeVisionAVR C Compiler

More information

Mango-E-Toi Board Developer Manual

Mango-E-Toi Board Developer Manual Mango-E-Toi Board Developer Manual http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys CRZ Technology 1 Document

More information

CAN-fly Quick Manual

CAN-fly Quick Manual adc-171 Manual Ver.1.0 2011.07.01 www.adc.co.kr 2 contents Contents 1. adc-171(rn-171 Pack) 개요 2. RN-171 Feature 3. adc-171 Connector 4. adc-171 Dimension 5. Schematic 6. Bill Of Materials 7. References

More information

Install stm32cubemx and st-link utility

Install stm32cubemx and st-link utility STM32CubeMX and ST-LINK Utility for STM32 Development 본문서는 ST Microelectronics 의 ARM Cortex-M 시리즈 Microcontroller 개발을위해제공되는 STM32CubeMX 와 STM32 ST-LINK Utility 프로그램의설치과정을설명합니다. 본문서는 Microsoft Windows 7

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

More information

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase startup-config Erasing the nvram filesystem will remove all configuration files Continue? [confirm] ( 엔터 ) [OK] Erase

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 LAN CVERTER user s manual LE101 LAN 1 port Serial 1 port Socket 3 CH. 목차 개요 1 제품사양제품구성 1. LE101 제품형태 2 1) LE101 구성요소별설명 3 2. LE101 구성요소별기능 4 1) 시리얼통신포트 2) 네트웍통신포트 3) 전원포트 4) RESET SWITCH 5) 모드변환스위치 3.

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

1. GigE Camera Interface를 위한 최소 PC 사양 CPU : Intel Core 2 Duo, 2.4GHz이상 RAM : 2GB 이상 LANcard : Intel PRO/1000xT 이상 VGA : PCI x 16, VRAM DDR2 RAM 256MB

1. GigE Camera Interface를 위한 최소 PC 사양 CPU : Intel Core 2 Duo, 2.4GHz이상 RAM : 2GB 이상 LANcard : Intel PRO/1000xT 이상 VGA : PCI x 16, VRAM DDR2 RAM 256MB Revision 1.0 Date 11th Nov. 2013 Description Established. Page Page 1 of 9 1. GigE Camera Interface를 위한 최소 PC 사양 CPU : Intel Core 2 Duo, 2.4GHz이상 RAM : 2GB 이상 LANcard : Intel PRO/1000xT 이상 VGA : PCI x

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 LAN CVERTER user s manual LE100 목차 개요 1 제품사양제품구성 1. LE100 제품형태 2 1) LE100 구성요소별설명 3 2. LE100 구성요소별기능 4 1) 시리얼통신포트 2) 네트웍통신포트 3) 전원포트 4) RESET SWITCH 5) 모드변환스위치 3. LAN 을이용한 Setting 방법 6 1) LAN Cable 연결방법

More information

Microsoft Word - WIZ1000_UM_v110k.doc

Microsoft Word - WIZ1000_UM_v110k.doc WIZ1000 사용자매뉴얼 (Version 1.1.0) 2009 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr 온라인기술문의 제품사용중궁금하신점이나, 건의사항등이있으신분은위즈네트홈페이지내 Q&A 게시판을이용하시면더욱빠른답변을받으실수있습니다.

More information

DSP_MON 프로그램 메뉴얼

DSP_MON 프로그램 메뉴얼 UART_CAN Analyzer 윈도우 프로그램 사용자 메뉴얼 리얼시스 TEL : 031-420-4326 FAX : 031-420-4329 주소 : 경기도 안양시 동안구 관양동 799 안양메가밸리 319호 - 1 - UART_CAN Analyzer 제품을 구입해 주셔서 감사합니다. 본 제품을 구입하신 고객께서는 먼저 사용 설명서를 잘 읽어 보시고 제품을 사용하여

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

Solaris System Administration

Solaris System Administration Dynamips 를이용한 Cisco Router 와 Switch 가상화 1. Dynamips 소개 2. Dynamips win32용설치 3. Dynamips에서지원하는장비 4. Dynamips에서지워하는모듈 5. NET file 구조 6. Dynamips를이용한 LAB 구축 7. IPv6 address 구조 8. IPv6 RIP Router 구성하기 Dynamips

More information

untitled

untitled CLEBO PM-10S / PM-10HT Megapixel Speed Dome Camera 2/39 3/39 4/39 5/39 6/39 7/39 8/39 ON ON 1 2 3 4 5 6 7 8 9/39 ON ON 1 2 3 4 10/39 ON ON 1 2 3 4 11/39 12/39 13/39 14/39 15/39 Meg gapixel Speed Dome Camera

More information

네트워크연결매뉴얼 SRP-Q300/302 감열식프린터 Rev

네트워크연결매뉴얼 SRP-Q300/302 감열식프린터 Rev 네트워크연결매뉴얼 감열식프린터 Rev. 1.00 http://www.bixolon.com 목차 1. 매뉴얼안내... 3 2. 주의사항... 3 3. 연결방법... 4 3-1 Android Soft AP 모드... 7 3-2 ios Soft AP 모드... 8 3-3 Infrastructure 모드로변경하는방법... 9 4. 설정초기화... 11 Rev. 1.00-2

More information

침입방지솔루션도입검토보고서

침입방지솔루션도입검토보고서 IT 2005. 06. 02. IT IT Windows 3503 4463 4178 64% Solaris 142 56 36 Digital UX 37 24 9 Tru64 30 20 26 Server & DeskTop UNIX HP-UX 27 IRIX 19 FreeBSD 12 7 15 8 5 17 9 2% AIX 5 3 3 Linux 348 400 516 8% Apple

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Deep Learning 작업환경조성 & 사용법 ISL 안재원 Ubuntu 설치 작업환경조성 접속방법 사용예시 2 - ISO file Download www.ubuntu.com Ubuntu 설치 3 - Make Booting USB Ubuntu 설치 http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

More information

Subnet Address Internet Network G Network Network class B networ

Subnet Address Internet Network G Network Network class B networ Structure of TCP/IP Internet Internet gateway (router) Internet Address Class A Class B Class C 0 8 31 0 netid hostid 0 16 31 1 0 netid hostid 0 24 31 1 1 0 netid hostid Network Address : (A) 1 ~ 127,

More information

1 1. INTRODUCTION 2 2. DOWNLOAD Windows Desktop & Server Max OS X, Linux, Windows CE 2 3. API REFERENCE CAN_OpenVcp CAN_Op

1 1. INTRODUCTION 2 2. DOWNLOAD Windows Desktop & Server Max OS X, Linux, Windows CE 2 3. API REFERENCE CAN_OpenVcp CAN_Op USB2CAN USB2CAN-VCP USB2CAN-FIFO API Reference Manual ver. 1.00 Updated in November 2013 1 1. INTRODUCTION 2 2. DOWNLOAD 2 2-1. Windows Desktop & Server 2 2-2. Max OS X, Linux, Windows CE 2 3. API REFERENCE

More information

<4D F736F F F696E74202D20BBB7BBB7C7D15F FBEDFB0A3B1B3C0B05FC1A636C0CFC2F72E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D20BBB7BBB7C7D15F FBEDFB0A3B1B3C0B05FC1A636C0CFC2F72E BC8A3C8AF20B8F0B5E55D> 뻔뻔한 AVR 프로그래밍 The 6 th Lecture 유명환 ( yoo@netplug.co.kr) 1 2 통신 관련이야기 시리얼통신 관련이야기 INDEX 3 ATmega128 시리얼통신회로도분석 4 ATmega128 시리얼통신컨트롤러 (USART) 분석 5 ATmega128 시리얼통신관련레지스터분석 6 ATmega128 시리얼통신실습 1 통신 관련이야기 동기

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat Sun Server X3-2( Sun Fire X4170 M3) Oracle Solaris : E35482 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including

More information

UDP Flooding Attack 공격과 방어

UDP Flooding Attack 공격과 방어 황 교 국 (fullc0de@gmail.com) SK Infosec Co., Inc MSS Biz. Security Center Table of Contents 1. 소개...3 2. 공격 관련 Protocols Overview...3 2.1. UDP Protocol...3 2.2. ICMP Protocol...4 3. UDP Flood Test Environment...5

More information

ꠏꠏꠏꠏ ꠏꠏꠏꠏ ꠏꠏꠏꠏ A4 SPA RCcenter 20 00 SPARC center 2000 ꡔꡕ Web Browser Internet ( HTTP ) ( HTTP ) (Z39.50 ) / DB/ DB ( HTTP) Web Server Doc Server KAIST DB PC

More information

안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을

안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을 Digital Video Recorder 간편설명서 XD3316 안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을 차단하고, 전원 플러그를 동시에

More information

Microsoft Word doc

Microsoft Word doc TCP/IP 구조 1. I.P 구조설명 2. ARP 구조설명 3. TCP 구조설명 4. UDT 구조설명 5. RIP 구조설명 6. BOOTP 구조설명 7. TFTP 구조설명 destination addr source addr type data CRC 6 6 2 46-1500 4 type 0X0800 IP datagram 2 46-1500 type 0X0806

More information

Mango-IMX6Q mfgtool을 이용한 이미지 Write하기

Mango-IMX6Q mfgtool을 이용한 이미지 Write하기 Mango-IMX6Q mfgtool 을 이용한이미지 Write 하기 http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys CRZ Technology 1 Document

More information

SK IoT IoT SK IoT onem2m OIC IoT onem2m LG IoT SK IoT KAIST NCSoft Yo Studio tidev kr 5 SK IoT DMB SK IoT A M LG SDS 6 OS API 7 ios API API BaaS Backend as a Service IoT IoT ThingPlug SK IoT SK M2M M2M

More information

Microsoft Word _whitepaper_latency_throughput_v1.0.1_for_

Microsoft Word _whitepaper_latency_throughput_v1.0.1_for_ Sena Technologies 백서 : Latency/Throughput Test September 11, 2008 Copyright Sena Technologies, Inc 2008 All rights strictly reserved. No part of this document may not be reproduced or distributed without

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

목차 윈도우드라이버 1. 매뉴얼안내 운영체제 (OS) 환경 윈도우드라이버준비 윈도우드라이버설치 Windows XP/Server 2003 에서설치 Serial 또는 Parallel 포트의경우.

목차 윈도우드라이버 1. 매뉴얼안내 운영체제 (OS) 환경 윈도우드라이버준비 윈도우드라이버설치 Windows XP/Server 2003 에서설치 Serial 또는 Parallel 포트의경우. 소프트웨어매뉴얼 윈도우드라이버 Rev. 3.03 SLP-TX220 / TX223 SLP-TX420 / TX423 SLP-TX400 / TX403 SLP-DX220 / DX223 SLP-DX420 / DX423 SLP-DL410 / DL413 SLP-T400 / T403 SLP-T400R / T403R SLP-D220 / D223 SLP-D420 / D423

More information

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수 사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를

More information

10X56_NWG_KOR.indd

10X56_NWG_KOR.indd 디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때

More information

airDACManualOnline_Kor.key

airDACManualOnline_Kor.key 5F InnoValley E Bldg., 255 Pangyo-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Korea (Zip 463-400) T 031 8018 7333 F 031 8018 7330 airdac AD200 F1/F2/F3 141x141x35 mm (xx) 350 g LED LED1/LED2/LED3 USB RCA

More information

슬라이드 제목 없음

슬라이드 제목 없음 TS-VCOM Guide AC&T SYSTEM 1 TS-VCOM 개요 TS-VCOM 은가상 COM 포트를사용하여시리얼통신을위한 데이터를 Redirect 하여실제 Ethernet 통신을구현하는 Windows Software 입니다. TS-VCOM AC&T SYSTEM 2 TS-VCOM 시스템구조예 AC&T SYSTEM 3 TS-VCOM 메뉴구성 Port : Add

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

인켈(국문)pdf.pdf

인켈(국문)pdf.pdf M F - 2 5 0 Portable Digital Music Player FM PRESET STEREOMONO FM FM FM FM EQ PC Install Disc MP3/FM Program U S B P C Firmware Upgrade General Repeat Mode FM Band Sleep Time Power Off Time Resume Load

More information

ODS-FM1

ODS-FM1 OPTICAL DISC ARCHIVE FILE MANAGER ODS-FM1 INSTALLATION GUIDE [Korean] 1st Edition (Revised 4) 상표 Microsoft, Windows 및 Internet Explorer는 미국 및 / 또는 다른 국가에서 Microsoft Corporation 의 등록 상표입 Intel 및 Intel Core

More information

VPN.hwp

VPN.hwp Linksys VPN Router RV042&RV082 VPN Router 용 VPN 터널설정 한국어사용자설명서 V1.0 Table of Content 1 Gateway to Gateway 설정... 1 STEP 1 - Gateway to Gateway 터널생성하기... 1 STEP 2 - 터널정보입력하기... 1 STEP 3 - Gateway to Gateway

More information

Clover 부트로더를 이용한 해킨토시 설치방법

Clover 부트로더를 이용한 해킨토시 설치방법 Clover Mac OS X Mavericks Clover EFI. Maxxuss Slice 2,. http://osx86.tistory.com/849 BIOS UEFI Native OS X DSDT/kernel/kexts OS X Recovery partition 4K Advanced Format drives boot0 error Linux Windows

More information

KDTÁ¾ÇÕ-2-07/03

KDTÁ¾ÇÕ-2-07/03 CIMON-PLC CIMON-SCADA CIMON-TOUCH CIMON-Xpanel www.kdtsys.com CIMON-SCADA Total Solution for Industrial Automation Industrial Automatic Software sphere 16 Total Solution For Industrial Automation SCADA

More information

놀이동산미아찾기시스템

놀이동산미아찾기시스템 TinyOS를이용한 놀이동산미아찾기시스템 윤정호 (mo0o1234@nate.com) 김영익 (youngicks7@daum.net) 김동익 (dongikkim@naver.com) 1 목차 1. 프로젝트개요 2. 전체시스템구성도 3. Tool & Language 4. 데이터흐름도 5. Graphic User Interface 6. 개선해야할사항 2 프로젝트개요

More information

Microsoft Word - Armjtag_문서1.doc

Microsoft Word - Armjtag_문서1.doc ARM JTAG (wiggler 호환 ) 사용방법 ( IAR EWARM 에서 ARM-JTAG 로 Debugging 하기 ) Test Board : AT91SAM7S256 IAR EWARM : Kickstart for ARM ARM-JTAG : ver 1.0 ( 씨링크테크 ) 1. IAR EWARM (Kickstart for ARM) 설치 2. Macraigor

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

AV PDA Broadcastin g Centers Audio /PC Personal Mobile Interactive (, PDA,, DMB ),, ( 150km/h ) (PPV,, ) Personal Mobile Interactive Multimedia Broadcasting Services 6 MHz TV Channel Block A Block

More information

USB2CAN USB2CAN-UART USB2CAN-FIFO API Reference Manual Copyright NTREXLAB

USB2CAN USB2CAN-UART USB2CAN-FIFO API Reference Manual Copyright NTREXLAB USB2CAN USB2CAN-UART USB2CAN-FIFO API Reference Manual Copyright NTREXLAB http://ntrexgo.com 설명서에포함된정보는정확하고신뢰성이있는내용입니다. 그러나출판당시발견되지않은 오류가있을수있으니사용자는자신의제품검증을수행하시기바라며, 전적으로설명서에포 함된정보에의존하지마시기바랍니다. 1 소개 1 2

More information

MPLAB C18 C

MPLAB C18 C MPLAB C18 C MPLAB C18 MPLAB C18 C MPLAB C18 C #define START, c:\mcc18 errorlevel{0 1} char isascii(char ch); list[list_optioin,list_option] OK, Cancel , MPLAB IDE User s Guide MPLAB C18 C

More information

Microsoft Word - FS_ZigBee_Manual_V1.3.docx

Microsoft Word - FS_ZigBee_Manual_V1.3.docx FirmSYS Zigbee etworks Kit User Manual FS-ZK500 Rev. 2008/05 Page 1 of 26 Version 1.3 목 차 1. 제품구성... 3 2. 개요... 4 3. 네트워크 설명... 5 4. 호스트/노드 설명... 6 네트워크 구성... 6 5. 모바일 태그 설명... 8 6. 프로토콜 설명... 9 프로토콜 목록...

More information

Microsoft Word - src.doc

Microsoft Word - src.doc IPTV 서비스탐색및콘텐츠가이드 RI 시스템운용매뉴얼 목차 1. 서버설정방법... 5 1.1. 서비스탐색서버설정... 5 1.2. 컨텐츠가이드서버설정... 6 2. 서버운용방법... 7 2.1. 서비스탐색서버운용... 7 2.1.1. 서비스가이드서버실행... 7 2.1.2. 서비스가이드정보확인... 8 2.1.3. 서비스가이드정보추가... 9 2.1.4. 서비스가이드정보삭제...

More information

<BFC0B7A3C1F6C4B72DBBE7BFEBC0DABCB3B8EDBCAD5FC8AEC0E5BABB28343070C7D1B1DB295F32303133303631312E6169>

<BFC0B7A3C1F6C4B72DBBE7BFEBC0DABCB3B8EDBCAD5FC8AEC0E5BABB28343070C7D1B1DB295F32303133303631312E6169> SMART CAM 내 손안의 스마트 CCTV Orange Box 400/800 사용자 설명서 Part.01 시작에 앞서 일러두기 본 설명서를 분실하였을 경우 http://myorangecam.com 에서 설명서를 다운받아서 다시 보실 수 있습니다. (PDF 문서는 Adobe Reader 가 PC에 설치되 있어야 하며 http://kr.adobe.com 에서

More information

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law),

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), 1, 2, 3, 4, 5, 6 7 8 PSpice EWB,, ,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), ( ),,,, (43) 94 (44)

More information

MR-3000A-MAN.hwp

MR-3000A-MAN.hwp ITS Field Emulator for Traffic Local Controller [ MR-3000A ] User's Manual MORU Industrial Systems. www.moru.com - 1 - 1. 개요 MR-3000A는교통관제시스템에있어서현장용교통신호제어기의개발, 신호제어알고리즘의개발및검증, 교통신호제어기생산 LINE에서의자체검사수단등으로활용될수있도록개발된물리적모의시험장치이다.

More information

. PC PC 3 [ ] [ ], [ ] [ ] [ ] 3 [ ] [ ], 4 [ ] [ ], 4 [Internet Protocol Version 4 (TCP/IPv4)] 5 [ ] 6 [ IP (O)], [ DNS (B)] 7 [ ] 한국어 -

. PC PC 3 [ ] [ ], [ ] [ ] [ ] 3 [ ] [ ], 4 [ ] [ ], 4 [Internet Protocol Version 4 (TCP/IPv4)] 5 [ ] 6 [ IP (O)], [ DNS (B)] 7 [ ] 한국어 - Quick Network Setup Guide xdsl/cable Modem PC DVR ~3.., PC, DVR. Cable IP Cable/ADSL/ VDSL or 3 4 VIDEO OUT (SPOT) AUDIO IN VGA ALARM OUT COM ALARM IN RS-485 3 4 G G + 3 CONSOLE NETWORK DC V VIDEO IN VIDEO

More information

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: E-M

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL:   E-M Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: http://www.olivetech.co.kr E-Mail: tech@olivetech.co.kr TEL: 031-726-4217 FAX: 031-726-4219

More information