Welcome![Sign In][Sign Up]
Location:
Search - USB 485

Search list

[Other systemsMeter485_S

Description: 这是485芯片的USB通信源码,实现和电脑的通信-This is the 485 chip USB communication source to achieve and computer communications
Platform: | Size: 3072 | Author: fang | Hits:

[BooksPC_USB_RS485_hardware

Description: 文章使用最新的器件CP2101 桥接器作为核心,加上UART 和RS485 的转换芯片MAX1483 和一些附加电路IC 实现了USB 和RS485 转换器的硬件电路,介绍了作为USB 和UART 桥接器的新器件CP2101 的功能和用法,设计了在微 机平台上与转换器进行通讯的软件.-Article using the latest device CP2101 bridge as the core, together with the UART and RS485 conversion chip MAX1483 and some additional circuit IC realize the USB and RS485 converter hardware circuit, introduced as the USB and UART bridge CP2101 New Device functionality and usage, the design of the computer platform to communicate with the converter software.
Platform: | Size: 214016 | Author: Jack | Hits:

[Program docUSB_RS-485_collection

Description: 在工业生产和科学技术研究的各行业中,常常利用PC或工控机对各种数据进行采集。这其中有很多地方需要对各种数据进行采集,如液位、温度、压力、频率等。现在常用的采集方式是通过数据采集板卡,常用的有A/D卡以及422、485等总线板卡。采用板卡不仅安装麻烦、易受机箱内环境的干扰,而且由于受计算机插槽数量和地址、中断资源的限制,不可能挂接很多设备。而通用串行总线(Universal Aerial Bus,简称USB)的出现,很好地解决了以上这些冲突,很容易就能实现低成本、高可靠性、多点的数据采集。-err
Platform: | Size: 39936 | Author: Jack | Hits:

[SCMUSBto232_485_UART

Description: DIY多功能转换器(已调试通过)。 本原理图可以实现USB/RS232、USB/RS422、USB/RS485接口转换功能。只需安装USB驱动程序即可实现USB转串口的功能,简单方便。另外只需对电路图稍作改动即可实现RS232/RS422或RS232/RS485转换功能。 心动了吗?不如赶快行动,拥有属于自己的五合一的接口转换器吧!-DIY Multi-function Converter (has debug through). The schematic diagram can be achieved USB/RS232, USB/RS422, USB/RS485 interface conversion. Simply install the USB driver can achieve the function of USB to serial, easy and convenient. Also just to make a minor amendment to the circuit can be realized RS232/RS422 or RS232/RS485 conversion. Echocardiography it? Action as soon as possible, with their own-one interface converter吧!
Platform: | Size: 167936 | Author: laochao | Hits:

[Embeded-SCM DevelopCAN

Description: CAN51开发板功能 1、 USB或DC+5V供电; 2、 89c52+sja1000+tja1050(tja1040)(p82c250);89c52+mcp2515+tja1050(tja1040)(p82c250);通过跳键选择sja1000或 mcp2515,用户任选一种CAN控制芯片; 3、 支持RS232/422/485总线与CAN总线相互转换; 4、 CAN总线波特率可调:20,40,50,80,100,125,200,250,400,500,666,800,1000Kbit/s 5、 提供电路图; 6、 提供源程序:basican和pelican模式(CAN2.0A和CAN2.0B),c语言和汇编语言,程序注释详尽; 7、 成对购买开发板可以实现:A开发板发送数据,B开发板接收数据,并把接收到的数据通过串口上传到计算机显示;A开发板上短路键的状态,可以通过CAN总线发送给B开发板,通过B开发板LED灯的亮灭,显示A开发板上短路键的状态; 8、 提供技术支持,接受CAN开发项目; -err
Platform: | Size: 2048 | Author: 吴庆庆 | Hits:

[SCMnRF2401

Description: RS232+485+USB+nRF2401,该程序主要是nRF2401在各种通讯接口的应用-RS232+485+ USB+ nRF2401, the program is mainly nRF2401 interface in a variety of communications applications
Platform: | Size: 11264 | Author: Vincent | Hits:

[SCMUSBto485

Description: USB转485 USB转485 -USB to 485USB to 485USB to 485
Platform: | Size: 381952 | Author: 编生日 | Hits:

[OtherUSB_to_RS485

Description: USB to RS485 Converter System-USB to RS485 converter system
Platform: | Size: 325632 | Author: ho | Hits:

[OtherUSB

Description: 在工业控制及测量领域较为常用的网络之一就是物理层采用RS-485通信接口所组成的工控设备网络。这种通信接口可以十分方便地将许多设备组成一个控制网络。从目前解决单片机之间中长距离通信的诸多方案分析来看,RS-485总线通信模式由于具有结构简单、价格低廉、通信距离和数据传输速率适当等特点而被广泛应用于仪器仪表、智能化传感器集散控制、楼宇控制、监控报警等领域。但RS485总线存在自适应、自保护功能脆弱等缺点,如不注意一些细节的处理,常出现通信失败甚至系统瘫痪等故障,因此提高RS-485总线的运行可靠性至关重要。
Platform: | Size: 9216 | Author: lhp | Hits:

[Software EngineeringFT232

Description: FT232 USB interface schemtic + Driver + PCB
Platform: | Size: 2029568 | Author: fr78 | Hits:

[GUI Developcommunicate

Description: VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态时单击“手动接收”就开始接收数据,再单击这个按钮就停止接收数据,清空接收区就把接收区的所显示的数据进行清空。对于要发送的数据,在“发送区”填写,单击“发送”就把发送区的数据发送出去,单击“清空发送区”就把发送区的数据清空。-VC++ 6.0 to do a serial communication program, function and serial debugging aids like. It can be achieved between the two computers or a computer serial port, two serial ports send and receive data between each other. The upper left corner by the drop-down list to select a different serial port, the default is COM1, taking into account the serial port on laptops generally do not use USB-RS-232 converter, the COM port is generally not as COM1, why not do in the program Death COM port but can select the COM port in the interface, click "Close serial port" to stop sending and receiving data. "Receiving area" dock to display the data received, the receiver can choose to automatically receive or manual reception, automatically receive the state data are issued only to detect over the conduct shows that is not in condition to automatically receive when you click "Manual Receive" began to receive data, and then click this button to stop receiving data, empty reception area put the reception
Platform: | Size: 3694592 | Author: 陈利聪 | Hits:

[SCMusb-rs232

Description: 专业研发USB转串口产品,高速USB2.0,一 个USB口可连接16个RS-232/422/485设备-usb-rs232
Platform: | Size: 54272 | Author: zsq | Hits:

[USB developRS485-Driver

Description: USB PPI 西门子编程线485程序驱动 s7-2-USB PPI siemens RS485 Driver.rar s7-200
Platform: | Size: 439296 | Author: zhang yan | Hits:

[SCMFX1N-485-200718

Description: FX1N-485 200718测试正常 - 一个USB接口温度计,串口通信实例
Platform: | Size: 11264 | Author: 飘移 | Hits:

[SCMUSB-TO-RS485

Description: usb to rs485的驱动程序,能使没有485的接口上应用-usb to rs485 drive
Platform: | Size: 376832 | Author: FENGH | Hits:

[SCMUSB-to-485

Description: 232转485接口电路,包括原理图,PCB板,已实际测试通过,请放心参考并使用,自动识别485或422接口通讯。-232 to 485 circuits, including schematics, PCB board, had actually been tested, please rest assured that the reference and use, automatic identification of 485 or 422 interface communication.
Platform: | Size: 7942144 | Author: 滤波 | Hits:

[ARM-PowerPC-ColdFire-MIPSindustrial-instrument

Description: 这是一个关于多功能输出的工业仪表。涵盖4到20mA,0到5V输出,热电偶测温,usb,485通讯等。-This is a multi-output industrial instruments. Covering 4 to 20mA, 0 to 5V output, thermocouple, usb, 485 communications.
Platform: | Size: 5374976 | Author: 王勇 | Hits:

[USB developusbrs485

Description: USB转485的串口通信软件,想学习的可以下载看看哦-USB-485 serial communication software, want to learn can be downloaded to see Oh
Platform: | Size: 555008 | Author: 毛酷 | Hits:

[SCMMainCtrl20160702-485-TEST

Description: 485通讯 AVR单片机,波特率9600,注意使用良好的USB转485线-485 communication AVR microcontroller, baud rate 9600, pay attention to the use of good USB to 485 line
Platform: | Size: 146432 | Author: 高祥 | Hits:

[Windows Develop232转485(HXSP-2108F)

Description: win10可以用usb转485驱动,解决设备管理器黄色感叹号(the driver of usbto485)
Platform: | Size: 1820672 | Author: 大西瓜1234 | Hits:
« 12 3 »

CodeBus www.codebus.net