Welcome to the PHCC Wiki.

Please create an user account and then help us to make this the one-stop for information on PHCC.

 Actions

Difference between revisions of "Running PHCC"

From PHCC

(New page: == Running PHCC == to be written. === Firmware Install / Upgrade === First, your PHCC Motherboard must be programmed with the PHCC Firmware Bootloader. Then you should be ready for...)
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Running PHCC ==
 
== Running PHCC ==
 
 
to be written.
 
to be written.
 +
  
 
=== Firmware Install / Upgrade  ===
 
=== Firmware Install / Upgrade  ===
Line 33: Line 33:
  
 
=== Testing your PHCC Setup ===
 
=== Testing your PHCC Setup ===
 
 
[[Testing PHCC]] to make sure your boards can communicate with the host PC.
 
[[Testing PHCC]] to make sure your boards can communicate with the host PC.
 +
 +
 +
=== PHCC Motherboard Tips ===
 +
In order to avoid "jittery" analog inputs, it's recommended that you place jumpers on all the unused analog input channels.  Jumpering the ground and signal pins (1 & 2) should be sufficient.
 +
 +
 +
=== Troubleshooting ===
 +
A summary of the most common errors and a possible solution.
 +
Take a look for [[Troubleshooting]].

Latest revision as of 19:00, 21 November 2021

Running PHCC

to be written.


Firmware Install / Upgrade

First, your PHCC Motherboard must be programmed with the PHCC Firmware Bootloader.

Then you should be ready for PHCC Firmware Upload.


Communication Setup

If you want to test PHCC communications using a terminal program, make sure you use the correct settings.
It is important that you remember that there are two sets of settings:

  1. Bootloader Mode
  2. Firmware Mode

Bootloader Mode Communications Settings

  • 19200 bits/sec
  • 8 data bits
  • no parity
  • 1 stop bit
  • no flow control

or, in short: 19200 8N1 (no XON/XOFF, no RTS/CTS)

Firmware Mode Communications Settings

  • 115200 bits/sec
  • 8 data bits
  • no parity
  • 1 stop bit
  • hardware flow control (RTS/CTS)

or, in short: 115200 8N1 RTS/CTS


Testing your PHCC Setup

Testing PHCC to make sure your boards can communicate with the host PC.


PHCC Motherboard Tips

In order to avoid "jittery" analog inputs, it's recommended that you place jumpers on all the unused analog input channels. Jumpering the ground and signal pins (1 & 2) should be sufficient.


Troubleshooting

A summary of the most common errors and a possible solution. Take a look for Troubleshooting.