#6,936 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Interfacing to the IBM Personal Computer

Sentiment score: 0
Reddit mentions: 1

We found 1 Reddit mentions of Interfacing to the IBM Personal Computer. Here are the top ones.

Interfacing to the IBM Personal Computer
Buying options
View on Amazon.com
or
    Features:
  • Unique one-of-a-kind toy
  • Great for small to medium dogs
  • Core is a tough and durable ball
  • Great for a game of fetch or just letting your dog entertain himself
  • Always monitor your dog when playing with any toy
Specs:
Height9.5 Inches
Length0.75 Inches
Number of items1
Weight1.37127526964 Pounds
Width7.5 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Interfacing to the IBM Personal Computer:

u/sweisman ยท 2 pointsr/Forth

I wrote the code to manage the experimental test harness for a sensor that was launched aboard the shuttle.

The test harness was the more interesting portion. It was composed of a 386 PC with a whopping 8MB of RAM and a 387 FPU. In 1990, even with the 486, this was some serious hardware, especially the RAM.

Hardware included a stepper motor and a channel plate (http://en.wikipedia.org/wiki/Microchannel_plate_detector) to record results. Eggbrecht (http://www.amazon.com/Interfacing-Personal-Computer-Lewis-Eggebrecht/dp/0672227223) was my friend.

The code to manage the setup was written in approx. 250 screens of glorious DOS-extended 32-bit LMI/Forth. It did everything from control the hardware to generate a very basic but serviceable GUI. Hardware control was at a very low level, with direct interaction with devices, DMA code (also written in Forth), etc.

I still have the source.