Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/14/03 18:59
Read: times


 
#56646 - RE: I/O Expander
Responding to: ???'s previous message
BUT......with the LPT parallel port it is rather nice to be able to mess around with external hardware devices (in REAL TIME no less). If you write your code carefully in the likes of Borland C it can be VERY VERY easy to carry any developed drivers and algorithms over to an embedded platform. For example an 89C51 type platform using Keil C.

I have done this type of development numerous times!!

This can be especially useful if a customer needs something built that they are finding very hard to define exactly what they want. The PC platform lends itself to a test platform with specification development in mind.

For expanding I/Os off the parallel port I have used the Philips I2C to parallel type parts. The required bitbanging on the PC parallel port to talk to I2C is almost identical to the bit-banging done later on a microcontroller port.

-------------

All that said however.......since I discovered Cygnal style development boards with JTAG onchip debugging and hardware breakpoints for about $100 I find the use of Parallel Port prototyping to be a thing of the past. See some articles I have posted regarding developing with the Cygnal parts here....

http://www.8052.com/users/mkaras/CygnalEval.phtml
http://www.8052.com/users/mkaras/Cygnal_ICD.phtml

Michael Karas


List of 25 messages in thread
TopicAuthorDate
I/O Expander            01/01/70 00:00      
   RE: I/O Expander            01/01/70 00:00      
      RE: I/O Expander            01/01/70 00:00      
         But why No programmable logic?            01/01/70 00:00      
            RE: But why No programmable logic?            01/01/70 00:00      
               RE: But why No programmable logic?            01/01/70 00:00      
         RE: I/O Expander            01/01/70 00:00      
         RE: I/O Expander            01/01/70 00:00      
            RE: I/O Expander            01/01/70 00:00      
               RE: I/O Expander            01/01/70 00:00      
                  RE: I/O Expander            01/01/70 00:00      
                     RE: I/O Expander            01/01/70 00:00      
                        RE: I/O Expander            01/01/70 00:00      
                           Cheap, simple, on-target prototyping            01/01/70 00:00      
                        RE: I/O Expander            01/01/70 00:00      
   RE: I/O Expander            01/01/70 00:00      
      RE: I/O Expander            01/01/70 00:00      
         RE: I/O Expander            01/01/70 00:00      
   1-Wire?            01/01/70 00:00      
      PPI            01/01/70 00:00      
         RE: PPI            01/01/70 00:00      
            RE: PPI            01/01/70 00:00      
               RE: PPI - SAnjeev            01/01/70 00:00      
   I2C            01/01/70 00:00      
   RE: I/O Expander            01/01/70 00:00      

Back to Subject List