Search found 48 matches

by puffeltje
24 May 2021 15:52
Forum: mikroBasic PRO for PIC General
Topic: bytetostr not working?
Replies: 2
Views: 893

Re: bytetostr not working?

Thanks, i didn't see that mistake. Now it is working.
by puffeltje
23 May 2021 21:10
Forum: mikroBasic PRO for PIC General
Topic: bytetostr not working?
Replies: 2
Views: 893

bytetostr not working?

When i use this code in the debugger i see the value apearing in the string TXT. main: ' Main program dim t as word[3] dim txt as string[5] t[1]= 123 wordtostr(t[1],txt) When i try to do the same thing with a byte TXT won't be filled in the debugger main: ' Main program dim t as byte[3] dim txt as s...
by puffeltje
07 Jun 2020 21:21
Forum: Development Boards
Topic: old development board
Replies: 5
Views: 1896

Re: old development board

I found the old drivers and PicFlashProgrammer. i tried them with windows 7 and it works !!! (see screendump) Now i can programm my EasyPIC6 and EasyPIC7 from Windows 10, and my EasyPIC2 from Windows 7 (Oracle Virtualbox on windows 10). As long as this combination is working i can use my EasyPIC2 at...
by puffeltje
03 Jun 2020 14:58
Forum: Development Boards
Topic: old development board
Replies: 5
Views: 1896

Re: old development board

Yes, it's an old board. :)

Does somebody have the programs to support this board at an old windows version?

On the other hand i can always use my pickit2 to programm this board.
by puffeltje
01 Jun 2020 18:31
Forum: Development Boards
Topic: old development board
Replies: 5
Views: 1896

Re: old development board

i don't know wich version it is. the sticker on the back shows 2004-07. Windows reports the device as 'USB PIC Programmer V5.0' I took a photo of the board (see attachments) I tried to install the drivers but with no succes. i done the next steps: removed old version with 'your uninstaller' enabled ...
by puffeltje
28 May 2020 22:57
Forum: Development Boards
Topic: old development board
Replies: 5
Views: 1896

old development board

I have a very old easypic development board from 2004. i installed mikrobasic (and all drivers) for pic on win10pro but the board doesn't apear under the USB menu in mikroprog suite.
by puffeltje
14 Apr 2018 09:41
Forum: mikroBasic PRO for PIC General
Topic: annoying error in IDE
Replies: 8
Views: 5238

Re: annoying error in IDE

maybe i gonne write my own IDE.
by puffeltje
15 Sep 2017 17:06
Forum: mikroBasic PRO for PIC General
Topic: measure pulse without using timers
Replies: 2
Views: 1777

Re: measure pulse without using timers

thanks for pointing me in the right/some direction. I'll try to perfect this code: when the 'delay_ms(1)' command is executed the pulse can switch from high to low and back to high, without detection.
by puffeltje
13 Sep 2017 20:15
Forum: mikroBasic PRO for PIC General
Topic: measure pulse without using timers
Replies: 2
Views: 1777

measure pulse without using timers

in my interruptroutine i want to look if the interruptpulse is greater than 3 milliseconds. If so, the interrupt is legal and must be executed. If not, the interrupt is not legal and must be stopped. At the moment i use a 18F45k22 but i want to make a library wich is processor independant as much as...
by puffeltje
03 Sep 2017 19:08
Forum: Visual TFT General
Topic: Visual TFT 2.3 examples don't work
Replies: 17
Views: 11277

Re: Visual TFT 2.3 examples don't work

i'm working with MikroBASIC for PIC and in this case 'caption_width' must be replaced with 'caption_length'
by puffeltje
01 Sep 2017 21:34
Forum: mikroBasic PRO for PIC General
Topic: 18F45K22 SPI max speed ?
Replies: 1
Views: 1409

18F45K22 SPI max speed ?

I am working with a TFT-screen with SPI interface. For the oscilator i am using the internal oscilator. It works great with 1, 2, 4 and 8 MHz, but not with 16MHz. I also tried external oscilators. 8MHz working fine, 20MHZ isn't working. What is the max speed the SPI interface? i know that the slave ...
by puffeltje
29 Aug 2017 12:39
Forum: Visual TFT Wish List
Topic: SPI support for ILI9341
Replies: 55
Views: 46185

Re: SPI support for ILI9341

But I am here to help on this and once I write examples for all compilers everybody has solution. Just say what compiler/chip you are using and I try to help :) Hi, Pascal and C are not my thing. Can you write an example in Basic for 18F45K22 ? If i get that working i hopefully can convert it for o...
by puffeltje
24 Aug 2017 10:26
Forum: mikroBasic PRO for PIC General
Topic: annoying error in IDE
Replies: 8
Views: 5238

Re: annoying error in IDE

i experimented a bit and i think the problem is with 'Tabs to spaces'. if i checked this option it is all working good. after unchecking the problem is back.

(i didn't experiment with other option combinations)
by puffeltje
24 Aug 2017 10:20
Forum: mikroBasic PRO for PIC General
Topic: annoying error in IDE
Replies: 8
Views: 5238

Re: annoying error in IDE

Darko, i am working with mikroBasic Pro V7.1.0 My windowsversion is windows 10 Home 64-bit i installed Mikrobasic fresh on a new laptop. with the standard options it is working as it is suppose to do. But when i changed the options to the above settings (see first post) i get the same wrong working....
by puffeltje
16 Aug 2017 19:57
Forum: mikroBasic PRO for PIC Wish List
Topic: USART terminal in debugger
Replies: 5
Views: 3556

Re: USART terminal in debugger

Darko, The development system i am using is 'EasyPIC V7'. I use the PIC18F45K22. I am writing a library for the Nextion displays ( https://nextion.itead.cc ). These are displays wich are connected by RS232. From the display i connect the Tx and Rx wires straight to RC6 and RC7 of the PIC. I can now ...

Go to advanced search