home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / hyperter.sit / HyperTerm / card_3112.txt < prev    next >
Text File  |  1988-10-30  |  3KB  |  101 lines

  1. -- card: 3112 from stack: in
  2. -- bmap block id: 4145
  3. -- flags: 0000
  4. -- background id: 2755
  5. -- name: help
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide message box
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=10 top=55 right=333 bottom=501
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 2
  21. -- text size: 10
  22. -- style flags: 0
  23. -- line height: 13
  24. -- part name: 
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=10 top=26 right=54 bottom=501
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 2
  35. -- text size: 18
  36. -- style flags: 1024
  37. -- line height: 24
  38. -- part name: 
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=458 top=302 right=331 bottom=494
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 2162 / 2162
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Return
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect iris close
  56.   pop card
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=23 top=314 right=332 bottom=41
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 26635 / 26635
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Help
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   push card
  76.   visual effect iris open
  77.   go to card "XCMD help"
  78. end mouseUp
  79.  
  80.  
  81. -- part contents for card part 2
  82. ----- text -----
  83. HyperTerm Help
  84.  
  85. -- part contents for card part 1
  86. ----- text -----
  87. This HyperCard stack acts as a simple terminal using the modem port.
  88.  
  89. 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).
  90.  
  91. This stack also includes a number of XCMDs for interfacing with the serial ports. To use
  92. them in another stack, you must use ResEdit to copy the XCMD and XFCN resources to
  93. the other stack.
  94.  
  95. Note: This stack and the serial port XCMDs are continuing to evolve. I'll try to answer all questions via AppleLink (Chesley1).
  96.  
  97.                                                                                      -- Harry Chesley
  98.  
  99.  
  100.  
  101.            Click here for information about the XCMDs.