Search found 320 matches

by rainer
24 Mar 2024 11:14
Forum: mikroPascal PRO for PIC General
Topic: Bitwise rotate left|right in mikropascal PRO for PIC ???
Replies: 3
Views: 130

Re: Bitwise rotate left|right in mikropascal PRO for PIC ???

Hi, Ivan. Thanks for the code, So the PIC controller indeed has no direct assembly command for rotating a byte in itself? I am a bit surprised. :) At the moment I wrote this functions code in Pascal: function RotL(b: byte; n: byte): byte; var Carry: byte; begin while n>0 do // Loop for <n> passes be...
by rainer
24 Mar 2024 09:47
Forum: mikroPascal PRO for PIC General
Topic: Bitwise rotate left|right in mikropascal PRO for PIC ???
Replies: 3
Views: 130

Bitwise rotate left|right in mikropascal PRO for PIC ???

Hello. I noticed right now that such basic function as Rotate left|right appears to be missing in mikroPascal PRO for PIC? Do I really have to code that by hands? I cannot believe that this is really the case, I possibly only searched for th wrong name. This is one of the instructions literally ever...
by rainer
28 Feb 2024 08:28
Forum: mikroPascal PRO for PIC General
Topic: Looking for urgent HELP WITH BOOTLOADER
Replies: 1
Views: 107

Looking for urgent HELP WITH BOOTLOADER

Hello. I am working on a huge project based on PIC17F67K40 MCU. I am writing a relatively complex firmware, using several replacement librariues and also CRTOS, a cooperative multitasking system. This allows me to do 20 things in parallel. What I need to implement is a bootloader for unattended self...
by rainer
17 Jan 2016 08:19
Forum: mikroPascal PRO for PIC General
Topic: MikroPascal PRO for PIC cannot originate PINGs.
Replies: 2
Views: 2271

Re: MikroPascal PRO for PIC cannot originate PINGs.

Hello, I only want to show everybody how "perfect" mE's support is working when crucial things are reported... Another month is over. I received absolutely nothing. ** No replacement for the internal Ethernet library ** No code for the userspace on how to originate a ping by myself I love it. First ...
by rainer
17 Jan 2016 08:09
Forum: mikroPascal PRO for PIC General
Topic: Warning about new version (6.6.2)
Replies: 2
Views: 2080

Re: Warning about new version (6.6.2)

hadv, you are too impatient. :roll: Since 6+ years I report that the internal Ethernet library misses a crucial function , SendPing(). Until today I ask again and again, if they implemented it in meantime, I also asked for a userspace program doing that in combination with the internal Ethernet libr...
by rainer
16 Jan 2016 21:00
Forum: mikroPascal PRO for PIC General
Topic: How to send ping
Replies: 6
Views: 3788

Re: How to send ping

Hi, Peter. I am really shocked about the ignorance from side of mE on this crucial request. I reported the missing "SendPing" by myself at least 5 years ago first time, and I repeated that again and again. For sure at least 10 times I asked if there is some progress, a temporary solution, or whateve...
by rainer
20 Dec 2015 11:29
Forum: mikroPascal PRO for PIC General
Topic: MikroPascal PRO for PIC cannot originate PINGs.
Replies: 2
Views: 2271

MikroPascal PRO for PIC cannot originate PINGs.

Since years (in fact since I bought mP v2.5) I use mikroPascal for my projects. At v2.5 times, mE was really quick with their support, and Zoran Ristic , a former employee of mE, was helping really well. It never needed more than 1-2 weeks to receive a solution for a reported problem. It is really s...
by rainer
20 Dec 2015 11:18
Forum: mikroPascal PRO for PIC Wish List
Topic: MikroPascal's internal Ethernet cannot ping !!
Replies: 0
Views: 3838

MikroPascal's internal Ethernet cannot ping !!

Since years (in fact since I bought mP v2.5) I use mikroPascal for my projects. At v2.5 times, mE was really quick with their support, and Zoran Ristic , a former employee of mE, was helping really well. It never needed more than 1-2 weeks to receive a solution for a reported problem. It is really s...
by rainer
08 Jan 2012 12:02
Forum: mikroPascal PRO for PIC General
Topic: Library and/or example for rotary encoder?
Replies: 4
Views: 2804

Re: Library and/or example for rotary encoder?

Thank you for your answer. The rotary encoder switches are connected to PORTA0 and PORTA1, the PCB does not allow much modifications here. So the only way is to poll them repeatedly and quick enough. I will try first a software-only debouncing. If this works, everything is fine. In worst case I will...
by rainer
08 Jan 2012 09:41
Forum: mikroPascal PRO for PIC General
Topic: Library and/or example for rotary encoder?
Replies: 4
Views: 2804

Re: Library and/or example for rotary encoder?

Hello, jpc! Thank you very much for your answer. I read it carefully, it doesn't seem to be very complicated to me. But debouncing is surely the most critical thing. I use an 18F2680 with internal RC-osc. Port B controls relays, Port C is used up to 3/4 with I2C and 1-wire, so I can only connect the...
by rainer
07 Jan 2012 21:21
Forum: mikroPascal PRO for PIC General
Topic: Library and/or example for rotary encoder?
Replies: 4
Views: 2804

Library and/or example for rotary encoder?

Hello, I want to use a rotary encoder with push-button function and 24 steps for one turn the first time. I am unsure if MikroPascal PRO has direct (embedded) support for that device or if I have to code that by myself. The rotary encoder has two normally open contacts (=0). When turning right, they...
by rainer
18 Jul 2010 16:56
Forum: mikroPascal PRO for PIC General
Topic: Has somebody got this LCD working? -- HLM8070
Replies: 1
Views: 1764

Has somebody got this LCD working? -- HLM8070

Hello, I got some LCD displays from Pollin for very low money. What I didn't recognize when I ordered, is the fact that this display seems to be not compatible with industry standard. The built in controller is a M50530 Controller . Here a link to it: http://www.pollin.de/shop/dt/MjE2OTc4OTk-/Bauele...
by rainer
11 Apr 2010 08:30
Forum: mikroPascal PRO for PIC General
Topic: Communications problem over UART with very fast PIC.
Replies: 1
Views: 2439

Communications problem over UART with very fast PIC.

Hello, I hope that somebody can help me with this issue. I use an 18F67J60 family microcontroller with external 25MHz XTAL, and I have to do both: Ethernet and Serial communication. During all my development I used UART1_Init(1200) to initialize the serial port. Because of that,I was forced to use a...
by rainer
28 Mar 2010 11:17
Forum: mikroPascal PRO for PIC General
Topic: Ethernet ping and data echoing through TCP/telnet ?
Replies: 8
Views: 3656

Re: Ethernet ping and data echoing through TCP/telnet ?

it is always very easy to blaim others, why even try if you expect no success? Another approach might be to question yourself : "What am i missing/doing wrong?" I have been there with Ethernet and found my mistake, ever since it works as it should. Please stop vomiting over the work others tryed to...
by rainer
28 Mar 2010 08:36
Forum: mikroPascal PRO for PIC General
Topic: Ethernet ping and data echoing through TCP/telnet ?
Replies: 8
Views: 3656

Re: Ethernet ping and data echoing through TCP/telnet ?

I gave it another try - as expected without any success. When I ping the PIC, I see its activity LED blinking in 1sec intervals (this are the received pings), but then the following happens: The LED on the switch side starts rapidly to flash, Even when I abort the ping program on the PC side, it con...

Go to advanced search