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/00 16:39
Read: times


 
#5719 - RE: parallel comm. between two 8032
You may also want to consider some alternatives:

1. Use an 8032-derivative that has two serial ports.

2. If you're going to communicate with the other 8032 in a parallel fashion, you could also just communicate directly with the PC via the parallel port. That'd give you the added advantage of faster communication with the PC.

3. Communicate with the PC using your existing 8032 using bit-banging techniques. This means that you "manually" raise and lower a given pin to "clock out" each of the bits that you want to transfer. The PC will see this as a normal serial connection. This requires more overhead, especially on the receive side.

Craig Steiner


List of 9 messages in thread
TopicAuthorDate
parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      
RE: parallel comm. between two 8032            01/01/70 00:00      

Back to Subject List