Search found 38 matches

by shreevs
11 Jan 2023 08:07
Forum: mikroC PRO for PIC General
Topic: Cannot Open MIKRO C IDE
Replies: 1
Views: 482

Cannot Open MIKRO C IDE

Hi. I am facing a problem that when I start the app 'mikroC Pro for PIC' it just freezes at the initial screen and gets stuck there. If now I click on it, there is a message that this program is not responding and I have to force close it. Initialy I thought that it was due to windows update as it s...
by shreevs
14 Apr 2020 08:56
Forum: mikroC PRO for PIC General
Topic: LCD not working with UART
Replies: 3
Views: 1348

Re: LCD not working with UART

Hi, If you saw my code, in the initialization routine (void (init)), I have mapped the RX and TX of USART to RA0 and RA1 (APFCON0 = 0XE4;). But I think for some reason, the built-in UART library does not accommodate this change and keeps on considering the RX and TX of USART module at the initial Po...
by shreevs
10 Apr 2020 11:12
Forum: mikroC PRO for PIC General
Topic: LCD not working with UART
Replies: 3
Views: 1348

LCD not working with UART

Hello, I was trying to write a code for transmitting characters 'A' to 'Z' from one PIC to another(both PIC16F1824) and at the same time display. Now I face a problem that as soon as I initialise the UART module using built-in library, the LCD starts behaving oddly displaying some odd characters at ...
by shreevs
28 Mar 2020 13:13
Forum: mikroC PRO for dsPIC30/33 and PIC24 Wish List
Topic: Support for dsPIC33CK128MP205
Replies: 1
Views: 2406

Support for dsPIC33CK128MP205

Hi, In the list of microcontrollers supported by mikroC, I did not find a controller shortlisted by me for my project. This controller is dsPIC33CK128MP205. Can you please tell me if this dsPIC is supported? If no, any workaround or timeline to get the above dsPIC included in the compiler list? Than...
by shreevs
16 Jan 2018 16:19
Forum: Visual TFT General
Topic: Library for SPFD5408 TFT Controller?
Replies: 1
Views: 1129

Library for SPFD5408 TFT Controller?

Hello, I am thinking of developing some project with TFT screen. The sources here in India offer 2.4" TFT at aroung INR. 500 - 600 (around $8-9). But most of them have SPFD5408 as TFT controller and checking the list of contollers supported by visual TFT, the SPFD5408 does not make it to the list. D...
by shreevs
25 Nov 2016 12:36
Forum: mikroC PRO for PIC General
Topic: UART Receive problem with MCP2200
Replies: 6
Views: 2291

Re: UART Receive problem with MCP2200

Hello paulfjujo, Thanks a zillion for your help, Now it is working! I am now coming on terms with usage of UART and how exactly it works (thanks to your detailed help with code!). Everything runs great, but I could not figure out when you said in your reply that 3) Test on index ixe ixe will progres...
by shreevs
25 Nov 2016 08:05
Forum: mikroC PRO for PIC General
Topic: UART Receive problem with MCP2200
Replies: 6
Views: 2291

Re: UART Receive problem with MCP2200

Thanks a lot, paulfjujo! I am going to try it right away and let you know the results. I must say though that I did not get exactly all of your suggestions (I blame it on me being amateur in PIC programming and honestly I am not very comfortable with this USB thing!). Nonetheless, I will try and giv...
by shreevs
23 Nov 2016 14:19
Forum: mikroC PRO for PIC General
Topic: UART Receive problem with MCP2200
Replies: 6
Views: 2291

Re: UART Receive problem with MCP2200

Hello paulfjujo, Thanks for your suggestion. It worked! Well here again I am having another problem. Now the data is received and displayed on the LCD (I send $$$$$$$$OK) and I receive $ eight times. But as you can see in the code attached, I send another string of 8 characters (all of them %) and t...
by shreevs
23 Nov 2016 07:42
Forum: mikroC PRO for PIC General
Topic: UART Receive problem with MCP2200
Replies: 6
Views: 2291

UART Receive problem with MCP2200

Hello, I am using MCP2200 connected to PIC18F2550 to communicate with the PC using built in tool (UART Terminal) to test send byte. But before I send in any data from the PC, my device already receives 2 bytes which are 0 or null characters. I am not sending them, but first 2 bytes are always 0's. C...
by shreevs
18 Apr 2016 06:34
Forum: mikroC PRO for PIC General
Topic: Which USB library should I use
Replies: 2
Views: 1098

Re: Which USB library should I use

Thanks a lot for you reply! I can understand about .net being out of scope for ME (its out of scope for me too :wink: ), but .net was not the issue as such, the real issue being how to output data from PIC Micro in XML format. Anyways, thanks a lot again!
Regards
Shree
by shreevs
14 Apr 2016 01:55
Forum: mikroC PRO for PIC General
Topic: Which USB library should I use
Replies: 2
Views: 1098

Which USB library should I use

Hello Everyone, I am doing a project in which there are few sensors like LDR and IR (Proxyimity Switch) used. The controller I am using is PIC18F2550. Also there is a RTC (DS1308) interfaced to the PIC Micro. All I want to do is take the data from sensors, attach a time stamp to this data. e.g. the ...
by shreevs
16 Jul 2015 09:17
Forum: mikroC PRO for PIC General
Topic: Programming without programmer?
Replies: 4
Views: 2021

Re: Programming without programmer?

Thanks for your replies guys! Yes trevor I have seen that feature on PICKIT2, but was not sure it did this same thing. However I was interested in making something myself. Is it too much for me to do? I did wanted to know how the hex code is burnt in the chip. I mean whats the way? Is it like clocki...
by shreevs
14 Jul 2015 09:11
Forum: mikroC PRO for PIC General
Topic: Programming without programmer?
Replies: 4
Views: 2021

Programming without programmer?

Hello everybody, I am doing a small project using 16F1936. The project is working and the device is installed on field. But the customer suggests certain modifications which are sometimes very minor. But nonetheless I have to uninstall the device from that place bring it to my place, reprogram it an...
by shreevs
03 Jul 2014 07:47
Forum: mikroC PRO for PIC General
Topic: LCD Library Not Working With PIC16F1936
Replies: 3
Views: 1668

Re: LCD Library Not Working With PIC16F1936

Problem Solved! The thing is that PIC16F1936 wont work with easypic6. The example I posted was working with easypic6 and 16F886. Upon looking keenly, I found that I had made a mistake in LCD connections in my PCB where 19F1936 was connected. The VEE pin (contrast adj) of LCD was connected to +5v thr...
by shreevs
01 Jul 2014 13:02
Forum: mikroC PRO for PIC General
Topic: LCD Library Not Working With PIC16F1936
Replies: 3
Views: 1668

LCD Library Not Working With PIC16F1936

Hello, I was trying to use LCD library with PIC16F1936 but it did not work. The same code I tried with 16F886 and it worked! I dont know what am I doing wrong. Is there something more that should be added to the code in order to make it compatible with 16F1936? Can somebody please point out my mista...

Go to advanced search