搜索资源列表
SMAC-LCA-025
- 使用串口控制音圈电机LCA-025,可以是程序和指令控制模式切换 ,可以实现点动和设置定寄存器-Voice coil motor using serial control LCA-025, can control the mode switching procedures and instructions, can move and set up set point register
rs485
- 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c