资源简介
RPLIDAR A2官网:http://www.slamtec.com/cn/Lidar/A2
用C#重新编写了传输协议,本人代码技术有限,程序若有写的不好的地方,多多包涵
用C#重新编写了传输协议,本人代码技术有限,程序若有写的不好的地方,多多包涵
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO.Ports;
using System.Threading;
using System.Runtime.InteropServices;
using System.Diagnostics;
namespace RPLIDAR
{
public partial class Form1 : Form
{
#region -- Load value --
Thread read;
Thread calcirclethread;
SerialPort comm = new SerialPort();
int showfre = 31;
ScanPoint[] ScanData;
Byte[] STARTSCAN = new Byte[9] { 0xA5 0x82 0x05 0x00 0x00 0x00 0x00 0x00 0x22 };
Byte[] STOPSCAN = new Byte[2] { 0xA5 0x25};
Byte[] STARTROTATE = new Byte[6] { 0xA5 0xF0 0x02 0xC4 0x02 0x91};
Byte[] STOPROTATE = new Byte[6] { 0xA5 0xF0 0x02 0x00 0x00 0x57 };
string input = ““;
int loop = 0;
string angle = ““;
string lastangle = ““;
int startalready = 0;
int startangle = 0;
bool StartOfNewScan = true;
int typei = 0;
double typed = 0;
readonly string[] HealtStatusStrings = { “Good“ “Poor“ “Critical“ “Unknown“ };
Bitmap m_bmp;
//画布中的图像
Point m_ptCanvas; //画布原点在设备上的坐标
Point m_ptBmp; //图像位于画布坐标系中的坐标
float m_nScale = 1.0F; //缩放比例
Point m_ptMouseMove; //鼠标移动是在设备坐标上的坐标
int showangle = 0;
bool startshow = false;
int oldangle = 0;
float olddistance = 0;
bool sendalready = false;
bool startscan = false;
int length = 7;
int checklen = 0;
byte[] buffer;
int errornumber = 1;
bool checkalready = false;
string[] lastdeg = new string[2 16];
int group = 0;
static string port = “COM5“;
Stopwatch watch = new Stopwatch();
double deltatime = 0;
bool DRAWCIRCLE = false;
Circle nicecircle;
int[] recordx = new int[3231];
int[] recordy = new int[3231];
public Form1()
{
InitializeComponent();
this.StartPosition = FormStartPosition.CenterScreen;
this.pictureBox1.Borderstyle = Borderstyle.FixedSingle;
this.pictureBox1.MouseWheel += new MouseEventHandler(pictureBox1_MouseWheel);
}
//Form Load
private void Form1_Load(object sender EventArgs e)
{
read = new Thread(new ThreadStart(readvalue));
read.IsBackground = true;
calcirclethread = new Thread(new ThreadStart(circlethread));
calcirclethread.IsBackground = true;
m_bmp = new Bitmap(pictureBox1.Width pictureBox1.Height);
m_ptCanvas = new Point(pictureBox1.Width / 2 pictureBox1.Height / 2
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15 2019-03-20 22:54 RPLIDAR\.git\COMMIT_EDITMSG
文件 302 2019-03-20 22:55 RPLIDAR\.git\config
文件 25 2019-03-20 22:54 RPLIDAR\.git\desc
文件 97 2020-02-26 03:41 RPLIDAR\.git\FETCH_HEAD
文件 23 2019-03-20 22:54 RPLIDAR\.git\HEAD
文件 478 2019-03-20 22:54 RPLIDAR\.git\hooks\applypatch-msg.sample
文件 896 2019-03-20 22:54 RPLIDAR\.git\hooks\commit-msg.sample
文件 3327 2019-03-20 22:54 RPLIDAR\.git\hooks\fsmonitor-watchman.sample
文件 189 2019-03-20 22:54 RPLIDAR\.git\hooks\post-update.sample
文件 424 2019-03-20 22:54 RPLIDAR\.git\hooks\pre-applypatch.sample
文件 1638 2019-03-20 22:54 RPLIDAR\.git\hooks\pre-commit.sample
文件 1348 2019-03-20 22:54 RPLIDAR\.git\hooks\pre-push.sample
文件 4898 2019-03-20 22:54 RPLIDAR\.git\hooks\pre-reba
文件 544 2019-03-20 22:54 RPLIDAR\.git\hooks\pre-receive.sample
文件 1492 2019-03-20 22:54 RPLIDAR\.git\hooks\prepare-commit-msg.sample
文件 3610 2019-03-20 22:54 RPLIDAR\.git\hooks\update.sample
文件 4897 2020-02-21 00:28 RPLIDAR\.git\index
文件 240 2019-03-20 22:54 RPLIDAR\.git\info\exclude
文件 340 2020-02-21 00:28 RPLIDAR\.git\logs\HEAD
文件 340 2020-02-21 00:28 RPLIDAR\.git\logs\refs\heads\master
文件 331 2019-03-20 23:36 RPLIDAR\.git\logs\refs\remotes\origin\master
文件 443 2019-03-20 22:54 RPLIDAR\.git\ob
文件 1352 2019-03-20 22:54 RPLIDAR\.git\ob
文件 49 2019-03-20 22:54 RPLIDAR\.git\ob
文件 558 2019-03-20 23:36 RPLIDAR\.git\ob
文件 2638 2019-03-20 22:54 RPLIDAR\.git\ob
文件 3299 2019-03-20 22:54 RPLIDAR\.git\ob
文件 721 2019-03-20 22:54 RPLIDAR\.git\ob
文件 117 2019-03-20 22:54 RPLIDAR\.git\ob
文件 420 2019-03-20 22:54 RPLIDAR\.git\ob
............此处省略171个文件信息
- 上一篇:c# 学生选课系统
- 下一篇:C#用NPOI固定模版导出数据到excel表格.txt
相关资源
- C#用NPOI固定模版导出数据到excel表格
- c# 学生选课系统
- C#计算器含源码
- c#写入多个txt文本
- C# 全局键盘钩子类包括鼠标
- c#试题库——期末考试大全
- C#仿简单的CAD矢量绘图源码
- 隐性马尔科夫HMM
- C#程序编程期末考试题
- c# 温度检测上位机
- C#p2p源码聊天程序百分百可用的源码
- (亲测正确版)ASP.NET-c#-捕捉网页快照
- 扫雷游戏_C# 源码
- 基于C#的简单抄表界面
- 档案管理系统 C# 源码
- 托利多电子称开发下传C#源代码
- DirectShow视频播放器C#实现的媒体播放
- C# 实现微信企业号的用户发消息和返
- 遗传算法最短路径c#实现
- visual studio c#用于串口上位机 内部有
- C#指纹机考勤查询系统源码
- 用C#实现的tcp聊天程序
- asp.net c#企业信息管理系统
- asp.net 学生信息管理系统源码C#
- c#获取CPU序列号、主板序列号、硬盘
- C# 开发 andriod 环境搭建详细步骤
- C#读取串口数据画图
- C# POP3接收邮件程序(可用)
- ASP.NET车辆管理系统
- C#多线程计算pi
评论
共有 条评论