-- card: 3112 from stack: in -- bmap block id: 4145 -- flags: 0000 -- background id: 2755 -- name: help ----- HyperTalk script ----- on openCard hide message box end openCard -- part 1 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=10 top=55 right=333 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 2 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=10 top=26 right=54 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 18 -- style flags: 1024 -- line height: 24 -- part name: -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=458 top=302 right=331 bottom=494 -- title width / last selected line: 0 -- icon id / first selected line: 2162 / 2162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=23 top=314 right=332 bottom=41 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on mouseUp push card visual effect iris open go to card "XCMD help" end mouseUp -- part contents for card part 2 ----- text ----- HyperTerm Help -- part contents for card part 1 ----- text ----- This HyperCard stack acts as a simple terminal using the modem port. Whatever comes in over the serial port is displayed on the screen. And whatever is typed into the message box is sent to the serial port when a Return is typed (the Return is sent as well). You can issue commands via the message box by using the Enter key to invoke them (rather than the Return key, which would send the message box contents to the serial port). The command "setBaud «rate»" will work for «rates»s of 300, 1200, or 2400, 4800, and 9600 (the rate is set initially to 300). This stack also includes a number of XCMDs for interfacing with the serial ports. To use them in another stack, you must use ResEdit to copy the XCMD and XFCN resources to the other stack. Note: This stack and the serial port XCMDs are continuing to evolve. I'll try to answer all questions via AppleLink (Chesley1). -- Harry Chesley Click here for information about the XCMDs.