Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 駐車場の場所
- cerificate
- swift4
- iOS13
- SceneDelegate
- swift
- nslocalizedDescription=query cancelled
- pan gesture
- iOS12
- storyboard
- 駐車場
- iphone
- query cancelled
- localizing
- Xcode11
- ios
- iPadOS
- 스토리보드
- 롤파킹
- error domain
- Xcode
- ロールパーク
- Xcode11.1
- ventura
- RollParking
- appleid
- NationalPetition
- iPadOS13
- code=13
- safearea
Archives
- Today
- Total
HoonStyle
8 Bit Serial 통신 본문
요번에 안하던 Serial 통신 코딩을 C# 으로 하던 중 자체적으로 프로토콜 테스트를 하고
Serial Port 물려서 Send를 하는순간 .... Bit가 드랍되어서 제대로 안된다.....
찾아보니 default 가 ASCII encoding 이란다...
그래서 UTF8로 변환 후 Test..
앞은 제대로 오는데 마지막 byte가 127이 넘어가니 또 고놈이 엉뚱한 숫자로 나온다...
알고보니 ASCIIEncoding은 8비트 통신을 위해서 사용하는 인코딩이 아니란다...
"ISO 8859-1 Latin 1; Western European (ISO)" 요걸로 해야한단다....
Encoding.GetEncoding(28591);
하아...
간만에 코딩하다가 빡쳐서 남김...
'Programming' 카테고리의 다른 글
'hcw'을(를) 찾을 수 없습니다. (0) | 2013.05.31 |
---|---|
[MFC]List Control Height(높이) 변경 (0) | 2012.08.21 |
[MFC]List Control 색 입히기 (0) | 2012.08.21 |
FileTracker : error FTK1011 (0) | 2012.06.04 |
error C2440: 'static_cast' : 'void (__thiscall CDlgAlarms::* )(WPARAM,LPARAM)'에서 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'(으)로 변환할 수 없습니다. (2) | 2012.03.13 |