You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
371 B

  1. #
  2. # Parallel port wiggler (many clones available) on port 0x378
  3. #
  4. # Addresses: 0x378/LPT1 or 0x278/LPT2 ...
  5. #
  6. if { [info exists PARPORTADDR] } {
  7. set _PARPORTADDR $PARPORTADDR
  8. } else {
  9. if {$tcl_platform(platform) eq "windows"} {
  10. set _PARPORTADDR 0x378
  11. } {
  12. set _PARPORTADDR 0
  13. }
  14. }
  15. interface parport
  16. parport_port $_PARPORTADDR
  17. parport_cable wiggler