• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






向日葵的狂想

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2019年4月24日

uart
摘要: #ifndef __UART_H_ #define __UART_H_ //#include "njrc_buc_ctr.h" //#include "wavstr_buc_ctr.h" #define UART0 "/dev/ttyAT1" //0 #define UART1 "/dev/ttyAT2" //1 #... 阅读全文
posted @ 2019-04-24 16:13 向日葵的狂享 阅读(310) 评论(0) 推荐(0)
 
socket
摘要: #include"public.h"#include <error.h>#include <pthread.h>#define PORT 5990#define MAXDATASIZE 100 void Analysis_VACP(const char *buf, char *send_buf, i 阅读全文
posted @ 2019-04-24 14:23 向日葵的狂享 阅读(270) 评论(0) 推荐(0)