Difference between revisions of "CSC270 Class Page 2011"

From dftwiki3
Jump to: navigation, search
(Second 1/2 of Semester)
Line 412: Line 412:
 
** [[CSC270 Lab 11 2011 | Lab 11 ]]
 
** [[CSC270 Lab 11 2011 | Lab 11 ]]
 
*** Designing and wiring up an input port with the 6811
 
*** Designing and wiring up an input port with the 6811
 +
[[74273Register.jpg|150px|right]]
 +
[[74166ShiftRegister.gif|150px|right]]
 
* '''Wednesday'''
 
* '''Wednesday'''
 
** How to figure out how many different addresses energize Y4?
 
** How to figure out how many different addresses energize Y4?
** Examples of I/O Devices
+
** Examples of I/O Ports
*** Parallel
+
*** Parallel Port
 +
**** Data Registers
 +
**** Control Registers
 +
**** Status Registers
 +
**** Handshake Protocol
 +
**** Software Driver
 
*** Serial
 
*** Serial
*** Data Registers
+
**** [[media:74166DataSheet.pdf|74166 datasheet]]
*** Control Registers
 
*** Status Registers
 
 
* '''Friday''': '''<font color="magenta">No class: Programming Contest!</font>'''
 
* '''Friday''': '''<font color="magenta">No class: Programming Contest!</font>'''
 
----
 
----

Revision as of 10:04, 13 April 2011

--D. Thiebaut 08:44, 7 January 2011 (EST)




Back to Main Page for CSC270



Prof

Dominique Thiébaut email
Dept. Computer Science
Ford Hall, 356.
Telephone: 3854
Office Hours: M:4-5, T3-4, W3-4, and by appointment


Weekly Schedule

First 1/2 of Semester


This section is only visible to computers located at Smith College

Second 1/2 of Semester


This section is only visible to computers located at Smith College


Back To Main Page


Links and Resources

Printing

  • How to print a text file (pure ASCII, not an MS Word document) from a beowulf account to the printer @ FH354:
  cprint -15  myFile.txt
  • How to print a pdf from a beowulf account to the printer @ FH354:
  lpr -P ford354 max232.pdf
  • How to print an image to the same printer, from a beowulf account:
  convert myImage.jpg  myImage.pdf
  lpr -P ford354 myImage.pdf

Programs

Software

Pspice9.jpg

PSpice 9

  • Pspice 9, Student version. An nice alternative to drawing schematics by hand.
  • This is a Windows version. (I have tried to make it work under wine/Mac OS X but haven't been able to make it load the libraries correctly)
  • Make sure you select the schematics option when installing the software.
  • Select Tools/Schematics when starting the editor
  • The schematics editor is located in C:\Program Files\OrCAD_Demo\PSpice\PDesign.exe upon installation.
  • Download here!
  • PSpice Tutorial

Integrated Circuit Data-Sheets

Ic.jpg

Motorola 68HC11 Documentation

6811.jpg





Back To Main Page