Search found 437 matches

by MAN
20 Jun 2021 19:18
Forum: mikroBasic PRO for PIC General
Topic: Sleep and UART interrupt problem
Replies: 1
Views: 913

Re: Sleep and UART interrupt problem

some characters lost when chip is in sleep mode and sim868 send some data to PIC. I have seen the datasheet and found out that "AUTO-WAKE-UP ON BREAK" but I don't know how to use it properly. Only a idea, if you don't is using the external interrupt(INT pin), maybe it be would help you to wake up t...
by MAN
13 Jun 2021 15:44
Forum: mikroBasic PRO for PIC General
Topic: PIC18F47K40 Problem
Replies: 5
Views: 1039

Re: PIC18F47K40 Problem

@hexreader

thanks for pointing to the datasheet session, as I said I wasn't sure but it's still good practice to clear this reg when using digital PORT R/W.


Regards;
by MAN
13 Jun 2021 13:10
Forum: mikroBasic PRO for PIC General
Topic: PIC18F47K40 Problem
Replies: 5
Views: 1039

Re: PIC18F47K40 Problem

Hello, I'm not sure but the PORTA on this chip is all pins analog on reset.
Try to initialize the ANSELA REG to zero and use a delay for the loop.

Regards,
by MAN
07 Jun 2021 15:40
Forum: mikroBasic PRO for PIC General
Topic: Issue with new versions
Replies: 2
Views: 583

Re: Issue with new versions

Hi thanks, I've both, registration key and the old mikroBasic_pro_reg.exe. the last used version before the new was mB-6.0.0 on 32 bit machine and OS. After i changed machine and OS I requested a new key to unlock the version mB 7.6.0. Yes, i'm run the the compiler mB 7.6.0 as admim. The old v6.0.0 ...
by MAN
04 Jun 2021 21:29
Forum: mikroBasic PRO for PIC General
Topic: Solving previous post
Replies: 1
Views: 517

Solving previous post

hello ME's, for now the worst problem I managed to solve, I made a comparison between the list codes generated by the two versions in question, that is, the last version I used to compile the mB 6.0.0 firmware and the latest version mB 7.6.0 i'm using. I found that the code involving the USB HID had...
by MAN
04 Jun 2021 13:02
Forum: mikroBasic PRO for PIC General
Topic: Issue with new versions
Replies: 2
Views: 583

Issue with new versions

Hi to all, I tested my work with new compilers after mB v6.0.0. From mB-v6.6.3 up to v7.6.0 all give the same issue (the hardware do not work with hex made by new versions above mB 6.0.0). The final HEX file is very different from v6.0.0 about 2K less without any modification. I tryed to mB otimizat...
by MAN
24 Mar 2017 13:34
Forum: mikroBasic PRO for PIC General
Topic: Project Level Defines on MB7.0.1
Replies: 9
Views: 4028

Re: Project Level Defines on MB7.0.1

Hi Dusan some issues still persist in the MB-V7.1 the new version now only creates a new file with '.h' extention when we choose to 'Menu->File->Save As ' different from '.mbas'. By other hand, now it seem to work correctly if we create a file '.pld' in a custom file editor and added to the project....
by MAN
06 Mar 2017 13:51
Forum: mikroBasic PRO for PIC General
Topic: Project Level Defines on MB7.0.1
Replies: 9
Views: 4028

Re: Project Level Defines on MB7.0.1

Hi dusan, i received your e-mail response but is exactelly it that do not happen, the MB7.0.1 do not save files with .pld extention. If we has one in use, others modules don't recognizes it. So you need to use a MikroBasic 7.0.1 to test it. You used MikroC 4 for ARM for test and may be that version ...
by MAN
03 Mar 2017 13:50
Forum: mikroBasic PRO for PIC General
Topic: Project Level Defines on MB7.0.1
Replies: 9
Views: 4028

Re: Project Level Defines on MB7.0.1

Ok dusan, if that help you. I've opened the ticket like follow: 1-)the .pld file it is not seen by compiler when added to the project if the (Always build all files in project ) checkBox is not checked ('but help file says that .mbas, .mcl, .pld, .asm and .lst is default compiler extension'). If che...
by MAN
02 Mar 2017 18:39
Forum: mikroBasic PRO for PIC General
Topic: Project Level Defines on MB7.0.1
Replies: 9
Views: 4028

Re: Project Level Defines on MB7.0.1

Thanks Duzan,
but why i need to open a ticket the problem is with compiler not with the program. Certainlly all users can will get this behavior.
I'm inform it only.
by MAN
01 Mar 2017 23:45
Forum: mikroBasic PRO for PIC General
Topic: Project Level Defines on MB7.0.1
Replies: 9
Views: 4028

Project Level Defines on MB7.0.1

Hi, Sirs, thank's by attention I received my licence code for new verssions. After instaled the new version V7.0.1 i discovered that my program was compiled sucessfully but not worked. This same program compiled with MB 6.00 work very well , for my surprise i see that the .pld file that i've use for...
by MAN
06 Jul 2016 02:42
Forum: mikroC PRO for PIC General
Topic: One Wire Keyboard ADC help
Replies: 6
Views: 2656

Re: One Wire Keyboard ADC help

why you don't using a periodic interrupt to read the ad's.
by MAN
07 Jan 2013 19:38
Forum: mikroBasic PRO for PIC General
Topic: 8 DS1820 on the network and wifi web page
Replies: 8
Views: 3394

Re: 8 DS1820 on the network and wifi web page

Hi ronin;
I will post my code but after i finish.
Do you think if it is worth it to LIBSTOCK page?
Good..
yes it will be very useful. If possible, post a screen shot of the browser to us when it is ok.
by MAN
31 Dec 2012 20:55
Forum: mikroBasic PRO for PIC General
Topic: 8 DS1820 on the network and wifi web page
Replies: 8
Views: 3394

Re: 8 DS1820 on the network and wifi web page

Hi rinin; looking better your implementation i see no good idea we scan the devices inner a server. So, i've downloaded the original WiFi example to try understand better and try to help you. Now how i don't have how to test it i've made a implementation without test . Now, one time you has the hard...
by MAN
27 Dec 2012 12:25
Forum: mikroBasic PRO for PIC General
Topic: 8 DS1820 on the network and wifi web page
Replies: 8
Views: 3394

Re: 1820 network wifi

Hi;

In a fast look at your code i can see that you are using ISR.
The 1-wire is bit timed so, during the R/W operations it can't be stoped.
I suggest that you use the GIE bit to turn off the ISR before a read/write
operations and reenable it at the end of task if it can be made.

Go to advanced search