串口


RS-232-C标准:RS-232-C标准对两个方面作了规定,即信号电平标准和控制信号线的定义。RS-232-C采用负逻辑规定逻辑电平,信号电平与通常的TTL电平也不兼容,RS-232-C将-5V~-15V规定为“1”,+5V~+15V规定为“0”


RS485:采用差分信号负逻辑,+2V~+6V表示“0”,- 6V~- 2V表示“1”。RS485有两线制和四线制两种接线,四线制是全双工通讯方式,两线制是半双工通讯方式。



驱动:



PL2303 USB转串口驱动:                           

http://www.prolific.com.tw/UserFiles/files/PL2303_Prolific_DriverInstaller_v1190.zip                        

CH34X USB转串口驱动:

WINDOWS: http://www.wch.cn/downfile/65

LINUX: http://www.wch.cn/downfile/177

MAC OS: http://www.wch.cn/downfile/178

Android: https://tongxinmao.com/NetDisk/down/id/208


CP2102 USB转串口驱动:

https://www.silabs.com/documents/public/software/CP210x_Windows_Drivers.zip


FT232 USB转串口驱动:

http://www.ftdichip.com/Drivers/VCP.htm


STM VCP驱动:


http://comm.eefocus.com/media/download/index/id-205041



调试工具

sscom32:

http://tongxinmao.com/Software/download/id/8


comnet:

http://tongxinmao.com/upload/COMNET.EXE


uartassist

http://tongxinmao.com/NetDisk/down/id/157



虚拟串口VSPD:

http://tongxinmao.com/Software/download/id/4


VSPE:

http://tongxinmao.com/Software/download/id/12



LINUX下串口调试:

minicom 控制台应用

cutecom (基于QT)