Skip to content

Releases: Wissance/QmtechCycloneIVBoardDemos

Release v1.2

18 Aug 19:18
Compare
Choose a tag to compare

Fixed cmd processor to solve an issue with bad cmd, if cmd finished with an error it is possible to clean-up state and wait for a next cmd

Release v1.1

07 Aug 09:43
Compare
Choose a tag to compare
Release v1.1 Pre-release
Pre-release

It is possible to interact with device by commands and got answers wrapped in frames (see frames format in Readme, we are having here 2 following commands:

  1. SET 4-byte register
  2. GET 4-byte register

This is a pre-release because we didn't test it thoroughly, but we could submit that this demo works both in testbenches and in hardware.

Release v1.0.1

09 Mar 14:46
Compare
Choose a tag to compare

Finally Echo+1 demo works fine (fixed parity bit send in quick_rs232 module), see:

serial_echo_app_4test

Release v1.0

12 Sep 04:59
Compare
Choose a tag to compare

Fully works Serial Echo Demo (got byte from RS-233, increment it and return back)

Release v0.1

06 Jul 19:09
Compare
Choose a tag to compare
Release v0.1 Pre-release
Pre-release

Added demo for testing Serial Echo (not tested yet in hardware)