Search found 1697 matches

by Aleksandar.Mitrovic
06 Jan 2017 16:19
Forum: mikroC PRO for PIC General
Topic: ver.7
Replies: 8
Views: 3106

Re: ver.7

Hi Umemura,

Can you please just explain which problem do you have exactly?
"Not working correctly" is not very precise description.

Timer is not working, FAT32 stuck in Init, and stuff like that..

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
06 Jan 2017 16:11
Forum: mikroBasic PRO for PIC32 General
Topic: Ethernet library & TCP Client
Replies: 12
Views: 9711

Re: Ethernet library & TCP Client

Hi Phil,

Unfortunately, requests like this are out of our support reach.
Like I mentioned, this is forwarded to the developers and example will be available as soon as possible.

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
06 Jan 2017 13:45
Forum: mikroBasic PRO for PIC32 General
Topic: Programming HEX file with PICKIT3 fails
Replies: 5
Views: 4525

Re: Programming HEX file with PICKIT3 fails

Hi Chuch,

If you want to program directly from the mikroBasic to the PICKit3 you should do that by adding new programmer to the compiler.

For that you should use the command line of PICKit 3 and make new "Tool".

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
06 Jan 2017 13:40
Forum: Development Boards
Topic: 3G Click -- Not receiveing SMS?!
Replies: 11
Views: 4833

Re: 3G Click -- Not receiveing SMS?!

Hi Tom,

I'm glad that your hardware is working.

Yes you can use VSYS PIN for that.

Regards,
Aleksandar
by Aleksandar.Mitrovic
06 Jan 2017 13:32
Forum: mikroProg™ programmer and debugger
Topic: MikroProg Suite overwriting USER ID section
Replies: 3
Views: 5287

Re: MikroProg Suite overwriting USER ID section

Dear Lance,

I will try to get some information from our developers regarding that in Monday.

Deeply apologize for waiting this long.

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
06 Jan 2017 11:31
Forum: mikroC PRO for PIC32 General
Topic: PIC32MX using both serial ports UART1 and UART2
Replies: 3
Views: 4347

Re: PIC32MX using both serial ports UART1 and UART2

Hi, If you set in the Edit Project bits for PPS correctly you can try it like this: Unlock_IOLOCK(); PPS_Mapping(_RPB3, _OUTPUT, _U1TX); PPS_Mapping(_RPB2, _INPUT, _U1RX); PPS_Mapping(_RPB10, _OUTPUT, _U2TX); PPS_Mapping(_RPB11, _INPUT, _U2RX); Lock_IOLOCK(); TRISB.F3 = 0; TRISB.F2 = 1; TRISB.F10=0;...
by Aleksandar.Mitrovic
05 Jan 2017 17:49
Forum: mikroBasic PRO for PIC32 General
Topic: Ethernet library & TCP Client
Replies: 12
Views: 9711

Re: Ethernet library & TCP Client

Hi,

I have forward your request to the developers.

I can not give you any precise date regarding time when this examples will be available.

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
05 Jan 2017 10:06
Forum: mikroC PRO for ARM General
Topic: TM4C123G LaunchPad programming
Replies: 1
Views: 2127

Re: TM4C123G LaunchPad programming

Hi, At this moment we do not have board like yours to test it, therefore we are not able to confirm you if this is possible or not. Unfortunately some users receive the same error on Connected Launchpad (TM4C129ENCPDT). We will try to find out what is making this error as soon as possible. Kind rega...
by Aleksandar.Mitrovic
05 Jan 2017 09:27
Forum: mikroBasic PRO for PIC32 General
Topic: Programming HEX file with PICKIT3 fails
Replies: 5
Views: 4525

Re: Programming HEX file with PICKIT3 fails

Hi Chuck,

I would like to test that.

If you have some project which I can use to program and compare with mikroProg and ICD programmer that would be great.
Please attach it here.

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
05 Jan 2017 09:22
Forum: Development Boards
Topic: 3G Click -- Not receiveing SMS?!
Replies: 11
Views: 4833

Re: 3G Click -- Not receiveing SMS?!

Hi Tom,

Did you try to use some additional power on the Clicker board?
Like Battery.
You can send me your project and I will test it on my board.

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
04 Jan 2017 11:04
Forum: Development Boards
Topic: 3G click quectel UG95 AT commands
Replies: 1
Views: 1514

Re: 3G click quectel UG95 AT commands

Hi,

I believe that i already answered you here:
http://forum.mikroe.com/viewtopic.php?f=12&t=69193

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
04 Jan 2017 11:03
Forum: Development Boards
Topic: EasyPIC 7 onboard MikroProg and external MikroProg
Replies: 3
Views: 2694

Re: EasyPIC 7 onboard MikroProg and external MikroProg

Hi, Yes that is something that you should be able to do. Use connector RJ12 on the board, there you have programming lines which you can use to connect to other board. http://download.mikroe.com/documents/full-featured-boards/easy/easypic-v7/easypic-v7-manual-v104c.pdf This is something that we do n...
by Aleksandar.Mitrovic
04 Jan 2017 10:55
Forum: Development Boards
Topic: 3G click quectel UG95 AT commands
Replies: 1
Views: 1633

Re: 3G click quectel UG95 AT commands

Hi,

Can you please send me a picture of the 3G click and how did you wire it?

When UG95 stop respond to AT commands?

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
04 Jan 2017 10:52
Forum: mikroC PRO for PIC General
Topic: ver.7
Replies: 8
Views: 3106

Re: ver.7

Hi,

You have manage to compile and run it successively with the compiler version number 6.6.x?

I would like to test your code on my hardware.
Would you be so kind to attach whole project here?

Kind regards,
Aleksandar
by Aleksandar.Mitrovic
04 Jan 2017 10:46
Forum: mikroC PRO for PIC32 General
Topic: PIC32MX using both serial ports UART1 and UART2
Replies: 3
Views: 4347

Re: PIC32MX using both serial ports UART1 and UART2

Hi,

Did you try to use UART_Set_Active?

Kind regards,
Aleksandar

Go to advanced search