Thread: C++ code to 68HC11 EVBU board

  1. #1
    Registered User
    Join Date
    Oct 2006
    Posts
    1

    C++ code to 68HC11 EVBU board

    I am trying to send a code program written in C++ to a 68HC11 microprocessor on a EVBU board with a parallel port. I am trying to send bytes out the parallel port of the PC to the parallel port on the EVBU board. Having trouble sending bytes out of the parallel port so the 68HC11 sees hexadecimal value of byte. Any suggestions would be appreciated.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Which OS / Compiler are you using on the PC side?
    What code are you using to drive the PC parallel port?
    Have you read this -> http://www.lvr.com/parport.htm
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem : Threads WILL NOT DIE!!
    By hanhao in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2004, 01:37 PM
  2. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  3. Seems like correct code, but results are not right...
    By OmniMirror in forum C Programming
    Replies: 4
    Last Post: 02-13-2003, 01:33 PM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. Shouldn't either HTML or vB code be enabled in the C++ Board?
    By SilentStrike in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-13-2001, 07:30 AM