这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » DIY与开源设计 » 电子DIY » zxk236350893的进程贴(网络串口服务器,一期工程结束,二期zigbee

共43条 3/5 1 2 3 4 5 跳转至
专家
2014-01-17 00:21:32     打赏
21楼
准备300左右大洋吧

高工
2014-01-17 16:25:19     打赏
22楼

不敢当,不敢当,一介草民


高工
2014-01-17 16:28:31     打赏
23楼

调试OK,开始运行后先输入一个端口号,网络设备连接到树莓派的IP地址上的这个端口上,就会提示有新的客户端连接进来,网络和串口发送的信息会同步显示到LX终端上,支持多客户端接入,只支持一个串口,既ttyAMA0,115200-n-8-1

代码回复可见

——回复可见内容——

 下载地址

server.rar





高工
2014-01-17 18:00:10     打赏
24楼

实际不用,不一定要买32G的,经实测,2G就够了,我只是担心以后不够用,避免重复投资


院士
2014-01-17 20:45:55     打赏
25楼

函数指针啊~~

大爱啊!


高工
2014-01-17 21:15:47     打赏
26楼

我理解的是任意返回类型


高工
2014-01-20 22:25:12     打赏
27楼
对于键盘不能输入#,还有键位不对的情况,多是设置键盘类型时没有设置正确,我们平时用的比较多的就是美式键盘,而树莓派默认是英式键盘,如何设置,且听我细细道来。

高工
2014-01-22 01:40:40     打赏
28楼

到手玩了几天,差不多熟悉了,不过想想用什么写程序呢?记事本?打死我也不干了,现在看到记事本还恶心呢,稍微靠谱点的一个是安卓,一个就是QT4了,安卓到目前为止还没有可用的镜像,那就只有QT4了,还等什么,开始干吧。

参考此链接http://qt-project.org/wiki/apt-get_Qt4_on_the_Raspberry_Pi


Using the Raspbian image

apt-get

Firstly I got the development tools needed by Qt Creator in the hope it would be less heavy for the Pi to download separately.

  1. sudo apt-get install qt4-dev-tools


Then I went for Qt Creator

  1. sudo apt-get install Qtcreator


I also installed


  1. sudo apt-get install gcc
  2. sudo apt-get install xterm
  3. sudo apt-get install git-core
  4. sudo apt-get install subversion



this gives as a result Qt Creator 2.5 with Qt 4.8.1 32 bit


Problem : no toolchain.

We can only compile for remote embedded devices and this is not the case here, because we are on the Pi and not remotely accessing it.

添加工具链

I added a gcc toolchain

tools>Options > build & run > tab tool chain > button add
Choose GCC

  • Then set compiler path : /usr/bin/arm-linux-gnueabihf-gcc-4.6
  • Debugger : /usr/bin/gdb
  • Mkspec : default


Qt Creator seems to detect that we are going to deploy on a remote target.

To fix this :

  • Go to menu help > about plugins
  • Uncheck device support > remote linux
  • Restart Qt Creator
  • Go to tools > options TAB > build & run > Qt versions > add “/usr/bin/qmake-qt4”


It will then show up as a desktop project in the project wizard instead of embedded.


如果出现e: unable to locate package qt creator或E:者未发现软件包qt creator,请尝试sudo apt-get update 和 sudo apt-get upgrade

如果还是有问题,尝试sudo apt-get install qtcreator(小写,因为Linux里面大小写是严格区分的)


高工
2014-01-22 08:11:50     打赏
29楼
树莓派这个好玩,可以做个电子相册玩玩

高工
2014-01-22 09:18:04     打赏
30楼
只要敢想就行了,没有什么是做不到的

共43条 3/5 1 2 3 4 5 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]