Various UNIX systems are available from IBM itself, Microsoft-SCO, Bell, Berkley, and various UNIX clones such as MINIX (a multitasking UNIX clone). The different varieties of this venerable OS include single and multi user systems.
When trying to load binary images through a parallel port, as with the simple DOS command:>
COPY <filename> LPT1 /B
You might have the best luck with the following UNIX command:
dd if=<sourcefile> of=/dev/lp1
'dd' is a handy utility to perform raw transfers without adding any extraneous characters.
See also:
| file: /Techref/UNIXs.htm, 1KB, , updated: 2002/4/10 00:58, local time: 2012/2/10 01:35,
38.107.179.233:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/UNIXs.htm"> IBM Personal Computer Unix Operating System Summary</A> |
| Did you find what you needed? |
|
PIC 16 series Microcontroller Instruction Set Reference. And his Hobby Electronics web site at http://hobby_elec.piclist.com. |
.