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
- code=13
- storyboard
- ventura
- ios
- iphone
- iPadOS
- SceneDelegate
- localizing
- cerificate
- safearea
- iPadOS13
- swift4
- error domain
- NationalPetition
- appleid
- 駐車場の場所
- 롤파킹
- pan gesture
- 駐車場
- RollParking
- iOS12
- Xcode11
- swift
- query cancelled
- ロールパーク
- Xcode11.1
- Xcode
- 스토리보드
- iOS13
- nslocalizedDescription=query cancelled
Archives
- Today
- Total
목록ISO8859-1 (1)
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
2014. 1. 14. 11:23