diff --git a/SPSMU/README.md b/SPSMU/README.md index 0f10794..96df22d 100644 --- a/SPSMU/README.md +++ b/SPSMU/README.md @@ -7,6 +7,7 @@ - [Linux:](#linux) - [Connect](#connect) - [Examples](#examples) + - [Pin Out](#pin-out) - [SCPI Commands](#scpi-commands) ## Version @@ -53,6 +54,13 @@ Tabby连接串口的推荐设置如下图流程所示: examples目录内为使用PyVISA连接并控制设备的例程,可以为编写Python脚本控制设备实现复杂测试流程的自动化提供参考。 +## Pin Out + +![Pin_Out_sch](../assets/Pin_Out_sch.png "HR2.54接口原理图PinOut") +![Pin_Out_pcb](../assets/Pin_Out_pcb.png "HR2.54接口PCB PinOut") + +SPSMU的HR2.54排母引脚定义为上图sch所示,注意排针连接时引脚定义需要将中间对称调换(因为排针排母的连接方式,排母在板边的内侧对应排针在板边的内侧)。 + ## SCPI Commands ------ diff --git a/assets/Pin_Out_sch.png b/assets/Pin_Out_sch.png new file mode 100644 index 0000000..c3b75fd Binary files /dev/null and b/assets/Pin_Out_sch.png differ