일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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/GEM
- 자바
- 파이썬
- CS
- spotify
- 회귀
- MYSQL
- java
- 회원가입
- Computer Science
- 프로그래머스
- SW Expert Academy
- modern c++
- Spring JPA
- SECS-II
- Baekjoon
- SWEA
- 백준
- regression
- Gem
- programmers
- SECS
- Spotify Api
- c
- linux
- spring boot
- 스포티파이
- Spring
- python
- C++
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