加载中…
个人资料
蟲蟲
蟲蟲
  • 博客等级:
  • 博客积分:0
  • 博客访问:241
  • 关注人气:1
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
博文
标签:

杂谈

分类: MSN搬家

#include <gtk/gtk.h>
#include <string.h>
#include     <stdio.h>     
#include     <stdlib.h>    
#include     <unistd.h>    
#include     <sys/types.h> 
#include     <sys/stat.h>  
#include     <fcntl.h>     
#include     <termios.h>   
#include     <errno.h>     

int serial_fd;
int init_serial();
void closeApp ( GtkWidget *window, gpointer data)
{
  gtk_main_quit();
}
void send_button_clicked (GtkWidget *button, gpointer data)
{
    const char *send_text = gtk_entry_get_te

  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有