Search found 4 matches

by faeton
17 Apr 2024 10:53
Forum: CODEGRIP programmer and debugger
Topic: Older version of CodeGrip
Replies: 4
Views: 373

Re: Older version of CodeGrip

Version 1.7.0 turned out to be clumsy. Unfortunately, MokroE does not want to delete this faulty version and revert to the previous one. I will add to the order of returning to the previous version: Necessarily disconnect Internet while reinstall CodeGrip suite, else installer download and install 1...
by faeton
02 Apr 2024 14:55
Forum: Libstock Discussion
Topic: Modbus RTU Master code needed
Replies: 1
Views: 1199

Re: Modbus RTU Master code needed

I would not advise you to use libraries - they are very clumsy most of the time.
Modbus is a simple protocol, especially the Master: you need to send 1 or 2 types of request and read a response.
by faeton
02 Apr 2024 14:48
Forum: CODEGRIP programmer and debugger
Topic: Codegrip 1.7.0 will not verify
Replies: 12
Views: 476

Re: Codegrip 1.7.0 will not verify

Most likely, the check fails because the compiler does not erase the old firmware, and does not program the new one. Try to erase the firmware in CodeGrip window manually first, and then write a new one form compiler. At the same time, in CodeGrip window all works fine and using the Chinese programm...
by faeton
03 Mar 2024 12:06
Forum: mikroPascal PRO for ARM General
Topic: Packer record
Replies: 0
Views: 555

Packer record

Hello everybody! Does anyone know secret: how to create a packed record without 32-bit fields alignment in mikroPascal for ARM? I'm creating: type tCFG = record f1: word; f2: dword; end; tCFGModbusArray = array[1..SizeOf(tCFG) div 2] of word; var CFG: tCFG; CFGModbusArray: tCFGModbusArray at CFG; Of...

Go to advanced search