Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 06 May 2004 01:35 PM by  mikee@logicpd.com
UART driver API and app notes
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Ian Armitage
New Member
New Member
Posts:


--
02 May 2004 02:36 PM
    Hi,
    I've been looking for some docs on the UART driver API and hopefully some app notes.

    Can someone point me in the right direction.

    Thanks
    Ian
    mikee@logicpd.com
    New Member
    New Member
    Posts:


    --
    04 May 2004 02:43 PM
    Ian,

    Not sure what specifically you are wanting to do here however, the first place to look would be in the Windows CE Platform Builder Help file.

    For the most part, the serial port is accessed just like any file. This means, you can do a CreateFile, ReadFile, WriteFile, etc. on the COM port. A list of IOCTLs can be found in the Windows Platform Builder Help file under:

    Driver Development,
    Driver Categories,
    Serial Port Drivers,
    Reference,
    IOCTLs

    Please let me know if this helps or if you are looking for something in particular.

    Best regards,
    --mikee
    Ian Armitage
    New Member
    New Member
    Posts:


    --
    06 May 2004 01:19 PM
    Thanks,
    I'm new to windows programming so I didn't quite get the fact that there was a standard interface. Anyway, I now have the serial port up and running. I found the link below to be really useful

    http://msdn.microsoft.com...mp/html/PISAPICF.asp

    Thanks
    Ian
    mikee@logicpd.com
    New Member
    New Member
    Posts:


    --
    06 May 2004 01:35 PM
    Ian,

    Great! I'm glad that you've had some success. The Platform Builder Help file can be very useful. At times you may have to do some digging to find the information you are looking for, but it's normally worth the effort.

    Other good resources are the DejaNews Groups archived by Google.

    I usually start by searching:

    http://groups.google.com/...indowsce.platbuilder

    Best of luck in your future development and don't be afraid to post more questions if you run into a tough spot.

    --mikee
    You are not authorized to post a reply.