Posts by MS

    Hello,


    is it possible to have a firewall in the Picomod6 - Kernel, or do you have any experience with a third-party
    firewall?



    Michael

    Hallo,


    ich benötige einen DHCP - Server.


    Für WinCE gibt es einen "DHCP Allocator", der ein ausreichendes Subset zur Verfügung stellt.
    <!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/ee493056.aspx">http://msdn.microsoft.com/en-us/library/ee493056.aspx</a><!-- m -->


    Dazu muss im OS-Image "Internet Connection Sharing" vorhanden sein.


    Ist das mit der PicoMod6 realisierbar?


    MS

    Hello,


    for a DeviceIOControl (..) function i need the include file ndis.h.
    This file inclues 1ss.h, where can i find this file?


    MS

    Hello,


    thanks for your reply.


    The time string comes from an external HTTP - Client, not from the WinCE system.


    The time format from this client comes in local time format (client PC, ger, eng, us)


    So i need a date/time string parser for all these format, i work on this ....


    But my problem is, that i can't understand why it doesn't work. I suppose there is a problem with the development
    tools (dll, sdk, HW). I found also the information that oledatetime uses the FPU, maybe the FPU didn't work ...


    Are you able to reproduce this error?


    Additional Info:
    The Hardware didn't work very stable, sometimes I have problems with the touch screen, sometimes the system has a memory
    violation inside the MFC startup routine.


    I never saw threse effects with NetDCU9.


    M.S.

    Hello,


    no i get no error information.
    GetSystemTime is not usable.


    s = "22.3.2010 13:00:00"



    I get a stack overflow Message in Line CTIME t(st), because hour,minute and second is nearly 65000.


    In the last kernel Version I have also a Problem with COleDateTime::Format, this works now.


    Thanks M.S.

    Hello,


    I have installed the new Kernel and SDK (19.03.2010).


    COleDateTime::GetAsSystemTime() doesn't work!


    Day, Hour, Minutes and Seconds are wrong!


    M.S.

    Hello,


    at this time we have several problems with the picomod6:


    - After power on, the touch screen has an offset in x- and y- direction
    This is not a problem of "reg save", i think this is a HW Problem, ADC ...
    - COleDateTime::GetCurrentTime() didn't work (Invalid Time) maybe a problem of the FPU, DLL, SDK ...
    - Reginal setting didn't work (Time settings, OleDateTime )
    - USB Keyboard, Mouse cannot connected after power on
    - RTC loses his data after power on (01.01.2006)
    - Connecting the bootloader is a "matter of luck"


    ALL these works on NetDCU9 !


    When is a new Kernel, SDK, Bootloader available ?


    M.S.

    CAN works now!
    Not 100% error free, but it works.


    The problem is always the same .... finding the right documentation, the right header file a.s.o.
    I find it at Picomod3 (!)


    MS

    Hello,


    I have started CAN - driver in debug mode.
    Where can I find the information about the error codes.


    CID: CID_IOControl(0x8007202c) failed, error=1460


    Is 1460 a "system error number" that means ERROR_TIMEOUT?


    M.S.

    More Information:


    - CanCheck.exe does not receive data (work on my netdcu9)
    - CanRead.exe receive sometimes, never at the first program call

    M.S.

    Hello,


    I can't receive CAN-telegrams on picomod6, sending telegrams is no problem.
    My software works fine on netdcu9.


    Setting the CAN-Debug-Mode in the registry (=1), has no effect.


    Are the default registry settings correct (IRQ ...)?


    M.S.



    PS: USB Keyboard,Mouse are only detected at power on, not at run time.

    Hello,


    I can't stop debugging under VS2008.


    Error Message:
    "Debugging kann nicht beendet werden...... Unbekannter Fehler 0x800400c3"



    M.S.

    Hello,


    I can't read/convert the system time from picomod6.


    Code
    1. CString FormatTime(__time64_t t,DWORD dwflags/*=0*/,bool forcsv/*=false*/)
    2. {
    3. ...
    4. CString s;
    5. COleDateTime ot(t);
    6. s = ot.Format(dwflags);
    7. return s;
    8. }


    s return "INVALID DATE TIME"


    Time t is a valid time.
    I get an invalid status in "ot"
    Maybe there is a Problem, with the SDK, DLL, Header file ...


    I have no Problem with the netdcu9.


    M.S.

    Thank you for the information.


    Where can I find the registry settings for the CAN Controller, can I use the same as in Netdcu9?


    What about the new PLD-File, how can I update this file.


    MS

    Hello,


    at this moment we change from NetDCU9 to PicoMod6.
    CAN is an important part of our product!
    We need this part asap.


    (We ordered the PicoMod in October 2009!)


    Thank you!

    Hello,


    I am not able to update my PicoMod6 with an new kernel image.


    Shift - S while powering on the PicoMod gets no result.


    I use the tools from my netdcu9, is that OK?


    Thanks