panjingwei1945 / gbk2utf2uniLinks
Bidirectional converter string from simplified chinese GBK string to UTF-8/unicode for a embed system (stm32, x86, or any other little endian systerm). It is also suit for bidirctional converting string from BIG5, Japanese Shift-JIS or Korean EUC-KR to UTF-8/unicode.
☆17Updated 5 years ago
Alternatives and similar repositories for gbk2utf2uni
Users that are interested in gbk2utf2uni are comparing it to the libraries listed below
Sorting:
- 基于C语言的json数据映射解析库☆136Updated 4 years ago
- 基于C语言开发的环形缓冲区☆113Updated 2 years ago
- 模仿 kfifo 实现的环形缓冲区☆98Updated 5 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Updated 5 years ago
- 串口通过 YMODEM 协议进行文件传输☆246Updated 6 years ago
- 基于socket API的MQTT客户端,以极少的资源实现qos2服务质量,并且实现mbedtls支持,此仓库是专门为RT-Thread做的软件包,原始仓库位于:https://github.com/jiejieTop/mqttclient☆94Updated 2 years ago
- SL_SDK provides an easy-to-use software framework with united HAL and OSAL, also including a runtime environment to speed-up development …☆89Updated 3 years ago
- 通用点阵字库生成工具。github停止更新,请移步开源中国//git.oschina.net/kerndev/FontMaker☆122Updated 6 years ago
- The littlevgl graphics library for RT-Thread. | 基于 RT-Thread 移植的littlevgl图形库.☆157Updated 4 years ago
- 编码转换 unicode utf8 gb2312☆54Updated 8 years ago
- C语言实现的信号槽模块☆36Updated 8 months ago
- 整理裁剪一个tslib用于单片机平台,例程基于STM32☆20Updated 5 years ago
- 数据帧解析器,用于解析带有数据校验头和校验尾的数据☆56Updated 9 years ago
- 基于多线程的非阻塞 socket 编程☆36Updated 7 years ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆85Updated 3 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆75Updated 5 years ago
- Transformation between JSON and struct. (类似Java Gson,C语言实现将json和struct的快捷转换。)☆41Updated 5 years ago
- Lightweight event management system for embedded systems☆173Updated 2 months ago
- qt-terminal☆20Updated 8 years ago
- C代码解析NMEA0183协议数据(GPS)☆48Updated 5 years ago
- TinyCmd is a compact command module that running on microcontrollers. It provide a bash-like control system with callback function.☆38Updated 2 months ago
- Eclipse Paho MQTT C/C++ client for Embedded platforms.A new efficient and stable way to realize for rt-thread.☆42Updated 2 years ago
- Cofdet开源项目之:嵌入式系统通用驱动程序接口及其实现-EERPOM操作及存取位置☆12Updated 3 years ago
- RT-Thread kernel samples☆93Updated 10 months ago
- ☆80Updated 6 years ago
- a petite driver base on mcu such as stm32(f103/f407/h750), RT1052☆103Updated 11 months ago
- sf_i2c是一个可移植性高的软件模拟i2c驱动库,可以移植到任何单片机代码中,基于多驱动设计,底层驱动与接口完全分离,可在一个单片机软件中创建多个i2c接口,每个i2c接口用名称来进行区分,可通过名称查找i2c接口的指针,只需要实现一些简单的接口就可以使用。☆22Updated 7 months ago
- 一个Ymodem的非死循环的状态机轮转式的协议实现的源码。☆126Updated 10 years ago
- AWTK 演示例子☆59Updated 3 years ago
- Convert STM32 USB CDC to WINUSB Device with HAL library☆50Updated 5 years ago