Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

UART Receiver :hex 81 become 0

Hi. I have a UART receiver that manage to capture the data(led on) from hex 0 until hex80 in de2 board. However if more than hex 80 all the leds will be off. Besides, the same problem goes to the FPGA4fun receiver code as well. Is there possibe factor to cause this and what is the solution?

For your info, i am using VB 6.0 gui to send the data to de2 board. One of the command is like this:

MSComm1.Output = Chr$(129)

Thanks

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    the problem have been solved automatically when i use different computer.