Search found 14 matches

by masbaldi
17 Jun 2013 10:47
Forum: mikroBasic PRO for PIC General
Topic: FAT 16 LIBLARY
Replies: 5
Views: 1819

Re: FAT 16 LIBLARY

Thank you very much !!!
by masbaldi
14 Jun 2013 09:15
Forum: mikroBasic PRO for PIC General
Topic: FAT 16 LIBLARY
Replies: 5
Views: 1819

Re: FAT 16 LIBLARY

Good morning.
I use MikroBasicPRO 5 but where can i find MMC_Fat_Seek command?
Thank you for your answer.
by masbaldi
13 Jun 2013 14:21
Forum: mikroBasic PRO for PIC General
Topic: How to cancel a character or string in a file!
Replies: 1
Views: 1065

How to cancel a character or string in a file!

Good evening to all! I have a big problem. I don't know how to delete a string of character from an SD card. I use mikroBasicPro ver.5. For example, i have a TMP.TXT file with this string (all of them with the same length): aaaaaa bbbbbb cccccc and i would like to cancel the second row to obtain aaa...
by masbaldi
05 Sep 2011 11:22
Forum: mikroBasic PRO for PIC General
Topic: How can i delete a string in SD/MMC card?
Replies: 8
Views: 2319

Re: How can i delete a string in SD/MMC card?

Thank you Dany! Excuse me for the late! I have a little question for you. I use MikroBasic 3.2 compiler. Where I put the library I download into the compiler?
Thank you for your help!
by masbaldi
14 Jun 2011 18:49
Forum: mikroBasic PRO for PIC General
Topic: How can i delete a string in SD/MMC card?
Replies: 8
Views: 2319

Re: How can i delete a string in SD/MMC card?

Hy Dany! Excuse me for the question but where can i find the library for Fat32?
by masbaldi
13 Jun 2011 17:00
Forum: mikroBasic PRO for PIC General
Topic: How can i delete a string in SD/MMC card?
Replies: 8
Views: 2319

Re: How can i delete a string in SD/MMC card?

Thank for your reply! This is the problem: the buffer is too large! Can i write a null string? For example: Mmc_Fat_Assign("tmptxt", 0) Mmc_Fat_Reset(size) while size>0 Mmc_Fat_Read(character) dec(size) if size=usc then goto nul else end if wend nul: for i=0 to 41 Mmc_Fat_Write("",1) dec(size) next ...
by masbaldi
12 Jun 2011 16:27
Forum: mikroBasic PRO for PIC General
Topic: How can i delete a string in SD/MMC card?
Replies: 8
Views: 2319

How can i delete a string in SD/MMC card?

Good evening to to all! I have a big problem. I don't know how to delete a string of character from an SD card. For example, i have a TMP.TXT file with this string (all of them with the same length): aaaaaa bbbbbb cccccc and i would like to cancel the second row to obtain aaaaaa cccccc How can i do?...
by masbaldi
16 Nov 2010 20:30
Forum: mikroBasic PRO for PIC General
Topic: Help me with interrupt routine and LCD
Replies: 11
Views: 5330

Re: Help me with interrupt routine and LCD

Hello Ranko, thank you very much for your reply. I tried to use the program you have fixed, but the result is still the same. I know that delay should not be used in ISR but I use this instruction only for example. What can I do now? Could be there an interference between PORTB pins on the BIGPIC5 b...
by masbaldi
14 Nov 2010 20:50
Forum: mikroBasic PRO for PIC General
Topic: Help me with interrupt routine and LCD
Replies: 11
Views: 5330

Re: Help me with interrupt routine and LCD

Thank you for your reply. This is a big problem for this compiler. In fact, my institute wanted to buy the development system for the dsPIC, but at this point I do not know whether it is better to choose another compiler. However I hope you can try to solve my problem with interrupt on rb0 (not on U...
by masbaldi
11 Nov 2010 16:06
Forum: mikroBasic PRO for PIC General
Topic: Help me with interrupt routine and LCD
Replies: 11
Views: 5330

Re: Help me with interrupt routine and LCD

Thank you for your answers, but my problem is quiet different. I'd like to know if i can call a subprocedure from the interrupt procedure like this example: **********SUB ROUTINE*********** sub procedure accled cnt2=cnt2+1 Lcd_Init() Lcd_Cmd(_LCD_CLEAR) Lcd_Cmd(_LCD_CURSOR_OFF) Lcd_Out(1,1,"INTERRUP...
by masbaldi
10 Nov 2010 15:11
Forum: mikroBasic PRO for PIC General
Topic: Help me with interrupt routine and LCD
Replies: 11
Views: 5330

Re: Help me with interrupt routine and LCD

Also the example is for AVR not for PIC!

Thank you for your response!
by masbaldi
10 Nov 2010 15:06
Forum: mikroBasic PRO for PIC General
Topic: Help me with interrupt routine and LCD
Replies: 11
Views: 5330

Re: Help me with interrupt routine and LCD

Excuse me, but the link you are send me is for C or Pascal!
by masbaldi
07 Nov 2010 23:44
Forum: mikroBasic PRO for PIC General
Topic: Help me with interrupt routine and LCD
Replies: 11
Views: 5330

Help me with interrupt routine and LCD

Hi: I am a beginner in mikrobasic.I bought a BIGPIC5 board with pic 18F8722 from your site and i am learning .Well, i need use an external interrupt (RB0). My simple program is: program mikroint ' Variabili per LCD dim LCD_RS as sbit at RD2_bit dim LCD_EN as sbit at RD3_bit dim LCD_D4 as sbit at RD4...
by masbaldi
04 Nov 2009 12:28
Forum: mikroBasic PRO for PIC General
Topic: Help me with Bootloader!
Replies: 1
Views: 1484

Help me with Bootloader!

Good morning to all. I have a big problem. I have bought mikrobasic Pro 2009 but there are only two bootloader available. Where can i find bootloader for all type of PIC? Please help me!
Thank to all, Massimo!

Go to advanced search