본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (143)
    • Maui (7)
    • Xamarin (33)
    • WPF (47)
    • VBA (3)
    • C# WinForm (7)
    • ETC (42)
  • 방명록

2021/12 (4)
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
라즈베리파이 스위치 연결(전원켜기, 재부팅, 종료)GPIO 5, 39 연결.

1. sudo nano pishutbtn.py ---------------------------------------------------------------------- #!/usr/bin/python # shutdown/reboot(/power on) Raspberry Pi with pushbutton import RPi.GPIO as GPIO from subprocess import call from datetime import datetime import time # pushbutton connected to this GPIO pin, using pin 5 also has the benefit of # waking / powering up Raspberry Pi when button is pre..

ETC 2021. 12. 14. 10:40
Mono .Net Core Https Error: TrustFailure (Authentication failed, see inner exception.)

var request = WebRequest.Create("Https://~~~~"); Error: TrustFailure (Authentication failed, see inner exception.) Let's Encrypt Root CA 인증이 2021-09-30 만료되었음. Let's Encrypt https 인증 받는 사이트의 Mono .Net Core 서비스는 Linux 에서 인증오류가 발생함. Mono applications cannot connect to a website using an SSL certificate issued by Let's Encrypt if their trust store includes the old DST Root CA X3 certificate that exp..

ETC 2021. 12. 3. 10:27
라즈베리파이 공식 7인치 백라이트 조절

현재 백라이트 밝기 값 확인 cat /sys/class/backlight/rpi_backlight/brightness 백라이트 확인 cat /sys/class/backlight/rpi_backlight/bl_power 0이면 켜짐 1이면 꺼짐. 백라이트 밝기 조절 sudo sh -c 'echo "128" > /sys/class/backlight/rpi_backlight/brightness' 또는 sudo bash -c "echo 100 > /sys/class/backlight/rpi_backlight/brightness" 밝기 값: 0~255 (위 예제는 128로 설정)

ETC 2021. 12. 2. 20:03
이전 1 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • Entry '' has empty native path
  • Xamarin.Ios Firebase Phone User Add
  • SkiaSharp
  • Xamarin.Ios Firebase Phone Auth
  • WPF Textbox
  • Linux SSH Multi Computer Join
  • Xamarin Firebase Phone Auth
  • GetCellContent CheckBox Value
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • Label Text LineBreak in Xaml
  • Xamarin Firebase Phone User Add
  • Xamarin SMS OTP Send
  • WPF Scrollviewer in ScrollViwer
  • WPF Datagrid Cell Value Change
  • 연산자 뒤에 피연산자가 없습니다.
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • Embeded 한글Font적용
  • 서버 수준의 URN 필터
  • Xamarin.Forms
  • ClickOnce 인증서 인증기간 변경
  • FileStream Add Byte
  • Xamarin reCAPTCHA
  • ssl_client_socket_impl.cc
  • Microcharts
  • C# LINQ Left join
  • c# Encrypt / Decrypt
  • 암호 마스터키
  • Windows IIS FTP 디렉토리 목록 오류
more
«   2021/12   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바