中国教育和科研计算机网
EDU首页 |  中国教育 |   高校科技 |   教育信息化 |   CERNET
教育信息化

资讯 | 专题 会议 观点 专栏 访谈 企业 产品 CIO 技术 校园信息化 下一代互联网 IPv6视频课堂

中国教育网 > 教育信息化
您现在的位置: EDU首页 > 教育信息化 > 无线网络 > 无线校园 > 国内情况
数字校园移动终端性能评测
http://www.edu.cn   2010-08-13 中国教育和科研计算机网 作者:杜丰1 韩博2 李一鸣2 刘国营1

字体选择:【大】 【中】 【小】

移动终端性能测试结果

  1.RFID读头测试结果

  可读取卡片的RFID,有效识别距离0~30mm。

  2.条码扫描测试结果

  识别码制:UPC/EAN/JAN,Code 39码,Interleave 25,Industrial 25,Matrix 25,Code 128,Codabar/NW7,Code 93,MSI/PLESSEY,Code 11,Code 32和BC412码等。

  识别距离:0-300mm。

  3.无线网络测试结果

  支持WPA-PSK身份验证,可联网。

  4.功耗测试结果

  //利用Timer获取单位时间内电池电量变化并以文件方式记录测试结果
  this.time = Environment.TickCount;
  string startFile = appPath + "\\start.txt";
  this.FileWirte(startFile);
  if (false == this.timer6.Enabled)
  {
  timer6.Enabled = true;
  this.timer6.Interval = 60 * 1000;
  this.timer6.Tick += new System.EventHandler(this.timer6_Tick);
  }
  }
  private void timer6_Tick(object sender, EventArgs e)
  {
  string resultFile = appPath + "\\result.txt";
  this.FileWirte(resultFile);
  }
  private void FileWirte(string fileName)
  {
  StreamWriter sw = File.CreateText(fileName);
  int i = Environment.TickCount - time;
  sw.Write(i / 60000);
  sw.Write(" : ");
  int battery = CommonApi.KDT_Get_BatteryVoltage();
  sw.WriteLine(battery);
  sw.Close();
  }

  通过以上测试工作,学校认为:在各个高校的信息化建设中,建议考虑在一些应用中通过设计开发和使用数字校园移动终端,能够让数字校园的用户应用起来更加快速、便捷,提高信息系统的人性化因素。

  (作者单位1为西安交通大学信息与网络中心;2为西安邮电学院网络中心)

文章来源:《中国教育网络》杂志2010年8月刊

页面功能 【打印】 【关闭】 【我有话说

MOOC风暴来袭

版权所有:中国教育和科研计算机网网络中心 CERNIC,CERNET,京ICP备15006448号-16,京网文[2017]10376-1180号

关于假冒中国教育网的声明 | 有任何问题与建议请联络:Webmaster@staff.cernet.com