mssh
10-06-2008, 12:40 PM
Dear All,
I am new in using the SERIN and SEROUT commands. I am using a BS2 to establish a serial RS232 communication with an external serial radio modem. The communication is working fine at the beginning.
Then I am experimenting with the Timeout feature of the SERIN. What I did was without connecting the BS2 to the external radio modem (just power up and connect the BS2 to the PC serial port, no physical connection from the pin1 yet), I run the program with
SERIN 1, 16780, 2000, Nodata, [DEC Y]
DEBUG CLS, ? Y
Nodata :
DEBUG CLS, "time out"
The result was that at the debug screen, nothing being showed up even after 2 seconds.
Any idea ?
Thank you.
I am new in using the SERIN and SEROUT commands. I am using a BS2 to establish a serial RS232 communication with an external serial radio modem. The communication is working fine at the beginning.
Then I am experimenting with the Timeout feature of the SERIN. What I did was without connecting the BS2 to the external radio modem (just power up and connect the BS2 to the PC serial port, no physical connection from the pin1 yet), I run the program with
SERIN 1, 16780, 2000, Nodata, [DEC Y]
DEBUG CLS, ? Y
Nodata :
DEBUG CLS, "time out"
The result was that at the debug screen, nothing being showed up even after 2 seconds.
Any idea ?
Thank you.