Search found 3854 matches

by Dany
25 Nov 2023 16:23
Forum: mikroPascal PRO for PIC General
Topic: PPS constants wrong for P18F67K40
Replies: 0
Views: 213

PPS constants wrong for P18F67K40

Hi, When using PPS_Mapping(RPPin, _output, _function) there is a problem with the PPS library for the PIC18F67K40: According to the mChip datasheet the values of the _CCP1.._CCP5 functions are wrong in the mE library. Instead of functionvalues 5..9 the values $12..$16 are used. So there is a problem...
by Dany
25 Nov 2023 16:04
Forum: mikroPascal PRO for PIC General
Topic: Uart problems with P18F67K40
Replies: 1
Views: 202

Uart problems with P18F67K40

Hi, when using more than 1 Uart it seems that data to send always goes to the last initialised one, even when using e.g. Uart1_Write_text (should send to Uart1). The reason is the following (example given for Uart1): The high level routine 'Uart1_Write_Text' calls 'Uart_write_text', which always sen...
by Dany
21 Aug 2023 19:42
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: PIC related Website
Replies: 67
Views: 37663

Re: PIC related Website

Unfortunately I had to give up my website, but the code that was there should also be available in Libstock.
See you.
by Dany
21 Aug 2023 19:39
Forum: mikroPascal PRO for PIC General
Topic: PIC related website
Replies: 730
Views: 426822

Re: PIC related website

Unfortunately I had to give up my website.
All code and examples should also be available in Libstock (I will check this to be true). Hasta la vista.
by Dany
21 Aug 2023 19:22
Forum: Website & Forums General Discussion
Topic: Problem with logging in under my original account
Replies: 10
Views: 1769

Re: Problem with logging in under my original account

marko wrote:
21 Aug 2023 07:17
Hi Dany,

The newly created account (dany.rosseel@edpnet.be) has been deleted as requested.
Your welcome, we are here to help.

Sincerely,
Marko Jovanovic
Thanks very much! :D
by Dany
20 Aug 2023 15:12
Forum: Website & Forums General Discussion
Topic: Problem with logging in under my original account
Replies: 10
Views: 1769

Re: Problem with logging in under my original account

Hi Dany, Account on forum is linked via email on passport. Forum original account: username: Dany email: dany.ross@edpnet.be But you logged in with this email: email: dany.rosseel@edpnet.be And so passport created new account for him. To fix this problem please let us know which email do you want t...
by Dany
23 May 2023 15:50
Forum: mikroBasic PRO for PIC General
Topic: Uart1 and Uart2 problems
Replies: 7
Views: 876

Re: Uart1 and Uart2 problems

Glad you could solve it. I do wonder if the UART_Set_Active instruction is needed at all with fixed (as in non-remappable) Uarts. Is it neccessary or just advisable? No, it is not needed: UART_Set_Active(@UART1_Read, @UART1_Write, @UART1_Data_Ready, @UART1_Tx_Idle) UART_write(inch) is exactly the sa...
by Dany
22 May 2023 17:00
Forum: mikroBasic PRO for PIC General
Topic: Uart1 and Uart2 problems
Replies: 7
Views: 876

Re: Uart1 and Uart2 problems

Hi Dangerous, What I have noticed in the .list file is that L_UART2_Write16 checks the TXSTA2 bit 1 whilst L__UART1_Write14 checks TXSTA bit 1, not specifically TXSTA1, 1 Is this relevant? According to the definition file TXSTA and TXSTA1 are thye same register, so it seems ok. TXSTA : byte; absolut...
by Dany
18 May 2023 18:38
Forum: mikroBasic PRO for PIC General
Topic: Uart1 and Uart2 problems
Replies: 7
Views: 876

Re: Uart1 and Uart2 problems

Hi, UART_Set_Active ( @UART1_Read , @UART1_Write, @UART1_Data_Ready, @UART1_Tx_Idle) UART1_Write_Text("Ready 1") UART1_Write(13) ' Line Feed UART1_Write(10) ' Carriage Return UART_Set_Active ( @UART2_Read , @UART2_Write, @UART2_Data_Ready, @UART2_Tx_Idle) 'without this, always writes to UART1 UART2_...
by Dany
28 Apr 2023 18:51
Forum: Development Boards
Topic: HTTP client with WIFI plus click [Solved]
Replies: 4
Views: 935

Re: HTTP client with WIFI plus click

Hi, I did find my (stupid) error. Thanks to everone who did ahve a look into my problem! var response, i : byte; [b]dat[/b], TxBuffer :[b] string[255][/b]; numOfReceiveBytes : word; numOfSentBytes : word; Str: string[10]; ConnectResponse: byte; begin numOfReceiveBytes := 0; response := Net_Wireless_...
by Dany
24 Apr 2023 15:30
Forum: Development Boards
Topic: HTTP client with WIFI plus click [Solved]
Replies: 4
Views: 935

Re: HTTP client with WIFI plus

In the mean time I succeeded in getting an 'OK' answer from the server. My GET request was totally inadequate. I have the following request now: const Initrequest = 'GET / HTTP/1.1' + #13 + #10 + 'Host: 192.168.123.254'+ #13 + #10 + 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Ge...
by Dany
22 Apr 2023 19:44
Forum: Development Boards
Topic: HTTP client with WIFI plus click [Solved]
Replies: 4
Views: 935

Re: HTTP client with WIFI plus

Added some more details.
by Dany
21 Apr 2023 13:39
Forum: Development Boards
Topic: HTTP client with WIFI plus click [Solved]
Replies: 4
Views: 935

HTTP client with WIFI plus click [Solved]

Hi, [ Problem solved, see the last post in this thread ] Does anyone have an example how to retrieve a webpage from a regular HTTP server with the GET HTTP/1.1 request with the WIFI Plus module? I do succeed in everything (including making a TCP connection to the HTTP server but I get an "Bad reques...
by Dany
22 Nov 2022 18:24
Forum: mikroPascal PRO for PIC32 Beta Testing
Topic: A lot of values wrong in the "Defs" files?
Replies: 8
Views: 3151

Re: A lot of values wrong in the "Defs" files?

filip wrote:
18 Nov 2022 10:40
Hi,

I'm afraid there aren't updates for this I'm afraid.

Regards,
Filip.
Hi Philip, are the PRO compilers still supported?

Go to advanced search