Search found 21 matches

by wb9ixs
11 Dec 2018 14:11
Forum: mikroProg™ programmer and debugger
Topic: Window Sizing Problem - Win 7
Replies: 5
Views: 2963

Re: Window Sizing Problem - Win 7

I have the same issue. I installed ver 2.80 still no better. Using windows 7
What is the work around ?

Thanks
JIm
by wb9ixs
08 Apr 2018 21:08
Forum: mikroC PRO for PIC General
Topic: License Dongle worn out
Replies: 1
Views: 932

License Dongle worn out

My License dongle is about 3 years old now and after moving it from computer to computer something has happened to it. Sometimes I get the unregistered message and sometimes it is OK. If I press on the dongle then I will get the unit to read and all is OK. At first I thought it was computer based bu...
by wb9ixs
06 Feb 2018 00:40
Forum: Development Boards
Topic: Serial Ethernet Board MIKROE-124
Replies: 5
Views: 1648

Re: Serial Ethernet Board MIKROE-124

Flip, I have the ENC2860_Demo program working. Thanks for the help. I am running the program on my home network and everything does what it supposed to do. So then I thought I would see if one of my friends could also see it.So I went into my router and did port forwarding. Then I went to google and...
by wb9ixs
02 Feb 2018 17:17
Forum: Development Boards
Topic: Serial Ethernet Board MIKROE-124
Replies: 5
Views: 1648

Re: Serial Ethernet Board MIKROE-124

Thank You Flip
I will connect everything and see where it takes me. If I have more questions is okay to ask for your help again?
Jim
by wb9ixs
30 Jan 2018 22:00
Forum: Development Boards
Topic: Serial Ethernet Board MIKROE-124
Replies: 5
Views: 1648

Serial Ethernet Board MIKROE-124

Hello, I have a Ham Radio project in mind but first I need to learn how to read the IP data from my radio on the Ethernet port. So to that end I purchased the Serial Ethernet Board MIKROE-124. I DO NOT own a Development board but I do own many proto boards and in the past I usually just breadboard a...
by wb9ixs
11 May 2016 17:05
Forum: mikroProg™ programmer and debugger
Topic: Lost my normal startup window
Replies: 3
Views: 5073

Lost my normal startup window

Not sure what caused this to happen but now this is the only way my programmer will open. I am running windows 7 32 bit. It was operating great for weeks. I uninstalled it including the drivers. Reinstalled thieving no change. Can not get the reset of the items to display.

Thanks
Jim
by wb9ixs
04 May 2016 02:42
Forum: mikroC PRO for PIC General
Topic: General question about using serial port UART
Replies: 3
Views: 1481

Re: General question about using serial port UART

Thanks Sparky1039 I think your comments about the grounding is my problem. My breadboard is overloaded so the whole power supply situation is poor. I have the circuit working as well as the software so I am going to build it on a circuit board but wasn't sure if I should add an chip in the UART side...
by wb9ixs
02 May 2016 14:11
Forum: mikroC PRO for PIC General
Topic: General question about using serial port UART
Replies: 3
Views: 1481

General question about using serial port UART

Hello, I apologize if this is not in the correct place. I am building a project with a color TFT. I am using a 18F46K22 for the main controller and a have a separate board, that I also build, that uses a 16F886. I am using two serial ports on the 18F46K22 one at 19200 baud and one at 9600 baud The 1...
by wb9ixs
21 Mar 2016 23:39
Forum: mikroC PRO for PIC General
Topic: 18F46K22 UART PROBLEM
Replies: 4
Views: 1900

Re: 18F46K22 UART PROBLEM

Good job !!
I will say that when I looked at the datasheet and saw over 500 pages I knew was in trouble. Thanks again.

OH... that is why the analog wasn't working I needed to do the same for PORTA using the ANSEL command.

Jim
by wb9ixs
21 Mar 2016 13:36
Forum: mikroC PRO for PIC General
Topic: 18F46K22 UART PROBLEM
Replies: 4
Views: 1900

Re: 18F46K22 UART PROBLEM

Thank you paulfjujo Now the UART reads and writes. But why ??? I thought I read the data sheet very closely but I missed something. Does it have to do with the ANSELC=0;? I also have a problem with my analog using this new chip so I better study that area again. Probably going to be the same thing. ...
by wb9ixs
21 Mar 2016 00:32
Forum: mikroC PRO for PIC General
Topic: 18F46K22 UART PROBLEM
Replies: 4
Views: 1900

18F46K22 UART PROBLEM

I upgraded to a 18F46K22 from a 18F4550 because I needed more memory. Unfortunately they are not directly interchangeable. All the I/O works the same but the RS232 does not. So I did some experiments. I loaded the example UART from the library. This is the program: char uart_rd; void main() { ANSEL ...
by wb9ixs
16 Nov 2015 04:03
Forum: mikroC PRO for PIC General
Topic: Can not use the POW command
Replies: 2
Views: 1128

Can not use the POW command

No matter how I try to use this command I get a complied error that states
DEMO LIMIT message #434. I tried to use the example in the help topics and still no luck.
I am to believe that I have to buy a full version before I use the POW library ???

Thanks
Jim
by wb9ixs
10 May 2014 15:29
Forum: mikroC PRO for PIC General
Topic: LCD Back pack with I2C and 16f886 rev1
Replies: 1
Views: 1408

LCD Back pack with I2C and 16f886 rev1

I figured by now someone out there would have tried to interface with a I2C controlled LCD 2X16 display. I have continued to work with the unit I have and have made some progress but not very effectively. If anyone has some experience with this application I would like to meet you. Hello, I have bee...
by wb9ixs
25 Mar 2014 16:32
Forum: mikroC PRO for PIC General
Topic: Can I use two timers at the same time?
Replies: 2
Views: 1045

Can I use two timers at the same time?

I am using a 16F886 for this project. I want to use timer0 as a counter and use either timer1 or timer2 as a accurate timer source. My goal is to count pulses on timer0 for a specific time then stop counting and get the counts. If I do this "stop and read" at very accurate time intervals I should be...
by wb9ixs
19 Mar 2014 04:08
Forum: mikroC PRO for PIC General
Topic: Is it possible to display SRF values on LCD ?
Replies: 4
Views: 1290

Re: Is it possible to display SRF values on LCD ?

What is displayed on LCD are characters, so you need to convert the value in my_var to a string representing it, either in decimal or hex representation. You may use conversion routines from Conversions library, like ByteToStr or ByteToHex and display the resulting string. For example char txt[4]; ...

Go to advanced search