일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SECS-II
- Computer Science
- Investing
- 회귀
- ai이미지변환
- python
- Digital Marketing
- spotify
- SECS/GEM
- CS
- 프로그래머스
- Spring
- Baekjoon
- 지브리필터
- spring boot
- 백준
- java
- Cars
- Gem
- 회원가입
- 파이썬
- SECS
- modern c++
- C++
- Spring JPA
- c
- coins
- 자바
- programmers
- finance & economics
Archives
- Today
- Total
비버놀로지
[SECS/GEM] SECS-II Item Format Code 본문
728x90
반응형
Data 구조 예제
ASCII String Item - 'ABC'
- 01000001 Item ASCII, 1 Length Byte
- 00000011 Item 길이: 3 Bytes
- 01000001 'A'
- 01000010 'B'
- 01000011 'C'
Unsigned Integer Array Item - 100, 1000, 10000
- 10101001 2-Byte Unsigned Integer Item, 1Length Byte
- 00000110 Total 6 Bytes:6 / 2 = 3 Integers
- 00000000 100
- 01100100
- 00000011 1000
- 11101000
- 00100111 10000
- 00010000
728x90
반응형
'Semiconductor > SECS GEM' 카테고리의 다른 글
[SECS/GEM] HSMS (High-speed SECS Message Service) 프로토콜 (0) | 2021.08.09 |
---|---|
[SECS/GEM] SECS-II Conversation 프로토콜 (0) | 2021.08.09 |
[SECS/GEM] SECS-II Stream & Function (0) | 2021.08.09 |
[SECS/GEM] SECS-II 데이터 구조 (0) | 2021.08.09 |
[SECS/GEM] SECS-II 프로토콜이란? (0) | 2021.08.09 |
Comments