Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
title6. Test the port by connecting to a simulated CWM and OKC.

Connect the controller to a serial port on a Windows PC. Run the cwm.exe and okc.exe programs included with the CWL sources.

The simulated CWM and OKC allow you to test the port running on the controller.

See https://sitesage.atlassian.net/wiki/x/FYBWHQ for instructions on using the simulators.

Expand
title7. Debug the CWL port before connecting to a hardware-based CWM and OKC.

The simulated CWM and OKC will make it much easier to debug the CWL port than connecting to the real system.Review the implementation sanity

checklist included towards the end of this document.Validate the port is fully functional using the https://sitesage.atlassian.net/wiki/x/GgBXHQ

After debugging ask for a code review of your cwport.c/h files before moving to the next step.

...