-
SerialDotNet2
原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。
鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。
由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。
本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。()
- 2007-09-06 16:58:26下载
- 积分:1
-
backdoor
本源码实现了添加系统用户的功能,如果有此爱好的同志可以根据自己的爱好,添加更加丰富的功能。(Add the source realize the function of system users, if there is such a loving comrades can be according to their own hobbies, to add richer functionality.)
- 2008-02-01 19:56:24下载
- 积分:1
-
8767547657
VB网页源代码查看器并分析出URL链接,有需要的就下载吧。(VB page source code viewer and analyze the URL link, there is a need to download it.)
- 2013-08-22 19:31:29下载
- 积分:1
-
8df5833b7339
win32 SDK 方式实现拦截系统关机(Win32 SDK)
- 2013-09-16 14:11:26下载
- 积分:1
-
pvb-gambardbxxxx
save picture webcam to computer
- 2014-02-05 11:23:41下载
- 积分:1
-
barcode2
说明: barcode reader whit serial com
- 2020-05-05 08:43:21下载
- 积分:1
-
prjPrintSpool
VB打印任务监控程序的源代码,适时获得当前打印机的任务状态,列出正在打印的任务,同时对所有任务进行管理 ,可结束和暂停任务,写的不错。(VB print job monitoring program s source code, the task of timely access to current printer status, list is printing tasks, while management of all tasks, to end and pause tasks and write well.)
- 2013-08-15 16:05:00下载
- 积分:1
-
skyblue_PinTu
使用MFC写的一个拼图游戏,可以点击浏览载入不同的图片来进行拼图,适合初学者学习MFC和游戏编程参考(Use MFC to write a jigsaw puzzle, you can click here to load different images puzzles, and games suitable for beginners to learn MFC programming reference)
- 2010-06-03 16:12:39下载
- 积分:1
-
src
说明: steganography challenge in c++
- 2020-05-08 21:52:36下载
- 积分:1
-
Priority
说明: 在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。(In the Windows operating system, the task is a priority, the program demonstrated a different thread to run in accordance with priority.)
- 2008-10-09 15:58:34下载
- 积分:1