• mod bus tcp support
    Is mod bus tcp is supported as standard library?
  • mod bus tcp support
    Is mod bus tcp is supported as standard library?
  • [Beginner] I would like to mod a GPM4 firmware
    I'd like to change many thing a embedded screen that runs on GPM4730 SoC http://www.generalplus.com/rmf/GPM4730AV01_ds.pdf Based on the datasheet, it's an ARM Cortext-M4. I have the original firmware...
  • [Beginner] I would like to mod a GPM4 firmware
    I'd like to change many thing a embedded screen that runs on GPM4730 SoC http://www.generalplus.com/rmf/GPM4730AV01_ds.pdf Based on the datasheet, it's an ARM Cortext-M4. I have the original firmware...
  • Problem with Shift-Operator
    Hi, I have a Problem with the Shift-Operator >> within my C-Code. I'm using PK166 V4.2 The following code should set the Variable n to 0. void main() { unsigned char n; unsigned char p; /...