Search found 64 matches

by dhouston
06 Jun 2006 17:45
Forum: mikroBasic General
Topic: How to decode NEC Ir remote TV ? Please adivise
Replies: 3
Views: 2309

pferrari1963 wrote:You can see the NEC IRC code on this link:
http://www.xs4all.nl/~sbp/knowledge/ir/nec.htm
The NEC code is a little more complex than that link shows. Here's a link to NEC documentation.
http://www.cpcares.com/pdf/UPD6121G-001.PDF
by dhouston
01 May 2006 00:47
Forum: mikroBasic General
Topic: accessing individual bits
Replies: 4
Views: 1634

Re: accessing individual bits

zristic wrote:
dhouston wrote:I'm afraid I don't find the manual to be very well organized.
What would you change?
I expected it to be more like...And I expected more built-in procedures similar to BASCOM AVR, PicBasicPro and BasicMicro.
by dhouston
29 Apr 2006 15:40
Forum: mikroBasic General
Topic: accessing individual bits
Replies: 4
Views: 1634

Re: accessing individual bits

Will I be able to use my MEL programmers? If they support command line, yes. You can easily add your tools in mikroBasic IDE. Press F12 for customizing tools. I guess I was really asking whether you create standard hex files that can be downloaded with any programmer. I'm afraid I don't find the ma...
by dhouston
29 Apr 2006 14:31
Forum: mikroBasic General
Topic: accessing individual bits
Replies: 4
Views: 1634

accessing individual bits

I currently use PicBasicPro and am exploring mikroBasic. If ENC28J60 support is added I will probably switch. Is there any estimate of when the ENC28J60 will be supported? Is there a way to access individual bits using a variable? For i = 0 to 7 If somearray(i) > 100 Then myvar.i = 1 Next Will I be ...

Go to advanced search