RF Card Serial DataReceived Split Byte Process
int byte_int = 0; byte[] rcvByteFinal = new byte[10]; // RF카드 10자리 Byte 세팅 private void serial_DataReceived(object sender, SerialDataReceivedEventArgs e) { try { if (!serial.IsOpen) return; // serial 오픈 확인. int bytes = serial.BytesToRead; byte[] buffer = new byte[bytes]; byte[] rcvByte = new byte[bytes]; serial.Read(buffer, 0, bytes); Array.Copy(buffer, 0, rcvByte, 0, bytes); // buffer 0 위치부터 by..
WPF
2021. 12. 21. 02:03
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin.Ios Firebase Phone SMS OTP Send
- Embeded 한글Font적용
- FileStream Add Byte
- Xamarin Firebase Phone User Add
- Xamarin.Ios Firebase Phone User Add
- Xamarin reCAPTCHA
- 암호 마스터키
- WPF Datagrid Cell Value Change
- ssl_client_socket_impl.cc
- Xamarin SMS OTP Send
- Xamarin.Forms
- Xamarin.Ios Firebase Phone Auth
- Linux SSH Multi Computer Join
- 연산자 뒤에 피연산자가 없습니다.
- ClickOnce 인증서 인증기간 변경
- GetCellContent CheckBox Value
- Windows IIS FTP 디렉토리 목록 오류
- Entry '' has empty native path
- WPF Textbox
- WPF Scrollviewer in ScrollViwer
- 서버 수준의 URN 필터
- Xamarin Firebase Phone Auth
- Label Text LineBreak in Xaml
- C# LINQ Left join
- Microcharts
- SkiaSharp
- c# Encrypt / Decrypt
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함