User Activity

  • Posted a comment on discussion General Discussion on Mobile Atlas Creator

    I would like to add a WMTS source that requires a username and password. Using the browser, I am able to access the tiles. But in MOBAC I just get "401 unauthorized". How do I specify a username and password for a WMTS server that requires this?

  • Created ticket #7 on Open Programmer

    Add documentation for firmware commands

  • Posted a comment on ticket #13 on Open Programmer

    I have fixed this by enforcing an even code size in FileIO for P18 devices, plus have incorporated various other fixes to support the Q84 types, specifically the 18F26Q84 that I have. This includes adding a new 'type 2' device (Q84) with more config words, and changing the hard-coded number of config words to CONFIGlen. While working with the code, I have changed tabs with spaces and re-formatted some code because I found it very hard to read. Therefore, I unfortunately cannot provide a reasonable...

  • Posted a comment on ticket #13 on Open Programmer

    Hmm, this seems complicated. 'size' seems to be set in 'FileIO' and the buffer allocated there... Not sure where this adjustment is best made. And maybe this problem also occurs with other devices so that it should be solved somewhere 'globally' ? Any advice from the code owner?

  • Modified a comment on ticket #13 on Open Programmer

    The problem is that for an uneven value of dim, the end check condition is missed because i increments in steps of 2 and the final packet is not written. A solution may be to grow the buffer when its size is even: if (dim & 0x01) { memCODE[dim++] = 0xff; } for (i = k = 0; i < dim; i += 2) { ... if (j > DIMBUF - 8 || i == dim - 2) { ...

  • Posted a comment on ticket #13 on Open Programmer

    The problem is that for an uneven value of dim, the end check condition is missed and the final packet is not written. A solution may be to grow the buffer when its size is even: if (dim & 0x01) { memCODE[dim++] = 0xff; } for (i = k = 0; i < dim; i += 2) { ...

  • Created ticket #13 on Open Programmer

    Bug in Write18FKx

  • Created ticket #12 on Open Programmer

    Bug in read code for new PIC18F devices

View All

Personal Data

Username:
pascalniklaus
Joined:
2003-06-05 18:53:08

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB