On Sat, 2 Oct 2004, Adam Woodworth wrote: > I am having trouble getting any .hex files generated by Hi-Tech C in Linux > to actually do anything on my PIC16F84A. There's nothing obviously wrong with your code. > any .hex file I have generated from Basic on Windows > and copied to my Linux box will load onto the PIC fine with the > programming software I use in Linux and operate the circuit as expected. Hex files generated with PICC on Linux will be in UNIX text format (LF delimited), while hex files generated under Windows will be in DOS format (CRLF delimited). Since your Linux programmer seems happy with DOS-formatted hex files, perhaps it doesn't correctly support hex files in UNIX format? -- John W. Temples, III _______________________________________________ http://www.piclist.com View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist