home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / ibm / pc / digest / 211 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  27.4 KB

  1. Path: sparky!uunet!ukma!usenet.ins.cwru.edu!agate!ucbvax!wsmr-simtel20.Army.mil!Info-IBMPC
  2. From: Info-IBMPC@wsmr-simtel20.Army.mil ("Info-IBMPC Digest")
  3. Newsgroups: comp.sys.ibm.pc.digest
  4. Subject: Info-IBMPC Digest V93 #13
  5. Message-ID: <930124091556.V93N13@wsmr-simtel20.Army.Mil>
  6. Date: 27 Jan 93 12:25:34 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Reply-To: Info-IBMPC@wsmr-simtel20.ARMY.mil
  9. Organization: The Internet
  10. Lines: 693
  11. Approved: info-ibmpc@wsmr-simtel20.army.mil
  12. X-Unparsable-Date: Sun, 24 Jan 93 09:15:54 GMT+1
  13.  
  14. Info-IBMPC Digest           Sun, 24 Jan 93       Volume 93 : Issue  13 
  15.  
  16. Today's Editor:
  17.          Gregory Hicks - Rota Spain <GHICKS@wsmr-simtel20.Army.Mil>
  18.  
  19. Today's Topics:
  20.                         "GP" Errors with BC 3.1
  21.                           Case/readln Question
  22.                      FDC (NEC mirco765) programming
  23.                        FDREAD/FDFORMAT revisited
  24.                         Fixed point sqrt anyone?
  25.                  Hard drive problems with Quantum 80AT
  26.                       help needed on AC/DC boards
  27.                         Keyboard Buffer Flushing
  28.                     Looking for 488 data acquisition
  29.        Looking for PD or Commercial Xmodem/ymodem/zmodem package
  30.                        Need a program to play CDs
  31.                           Need help on Win3.1
  32.                             NETBEUI & TCP/IP
  33.                        Norton Commander for OS/2
  34.                      OS/2 Technical Staff Addresses
  35.                           PC/XT upgrade query
  36.                      Serial Communication Question
  37.                     Serious PKZip 2.04 Bug - Beware
  38.                            SYSREQ Key - Why?
  39.  
  40. Send Replies or notes for publication to: <INFO-IBMPC@brl.mil>
  41.  
  42. Send requests of an administrative nature (addition to, deletion from
  43. the distribution list, et al) to: <INFO-IBMPC-REQUEST@brl.mil>
  44.  
  45. Addition and Deletion requests for UK readers should be sent to:
  46. <INFO-IBMPC-REQUEST@DARESBURY.AC.UK>
  47.  
  48. Archives of past issues of the Info-IBMPC Digest are available by FTP
  49. ONLY from WSMR-SIMTEL20.ARMY.MIL in directory PD2:<ARCHIVES.IBMPC>.
  50.  
  51. ----------------------------------------------------------------------
  52.  
  53. Date: 8 Jan 93 15:11:41 GMT
  54. From: "Brian C. Anderson" <bca@packard.ece.cmu.edu>
  55. Subject: "GP" Errors with BC 3.1
  56.  
  57. |>  sonix@schunix.uucp (Duane Morin) writes:
  58. |> ... Stuff about GP errors deleted ...
  59. |> >2) Got 3.1.  Can't even install the damn thing.  ZIPs are intermittently 
  60. |> >    corrupted.  Little examination shows that, with cache memory off,
  61. |> >    I have no problem unzipping, with it on, sometimes they get CRC
  62.  
  63.  This is fair proof that your motherboard is not functioning in a happy
  64. way.  486 motherboards are often very sensitive to the 5volt power
  65. supply voltage.  If the 5volt supply is running at the low end of
  66. tolerance, the cache controller chips might not be able to function
  67. quickly enough.
  68.  
  69.  Check to see that you have 5.00volts -0%, +5% on the motherboard's
  70. power connector (red and black leads), when you have all of your
  71. system's cards/disks installed.  If you aren't getting 5.00volts you
  72. should either adjust your supply (HA HA HA, good luck!)  or get a new
  73. supply that does give you 5.00volts.
  74.  
  75.  You wouldn't have this problem if the motherboard suppliers wouldn't
  76. cheat.  What they do is buy all 25MHz 486 motherboards, without CPU or
  77. RAM.  They then plug in the proper speed parts to get either 33MHz or
  78. 50MHz.  Well, this would work, except that the motherboard
  79. manufacturer's grade the motherboards for speed.  The ones that fail
  80. 50MHz become 33MHz boards, the ones that fail 33MHz become 25MHz...
  81.  
  82.  Now, you ask, "Why does the board work sometimes on my system?"
  83.  
  84.  Well, It's like this, the boards are designed to run at 5v +/- 5%, and
  85. from 0-70 degrees C.  Logic chips such as the cache controller run
  86. their fastest when they are cold and at the high voltage margin, and at
  87. their slowest when they are hot, and at their low voltage margin.  Most
  88. of the time, the power supplies will provide 5.0v on the nose, and you
  89. all will run your machines in comfortable rooms, so you can get away
  90. with using parts that failed to run full speed at 4.75v and 70C.  The
  91. clone builders are banking on this happy coincedence.
  92.  
  93.  Chuck Harris - WA3UQV
  94.  chuck@eng.umd.edu
  95.  
  96. ------------------------------
  97.  
  98. Date: 9 Jan 93 04:27:42 GMT
  99. From: christopher hall <hallch@cs.colostate.edu>
  100. Subject: Case/readln Question
  101.  
  102.  stefan@sinus.stgt.sub.org (Stefan Bechtold) writes:
  103. >... text deleted ...
  104. >What I want to do:
  105. >I want to control 15 numbers by a case-statement (so I do have to use
  106. >integer, doesn't I ?), but also want to control all other chars typed in
  107. >(so that the program doesn't exit but prints an error message.)
  108. >
  109. >Do you have any solution ?
  110.  
  111. Maybe.  I did something similar to this with a file name entry box.
  112. What you might try doing is reading the command in character by
  113. character as you are already doing it.  Then, check the character and
  114. make sure that it is a number.  If it is then append it to a string
  115. which you will later convert to your number.  If it isn't then check if
  116. it is a backspace or a carriage return.  For a backspace you need to
  117. cut the last character off of your storage string (provided there is
  118. one) and redraw the number.  If it is a carriage return then check that
  119. your string is a valid number (by converting it to an integer with the
  120. VAL function.)  Once you know the person has entered a valid number you
  121. can convert it to an integer (although you already did in order to
  122. check it) and VOILA you have your menu selection without a problem.
  123.  
  124. Let me know if this is what you wanted.  There is room for improvement
  125. but I have given you a general way to do this.  I still remember the
  126. first time that I asked my parents to test a program for me and when
  127. the prompt said "Enter a number please. " my father typed "no".  Of
  128. course it crashed and I had to learn another way to do things.
  129.  
  130. Regards
  131. Chris Hall
  132.  
  133. |       |________          Chris Hall
  134. | ||OOO||________>         hallch@handel.colostate.edu
  135. |       |
  136.  
  137. ------------------------------
  138.  
  139. Date: 8 Jan 93 11:49:46 GMT
  140. From: bwl2324@mzdmza.zdv.uni-mainz.de
  141. Subject: FDC (NEC mirco765) programming
  142.  
  143. Hello,
  144.  
  145. I try to program the FDC for sending disk sectors via DMA/channel 2
  146. into memory. This works fine if I read the disk before starting my
  147. routine but if I try to read a disk sector right after booting the FDC
  148. status shows that FDC can't find the Address mark (bit 3 in status byte
  149. 0 is set).  I take this step to get the FAT-sector to examine the
  150. diskette's format.  I tried to recalibrate the disk drive but it
  151. doesn't help.  Any considerations ?
  152.  
  153.     Thanks for helping,
  154.     Steve
  155.  
  156. ------------------------------
  157.  
  158. Date: Sun, 17 Jan 1993 22:50 EST
  159. From: "John K. Duchowski" <MORRO@drycas.club.cc.cmu.edu>
  160. Subject: FDREAD/FDFORMAT revisited
  161.  
  162. Hello again Everyone,
  163.  
  164. Hmm...  in response to my post about FDFORMAT/FDREAD I received several
  165. replies for which I am very grateful.
  166.  
  167. However, unfortunately for me, the consensus of these replies seems to
  168. be that it is a hardware problem.  I am using a Micronics i486 33 MHz
  169. EISA motherboard with a Phoenix BIOS and OS/2 2.0 with the Service Pack
  170. installed.  Just as some of the replies indicated, both floppy drives
  171. are TEAC, the 5.25" being FD-55GFR and the 3.5" being FD-235HF.  As far
  172. as I can tell, the controller (IDE) is a cheapo, noname, Taiwanese
  173. board.  Having found all this out, I am now thinking of upgrading these
  174. to something more flexible.  Also, while I'm at it, I am thinking of
  175. going all the way to the new 2.88 MB format.  Could anyone suggest
  176. possible alternatives ?  Which controllers, floppy drives, etc. work
  177. best with OS/2 ?  My HD is a 200 MB Maxtor which thus far (knock on
  178. wood) has been working very quietly and reliably.
  179.  
  180. Before I start dropping major $$$, some sugegstions above included
  181. editing OEM strings in the boot sector.  Could someone please enlighten
  182. me what that does, how to do it and what possible benefits might be
  183. reaped from doing so ?  Many thanks to all of you for your help and
  184. suggestions.
  185.  
  186. John
  187.  
  188. ------------------------------
  189.  
  190. Date: 8 Jan 93 13:44:38 GMT
  191. From: Thomas Greve <greve@rs1.thch.uni-bonn.de>
  192. Subject: Fixed point sqrt anyone?
  193.  
  194.  murrayk@prism.CS.ORST.EDU (the Dodger) writes:
  195. >
  196. >Well? Does anyone know of a quick and dirty way to get a reasonably
  197. >accurate square root of a fixed point integer number? My numbers are
  198. >stored in a 16.16 bit format. I've heard of a few ways, but I'm open
  199. >for ideas. I just want to keep on avoiding floating point for ethical
  200. >reasons. 8^)
  201.  
  202. I have read a method for integers in a computer magazine some time ago,
  203. and it should work for fixed point numbers, also.
  204.  
  205. Here we go: You can interpret the 16.16 number as (32bit int)/(2^16),
  206. true? The result can be up to 8.16 accurate, but this depends on the
  207. upper 16 bits of your fixed point number. I'll show you a fast way for
  208. 8.8 accuracy and leave the remaining 8 bit as an exercise to the reader
  209. ;-)...
  210.  
  211. The way to go is succesive approximation: root is the (yet to be
  212. calculated) root  8, radicant is the radicant << 16, which is obtained
  213. by simply interpreting the fix as long.
  214.  
  215.     for (j = 128, root = 0; j || root*root == radicant; j >>= 1)
  216.       if ((root + j)*(root + j) >= radicant)
  217.         root += j;
  218.     root <<= 8;    /* now you can cast it back to the fix format */
  219.  
  220. If you need performance, you can do some bit optimization by
  221. calculating (root + j)^2 iteratively from the last value:
  222.  
  223.     for (j = 128, jj = 16384, root = 0, rr2 = rr = 0;
  224.              j || rr = radicant; j >>= 1, jj >>= 2, rr2 >>= 1)
  225.       if ((rr1 = rr + rr2 + jj) >= radicant)
  226.         root += j, rr = rr1, /* = root^2 */ rr2 += jj*2 /* = 2*root*j */; 
  227.  
  228. -- 
  229.                 - Thomas
  230.  
  231.    greve@rs1.thch.uni-bonn.de
  232.    unt145@dbnrhrz1
  233.  
  234. ------------------------------
  235.  
  236. Date: 19 Jan 93 10:20:00 CST
  237. From: "Baker, Robert E." <BAKERRE@tawc1.eglin.af.mil>
  238. Subject: Hard drive problems with Quantum 80AT
  239.  
  240.     I have a friend who has a Quantum 80AT (?) drive.  He has over
  241. 5 megabytes of bad sectors, and we have a couple of questions:
  242.  
  243.     1)  Does anyone have the correct drive parameters for this
  244. drive?  We need to make sure we have the CMOS setup correct (heads,
  245. cylinders) before we do something drastic :-), 
  246.  
  247.     2)  What is considered the 'best' software available to try and
  248. recover some of these bad sectors?  We've tried PCTools DiskFix, and
  249. once it recognizes the drive, it sometimes has problems recognizing the
  250. bad sectors are even there.
  251.  
  252.     Any help would be appreciated.  Thanks.
  253.  
  254.     Bob Baker    BAKERRE@TAWC1.EGLIN.AF.MIL
  255.     Troy Hess       HESSTD@TAWC1.EGLIN.AF.MIL
  256.  
  257. ------------------------------
  258.  
  259. Date: Mon, 18 Jan 93 08:29:50
  260. From: BS04@primea.dundee.ac.uk
  261. Subject: help needed on AC/DC boards
  262.  
  263. I am trying to hook an Oxygen electrode up to a PC. I understand I need
  264. an AC/DC board to do this. Can anyone recommend a company in the UK
  265. which will be able to help me on this. I have heard of Keigthly (a
  266. yorkshire co.) who are ment to be big in this area.
  267.  
  268. thanks for your time and help.
  269.  
  270. Andy Johnston.
  271. University of Dundee,
  272. Dundee
  273. Scotland
  274. DD1 4HN
  275.  
  276. ------------------------------
  277.  
  278. Date: Mon, 18 Jan 93 03:25 GMT
  279. From: Scott Begin <0005555440@mcimail.com>
  280. Subject: Keyboard Buffer Flushing
  281.  
  282. Recently, someone asked about flushing the keyboard buffer.  I didn't
  283. see the original question, but having recently worked with this issue,
  284. I noted the sophistication in the answers (such as resetting circular
  285. queue pointers).
  286.  
  287. I wrote the following program using Turbo Assember (TASMB from
  288. Speedware), although it isn't sophisticated enough to be that much of a
  289. translation to MS Macro Assembler.
  290.  
  291. ;                             KILLBUFF.ASM
  292. ;  Author:    Scott A. Begin
  293. ;  Date:      12/20/92
  294. ;
  295. ;  Description:   This program checks the keyboard status to determine if a
  296. ;                 key has been pressed.  If so, the keyboard buffer is flushed.
  297. ;
  298. ;                 This program was written to clear the buffer before using
  299. ;                 KEY-FAKE.COM to insert "keystrokes" into  the buffer for
  300. ;                 autoexecution of a program from a batch file.
  301.  
  302. main    proc    near
  303.  
  304.     mov    ah,0bh    ;Check Keyboard Status Function
  305.     int    21h
  306.     cmp    al,0    ;No character available
  307.     je    done    ;Exit if no characters in keyboard buffer
  308.  
  309.     mov    ah,0ch    ;Kill keyboard buffer Function
  310.     mov    al,0    ;Will not return any characters in buffer
  311.     int    21h
  312. done:
  313.     int    20h    ;Terminate
  314. main endp
  315.  
  316. It should be noted that INT 21h, function 0Ch will clear the keyboard
  317. buffer, and it even allows you to start reading the keyboard after
  318. flushing using INT 21 functions 01h, 06h, 07h, or 08h.
  319.  
  320. Scott A. Begin       Oak Forest, IL
  321. SBEGIN@mcimail.com
  322.  
  323. ------------------------------
  324.  
  325. Date: Tue, 19 Jan 93 11:29:42 EST
  326. From: james <PET101@ukcc.uky.edu>
  327. Subject: Looking for 488 data acquisition
  328.  
  329. I'm trying to hook up an Hitachi digital storage oscilloscope to a 386
  330. PC using a CEC 488 interface.  It works fine, but I was wondering if
  331. there are any freeware or shareware data acquisition programs that can
  332. run the IEEE-488 protocol; in other words, I need a program to retrieve
  333. data from the oscilloscope and save it to some ascii or binary file for
  334. later analysis, using the IEEE-488 protocol....otherwise, I'll have to
  335. write it myself, and in that case, any recommendations on
  336. free/shareware C compilers would be helpful.
  337.  
  338. Thanks,
  339. Jamer.
  340.  
  341. ------------------------------
  342.  
  343. Date: 9 Jan 93 15:13:44 GMT
  344. From: Johannes Beekhuizen <johannes.beekhuizen@contrast.wlink.nl>
  345. Subject: Looking for PD or Commercial Xmodem/ymodem/zmodem package
  346.  
  347. Hello Russell,
  348.  
  349. On Friday January 08 1993, Russell Trotter wrote to (crosspost 1) All:
  350.  
  351.  RT> We are looking for Xmodem/Ymodem/Zmodem protocol package for Sun Unix
  352.  RT> workstations, IBM PC's and, Macintosh's.  Anybody know of
  353.  RT> them in existence.  It doesn't have to be specific to each platform,
  354.  
  355. There is a version of Omen's RZSZ for Unix. I think I saw it on
  356. Simtel20, but I'm not certain. It runs on the Sun without modifications
  357. (option in the makefile provided).
  358.  
  359. Regards,
  360.  
  361.            Hans.
  362.  
  363. fidonet  2:281/527.5
  364. yan-net  123:3183/101
  365. e-mail   johannes.beekhuizen@contrast.wlink.nl
  366.  
  367. ------------------------------
  368.  
  369. Date: Mon, 18 Jan 1993 23:12 CST
  370. From: From EMCS <EMCS@royal.crc.uno.edu>
  371. Subject: Need a program to play CDs
  372.  
  373. I recently installed a NEC CD-ROM machine onto a 486 for a friend. It
  374. works fine for reading data and such, however I would like to be able
  375. to give him a program that could be used to play music CD's as well. I
  376. would prefer a Windows application (he's running 3.1). Also installed
  377. is a ProAudio Spectrum sound card in case that makes a difference.
  378.  
  379. I figured that the software that came with the sound card might include
  380. what we wanted, but it did not.
  381.  
  382. All replies to the above problem welcome.
  383.  
  384.   +ed murphy|grad student|university of new orleans|dept. of computer science+
  385.   +                internet: emcs@uno.edu, emurphy@cs.uno.edu                +
  386.   +                "Ed? Well, he's just this guy, you know?"                 +
  387.  
  388. ------------------------------
  389.  
  390. Date: Sun, 17 Jan 93 10:41:01 EET
  391. From: bermn@bimacs.cs.biu.ac.il (Moby Dick)
  392. Subject: Need help on Win3.1
  393.  
  394.  Does anybody knows the SVGA Realtek card? How to install it's Win3.0
  395. driver in Win3.1 correctly? Are there some ways to get a driver for
  396. Win3.1 or replace it with another existing driver?
  397.  
  398. Thanx.
  399. Moby Dick.
  400. _________
  401. | ISoft |
  402. ---------
  403.  
  404. ------------------------------
  405.  
  406. Date: Mon, 18 Jan 1993 13:19 EST
  407. From: Will Polik <POLIK@hope.cit.hope.edu>
  408. Subject: NETBEUI & TCP/IP
  409.  
  410. To support multiple network protocols simultaneously, you will want
  411. your protocol drivers to be NDIS compatible.  NDIS can handle up to
  412. four different protocols simultaneously.  An inexpensive way to obtain
  413. NETBEUI and IPX is to purchase Windows for Workgroups 3.1, which
  414. includes both of these.
  415.  
  416. The purpose in WFW is so that you can communicate in a workgroup using
  417. NETBEUI (which is LAN Manager's protocol) and connect to a Novell
  418. fileserver using IPX (the NDIS version of which is called MSIPX).
  419.  
  420. Appendix E of the WFW Resource Kit describes how to install a TCP/IP
  421. protocol driver, as well.  KEA systems, 604/431-0818, sells NDIS
  422. compatible TCP/IP software, as do other vendors.  A Microsoft technical
  423. support staff member told me that Microsoft will be releasing a TCP/IP
  424. add-on in the first quarter of 1993.
  425.  
  426. Will Polik
  427. polik@hope.cit.hope.edu
  428.  
  429. ------------------------------
  430.  
  431. Date: 9 Jan 93 21:03:29 GMT
  432. From: "Timothy F. Sipples" <sip1@ellis.uchicago.edu>
  433. Subject: Norton Commander for OS/2
  434.  
  435.  mhuth@hardy.u.washington.edu (Mark Huth) writes:
  436. >>There's a new one out now called mrfilepm.zip.  It should be available
  437. >>within a few days at ftp-os2.nmsu.edu (check directory
  438. >>/pub/uploads/sharebbs first).  It is IBM employee written software.
  439.  
  440. >Tim, do you or does anyone else know if there is a Norton NCD-like
  441. >program available for os/2?  Basically, all it does is allow one to
  442. >change directories from the command line by typing only part of a
  443. >directory name.  For example, to change into /tim/sipples/faq...I could
  444. >just type ncd faq.
  445.  
  446. At least a couple.  I seem to recall VCD, RCD, etc.  Check the file
  447. /pub/os2/00Index on ftp-os2.nmsu.edu via anonymous ftp.  Search through
  448. until you find one you like.
  449.  
  450. Timothy F. Sipples      | Read the OS/2 FAQ List 2.0i, available from
  451. sip1@ellis.uchicago.edu | 128.123.35.151, anonymous ftp, in /pub/os2/all/info
  452. Dept. of Econ., Univ.   | /faq, or from LISTSERV@BLEKUL11.BITNET (send "HELP")
  453. of Chicago, 60637       | [Read the List, THEN post to ONE OS/2 newsgroup.]
  454.  
  455. ------------------------------
  456.  
  457. Date: 8 Jan 93 07:17:44 GMT
  458. From: Mark Kovarski <kovarski@zooid.guild.org>
  459. Subject: OS/2 Technical Staff Addresses
  460.  
  461. Many thanks go to David for posting this list. Due to the many requests
  462. from users about OS/2 Technical staff member addresses, I will post it
  463. to the various OS/2 Internet conferences.
  464.  
  465. [Note: David provided numerous addresses that had *no* area of
  466. expertise.  I have deleted these from his list.  I also sorted his
  467. provided list into alphabetical order by area of expertise.  gph]
  468.  
  469. ------------------------------ Cut Here --------------------------------
  470.   To: ALL                           Refer#: NONE                        
  471. From: DAVID MATOCHA                   Read: (N/A)                       
  472. Subj: COMPUSERV IBMER'S     1/2     Status: PUBLIC MESSAGE              
  473. Conf: OS2 (185)                  Read Type: TEXT SCAN (+)               
  474.  
  475. OS/2 2.0 Technical Support FAQ 11/6/92                                  
  476.  
  477. OK EVERYONE. Here is a list of OS/2 support persons avaible to help you
  478. on CompuServe.
  479.  
  480. Anyone on the Internet or BITNET can send mail to persons with
  481. CompuServe accounts. For example, to send Jim Akers mail, who has an
  482. CompuServe ID of 72410,1360, you would send to the following:
  483.  
  484. 72410.1360@compuserve.com
  485.  
  486. Note the comma in the UserID is replaced with a period. Also note that
  487. those individual listed without an area of expertist should not be
  488. contacted yet. I will keep this list up to date. It is available from
  489. CIS. I will also upload it to hobbes and watson.
  490.  
  491.    ---Ken
  492. kbass@gmuvax2.gmu.edu
  493.  
  494. User ID    Name                Area of Expertise
  495. 71075,3143 MICHAEL DUNN        CID ENABLEMENT
  496. 71075,3150 LEN LESLIE          CID ENABLEMENT(OS2DF2)
  497. 71075,2431 ROGER LEWIS         CID ENABLEMENT(OS2DF2)
  498. 71075,2426 PETER F HAGGAR      CONTAINER CONTROL SHIPPED WITH OS/2 2.0, PMAPI'S
  499. 72370,136  STEVE M MILLER      CUA / USER INTERFACE
  500. 72370,140  BINH NGUYEN         CUA / USER INTERFACE
  501. 72370,141  BILL ALLEN          CUA CONTROLS LIBRARY/2
  502. 72400,2754 JUDITH W OSBORNE    DAP
  503. 71075,3323 DAMIEN SCOTT        DAP PDK CD ROM (OS2DF2)
  504. 71075,3157 RICK EFRUSS         Device Drivers
  505. 72360,3611 DAN K LEE           DFI, BASE OS2 API, PM API
  506. 71075,2762 ROB SEMONIS         DMK, AND TOOLKIT
  507. 72370,1201 TONY INGENOSO       DOS APP COMPATIBILITY, AND SYSTEM CONFIGURATION.
  508. 72360,3555 DOUG AZZARITO       DOS EMULATION + COMMUNICATIONS
  509. 72370,274  BOB EASTON          ES/LS, COMM MGR, DB MGR, TCP/IP, CID, AND OS2USE
  510. 71075,3324 JOHN MCCLELLAN      ESDTOOLS FOR DAP
  511. 72400,2740 STEVE WOODWARD      GENERAL OS/2(VIDEO DRIVERS +WPS)
  512. 71075,2430 SAM DETWEILER       GOLLY,OS/2 INSTALL,PDK,CDROM,C,ES, CM, CID,PROGRA
  513. 72360,3554 KELVIN R LAWRENCE   GRAPHIC ENGINE,GPI,PMWIN,VIDEO
  514. 72370,562  MIKE GERENTINE      INSTALL/2, TEXT CONTROL, DIST. APPL, CAU CONTROL
  515. 71072,3171 ART BORREGO         LAN
  516. 71075,2611 BOB GIDEON          LAN 3.0 SERVER AND NOVELL INTEROPERABILIT
  517. 71075,1445 DON HAILE           LAN HARDWARE, OS/2 COMM MANAGER
  518. 72410,1360 JIM AKERS           LAN SERVER AND COMM MANAGER, ISV QUESTIONS
  519. 72370,1117 RANDALL JAMESON     LAN SERVER, NTS/2
  520. 71075,2551 SAM P CASTO         Manager, Boca Technical Support Group
  521. 71075,1107 LARRY DAVIS         MEDIA RELATIONS TECHNICAL SUPPORT, AND MONITOR C
  522. 71072,562  LAURIE TURNER       NTS/2 SUPPORT
  523. 71075,340  JOHN GOLDTHORP      OS/2 APP. DEVELOP. SUPPORT
  524. 71075,2106 MICHAEL PERKS       OS/2 PRINT, NETWORK AND COMMS PRINT
  525. 71075,2553 JOE POLIZZI         OS/2 SHAREWARE, PDK,TOOLS GROUP(DAP)
  526. 72370,135  E GENE BARLOW       OS/2 USER AND PC USER GROUPS
  527. 71075,1111 LARRY SWOFFORD      OS2DEV AND IBMOS2 FORUMS
  528. 71075,2427 DAVID A KERR        OS2DF1 PM API'S
  529. 72360,3474 ROSS L COOK         OS2DF1, OSDF2, OS2USER, OS2SUPPO, DDJFORUM, WINN
  530. 71075,1117 JOHN D WEBB         OS2DF1-PM API'S,OBJECT TECH, DEBUG
  531. 71075,1337 IVAN BIDDLES        OS2DF1-PM WINDOW MANAGER, AND CONVERTING TO CSET
  532. 71075,524  KAMRAM REJAEE       OS2DF1-SYSOP THUNKING AND DEVICE DRIVERS 
  533. 71075,3152 MIDGE PORTNEY       OS2DF2 CD ROM PDK
  534. 72360,3645 DON R HEDDING       OS2DF2 COMM MAN,OS2SUPPORT, NOVELL NETWIR
  535. 72370,1116 WF DAYTON           PC COMPANY CUSTOMER SATISFACTION
  536. 71075,3153 MARK LUTZE          PDK SUPPORT
  537. 71075,3564 JOHN MOTE           PL/1 COMPILER DEVELOPMENT
  538. 71075,3566 BOB THIMSEN         PL/1 PACKAGE/2
  539. 72370,147  ALAN WARREN         PmDRAW, PM and GPI programming
  540. 71075,133  RODNEY MAXWELL      PMX
  541. 71075,206  MATHEW F RUTKOWSKI  Printers
  542. 72360,3621 JOSEPH J CARUSILLO  SOFTWARE DEV.SUPPORT+SERVICE
  543. 72400,2746 RON BOYAJIAN        SYSOP SECTION 14 OS2DF2
  544. 71075,134  LEE COLE            TCPIP
  545. 71075,135  BRYAN FREY          TCPIP
  546. 71072,1534 PAUL BRIGHTLY       TOOLKIT
  547. 72410,624  ERIC NELSON         TOOLKIT, TECHNICAL LIBRARY, AND TECHNICAL DOCUME
  548. 72360,3615 MIKE WORRALL        WIN-OS/2, WINDOWS APPLICATIONS UNDER OS/2
  549. 72370,1265 JOE HLAVATY         WIN/OS2
  550. 71075,1754 SHEILA MCDONALD     WIN31/32 bit GRE Beta
  551. 71075,3454 DARREN MICLETTE     WINOS2
  552. 71075,3160 GUPTA RAJIV         WINOS2 SUPPORT
  553. 72370,512  LORI DAY            WORDPERFECT RELATED ITEMS
  554. 72370,137  ROD SMITH           WORKPLACE SHELL, APPLICATION DEVELOPMENT TOOLS 
  555.  
  556. Here are some last minute additions
  557. Direct Internet Connections:
  558.  
  559. C Set/2                       cset2@vnet.ibm.com
  560. WorkFrame/2                   workframe@vnet.ibm.com.
  561.  
  562. If you know any other OS/2 related Direct Internet addresses, send me
  563. an E-Mail message and I will include it.
  564.  
  565. Mark K.
  566. E-Mail: kovarski@zooid.guild.org
  567.  
  568. ------------------------------
  569.  
  570. Date: Sat, 16 Jan 93 14:56:04 CST
  571. From: ST2975@siucvmb.siu.edu
  572. Subject: PC/XT upgrade query
  573.  
  574. I recently read about some PC/XT comments in the IBM-DIGEST.  I am
  575. hoping someone might be able to provide some light on upgrading an old
  576. machine - a Bondwell Pro 8 Turbo 8088 Laptop.  I bought this machine
  577. for around $75.
  578.  
  579. The machine has the following:
  580. DOS 3.21
  581. 384 LIM EMS and 640 k in user RAM
  582. No co-processor, though I may purchase one for @ $65.
  583. An 80C88 CPU (High speed, low-power version of the 16 bit 8088
  584.   microprocessor
  585. AND the ability to upgrade to one megabyte of user RAM for data and
  586.   program storage.
  587.  
  588. My questions concern the ability to upgrade the system memory to 1 Meg.
  589. the machine has four empty 14 pin slots markedas follows:
  590.  
  591. EPROM 1/ROM 1          EPROM 2/ROM3
  592. EPROM 3/ROM 2          EPROM 4/ROM4
  593.  
  594. I am not sure of the type of chips to buy.  For example, in "Computer
  595. Shopper" I have identified 3 potential chips: 27C256 at 150ns; and
  596. 27256 at 180ns and 200ns respectively.  This stuff is all Greek to me
  597. The chips are really cheap.  I am just not sure what the EPROMS desig-
  598. nations mean or what ns (nanoseconds?) has to do with anything?
  599.  
  600. I tried the help line for the manufacturer over a period of two weeks.
  601. I did not recieve any replies.  I tried the chip company, but they just
  602. sell chips.
  603.  
  604. I would greatly appreciate any advice.  I though this machine was a
  605. good buy for $75.  It even has an internal 1200 baud modem.
  606.  
  607. Michael Parker BITNET:ST2975@siucvmb.bitnet
  608. Southern Illinois University
  609.  
  610. ------------------------------
  611.  
  612. Date: 8 Jan 93 18:30:45 GMT
  613. From: Marko Kohtala <mkohtala@lesti.hut.fi>
  614. Subject: Serial Communication Question
  615.  
  616. asu@server2.panther.mot.com (Russell Trotter) writes:
  617.  
  618. >Hello,
  619. >  A few days ago, my boss posted a question needing some info on
  620. >setting up/initializing the com port and read/write howto's.  After
  621. >digging through the code we got from replies, we found that the best
  622. >way to do this was to use some code that would actually access the
  623. >UART?
  624.  
  625. Yes. If you do not want to access the UART directly, you can get a
  626. FOSSIL device driver that does it for you and use the FOSSIL. Most BBS
  627. programs use this approach.
  628.  
  629. Two popular FOSSIL device drivers are X00 and BNU. They come with all
  630. the necessary API documentation.
  631.  
  632. >My question is, what, precisely, are these status interrupts for, and
  633. >are they absoultely necessary?
  634.  
  635. Receiver Line Status
  636.     Source: Overrun, Parity or Framing error or Break
  637.     Reset: Read the LS register
  638.  
  639. Modem Status
  640.     Source: Clear to Send or Data Set Ready or Ring Indicator or Data
  641.         Carrier Detect. 
  642.     Reset: Read the MS register
  643.  
  644. They are not absolutely necessary. Modem Status can be used to
  645. implement hardware flow control: change in Clear to Send causes an
  646. interrupt and if it is set, the interrupt routine should start to
  647. transmit if there is data in the transmit buffer.
  648.  
  649. Also, for these to work, you must make sure that the interrupt
  650. conditions are reset. The thing to do to reset is shown above. If you
  651. do not reset the interrupt, it will stay on and there will not be
  652. another interrupt on AT bus. In MCA I think it will cause the interrupt
  653. handler to be called constantly untill the interrupt is reset thus
  654. hanging the machine.
  655.  
  656. Received Data interrupt can be reset by reading the Receive Buffer
  657. register. Transmitter Holding Register Empty interrupt can be cleared
  658. by reading IIR or writing to THR.
  659.  
  660. If you have any problems, I am willing to write you a tailored comm's
  661. module for a reasonable compensation. I have written the one used in
  662. Telemate communications program.
  663.  
  664. Marko Kohtala - INTERNET:Marko.Kohtala@hut.fi, mkohtala@otax.tky.hut.fi
  665. Student at (not representative of) the Helsinki University of Technology
  666.  
  667. ------------------------------
  668.  
  669. Date: 8 Jan 93 22:09:31 GMT
  670. From: "Ranseus (Jim Knepley" <knepley@cs.colostate.edu>
  671. Subject: Serious PKZip 2.04 Bug - Beware
  672.  
  673. rdippold@cancun.qualcomm.com (Ron Dippold) writes:
  674. >Another bug has shown up in PKZ204C (I can't believe how buggy this
  675. >is), confirmed by several people (including on CompuServe) and tried
  676. >by me.  If you backup your hard disk with the "-&" option you may lose
  677. >some of your data.
  678.  
  679. It is my experience that PKUNZIP will notify you that the file didn't
  680. inflate correctly but the file is fine.  Your mileage may vary.
  681.  
  682. If ANY file spans 2 disks, it'll report a CRC error for the file that's
  683. being completed.  I restored 4 disks today and got a message every time
  684. I put in a new disk, but the files were fine.
  685.  
  686. Jim
  687. ----- knepley@cs.colostate.edu --------------- Boycott Colorado -------------
  688.  Jim "Ranseus" Knepley |  Avoid rectal-cranial inversion. 
  689.  Programmer, magician, |  "Gun's don't kill, it's those bullet things"   
  690.  computer geek.        |  
  691.  
  692. ------------------------------
  693.  
  694. Date: Sat, 16 Jan 93 12:28:43 EST
  695. From: "B. Trieselmann" <UGG00031@vm.uoguelph.ca>
  696. Subject: SYSREQ Key - Why?
  697.  
  698. OK, why does my keyboard have a SysReq key? Is there ANY use for
  699. this???  Thanks for a patient reply!!! Bruce.
  700.  
  701. ------------------------------
  702.  
  703. End of Info-IBMPC Digest V93 #13
  704. ********************************
  705. -------
  706.