I am sure that I can buy a 250$ compiler to convert PBasic to hex, or ASM, or C, but there has to be an easier way! All the books on C I can find are oriented towards computer programming, not towards low level microcontroller operations. This project I am referencing here is a simple clock program, that will control 6 ICs. I don't know how, in C to do pin high/low statements and pauses, which is all I really need! I have MPlab IDE and the Pickit 2 to program and debug, but without the proper language to program a PIC with, I'm in Limbo! I'm pulling my hair out here!
Shane To: [email protected] From: [email protected] Date: Mon, 9 Aug 2010 23:03:00 +0100 Subject: Re: [c-prog] want to learn C, can someone give me an example? [replying on-list] On Mon, Aug 9, 2010 at 10:35 PM, [email protected] <[email protected]> wrote: > I need to send a binary high or low over pins 1,2,4,8. I'm sending the data > to a 74141 Dixie bcd. Means not a lot to me, though I suspected you were expecting hardware output, hence the question. There's no 'standard' way of doing what you want - it's likely to be highly hardware/compiler specific. Which compiler do you have available for the hardware, if any? -- PJH [Non-text portions of this message have been removed] ------------------------------------ To unsubscribe, send a blank message to <mailto:[email protected]>.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
