×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / 谁对Hyper Terminal 有研究? 我在单片机内要做一个程序通过RS-232口与Windows的Hyper Terminal 通信,不知道开始的握手协议是怎样的?
    • you can define your own protocol for the serial communication,. normally you can send several RETURN (0x0D 0x0A) and the receive side received the RETURN then send some thing back to send side base on your protocol.
      • 谢谢!还想了解一下当按下Hyper Terminal 的connect按钮时发的是什么字符?应该回答什么字符才算是connected?
        • 自己做根三通线,在com1与外设交谈的同时,把com1和外设发送的内容都从com2读进来,分析一下就行了
        • HT just initialize comport when connected.
        • 好象是不需要什么协议,连通的时候就是CTS, DTR等的电平变化,只要baud rate等等设置一样就行了
        • 你有存储示波器吗?看这个非常简单。没什么握手码,自己定义一个。
    • Hand shake is not needeed. be sure same boundrate, bits of one byte and stop bit at both side.
    • what single board PC are you using? are you going to write some code on the single board PC?
      • PIC16F876 is used, I am coding for it, so I need to know how to shake with Hyper Terminal. No CTS, DTR, only three pins (TX, RX and GND) are used.
    • 谢谢各位!
      • U can dowdload it at Microchip website.