Search found 27 matches

by edg962
21 Apr 2011 16:46
Forum: Visual TFT General
Topic: TFT Proto Board - Out of Stock
Replies: 1
Views: 1411

TFT Proto Board - Out of Stock

Gentlemen / Mikroe Team,

In the Mikroe website, TFT Proto Board is being preeminently advertised for more than a month BUT IT'S BEEN OUT OF STOCK for the whole period. I have gotten no updates. Does anyone have any idea or any updates? Thanks 8)
by edg962
11 Mar 2011 18:57
Forum: mikroBasic PRO for AVR General
Topic: problem reading from a pin
Replies: 2
Views: 1879

Re: problem reading from a pin

Thanks for the reply. I had already found out the solution.
by edg962
11 Mar 2011 18:54
Forum: mikroBasic PRO for AVR General
Topic: pcint0, pcint1 problem
Replies: 3
Views: 2311

Re: pcint0, pcint1 problem

Dear Losic, I was able to find the answer on my own. Thanks, but it would certainly be great to have simple examples of general and pin-on-change interrupts to guide us. It's really creating great frustration on newbies like me to learn these concepts without them. While you are at it, can you also ...
by edg962
28 Feb 2011 22:57
Forum: mikroBasic PRO for AVR General
Topic: problem reading from a pin
Replies: 2
Views: 1879

problem reading from a pin

Gentlemen, Not sure why the following occurs. When I check with my meter, I get 5V (switch open) and 0V (switch closed), which is the way it should be. However, when I attempt to test the pin for a high or a low, it does not work for me. For example, having a switch connected to PortB.2 and ground, ...
by edg962
23 Feb 2011 22:20
Forum: mikroBasic PRO for AVR General
Topic: pcint0, pcint1 problem
Replies: 3
Views: 2311

pcint0, pcint1 problem

Gentlemen, I need to use Interrupt on Pin Change in my program; but after several failed attempts, I decided to write this post. I'm using MikroBasic for AVR and ATMEGA644 chip. By the way, I have all the libraries in the Library Manager checked, have read the 644 Datasheet documentation. What am I ...
by edg962
19 Sep 2010 05:12
Forum: mikroBasic PRO for AVR General
Topic: DDRB and DDRC
Replies: 6
Views: 6071

Re: DDRB and DDRC

Thank you to both for taking the time to reply and clarify my lack of understanding.
by edg962
11 Sep 2010 04:49
Forum: mikroBasic PRO for AVR General
Topic: DDRB and DDRC
Replies: 6
Views: 6071

DDRB and DDRC

I am a little confused with the following two statements. Isn't a 1 used to designate an input and a 0 an output? The first statement gives DDRB = %00001111 and the second DDRC = %11111111 where the ones would designate inputs. Can someone please help clarify my understanding? Thanks. DDRB = DDRB or...
by edg962
08 Sep 2010 04:43
Forum: mikroBasic PRO for AVR General
Topic: 7-segment on easyAVR5A
Replies: 1
Views: 1836

7-segment on easyAVR5A

Need your help. I am trying to follow the example on 7-segment and compile it. But it does not work. I am using ATMEGA644 which has interrupt vector 0x04 and TCCR0B which I set to 2 (prescaler 8) to follow the example. It seems pretty straight forward but I get nothing on the 4 7-segment LEDS. Any h...
by edg962
09 Feb 2009 02:46
Forum: mikroBasic PRO for AVR General
Topic: NUMERIC 0-9 ASCII CONVERSION TO INTEGER. IS IT POSSIBLE?
Replies: 2
Views: 4638

Dany, I will try your idea. Thanks for your reply. Best regards, Ed I would like to be able to, given "8" ASCII, convert it to an integer and multiply by 10 In pascal: var Ch : char; Val: byte; Res: word; ... Ch := '8'; // the original value = the ascii code of character '8' Val := Ch - '0'; // subt...
by edg962
27 Jan 2009 02:03
Forum: mikroBasic PRO for AVR General
Topic: NUMERIC 0-9 ASCII CONVERSION TO INTEGER. IS IT POSSIBLE?
Replies: 2
Views: 4638

NUMERIC 0-9 ASCII CONVERSION TO INTEGER. IS IT POSSIBLE?

Hi, There is a C_TYPE library with isdigit, isalpha, isalnum, etc but there is no documentation on how to use these functions. Does any one know how to use these functions isdigit and isapha? In addition, does anyone know how to convert an ASCII number character ("0" to "9") to a number I can do mat...
by edg962
27 Jan 2009 00:42
Forum: mikroBasic PRO for AVR General
Topic: ASCII CHARACTER MAP
Replies: 4
Views: 4858

Sadavis80, It works perfectly! Thanks a lot for your help! Ed, Since the normal alpha characters are sequential, you should be able to easily achieve your objective. I'm not sure about the basic syntax, but it's relatively similar to C I believe... something like char c int i string stg1[60] c = 'A'...
by edg962
27 Jan 2009 00:07
Forum: mikroBasic PRO for AVR General
Topic: ASCII CHARACTER MAP
Replies: 4
Views: 4858

Sadavis80, Thank you for your prompt reply. I will test this tonight. Best regards, Ed Ed, Since the normal alpha characters are sequential, you should be able to easily achieve your objective. I'm not sure about the basic syntax, but it's relatively similar to C I believe... something like char c i...
by edg962
25 Jan 2009 00:13
Forum: mikroBasic PRO for AVR General
Topic: ASCII CHARACTER MAP
Replies: 4
Views: 4858

ASCII CHARACTER MAP

Hello, Have anyone worked with ASCII Character Set successfully? I would like to manipulate the alphabet (A-Z) and the numbers (0-9) by using either the CHR function or some othe way. I have basically given up on CHR since you cannot have an expression inside of it; for example, CHR(65+i) would not ...
by edg962
24 Jan 2009 23:56
Forum: mikroBasic PRO for AVR General
Topic: MMC_FAT_INIT() & MMC_INIT() not working at all
Replies: 4
Views: 5184

Re: MMC_FAT_INIT() & MMC_INIT() not working at all

Thank you srdjan for your help. I misconfigured LCD.
srdjan wrote:Hi,
Plese send me the whole project folder to srdjan@mikroe.com. Which mmc/sd card are you using?
by edg962
13 Jan 2009 03:53
Forum: mikroBasic PRO for AVR General
Topic: MMC_FAT_INIT() & MMC_INIT() not working at all
Replies: 4
Views: 5184

Re: MMC_FAT_INIT() & MMC_INIT() not working at all

Hi, I am using EasyAVR5A. First, I tried your code unsucessfully. Then I cut into smaller pieces to troubleshoot the problem. I found the code stops at the mmc_fat_init() and/or mmc_init functions. It would not execute the next line of code. Here is part of the code I used: dim Mmc_Chip_Select as sb...

Go to advanced search