diff options
| -rw-r--r-- | www/docs/devicechart.t | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/www/docs/devicechart.t b/www/docs/devicechart.t new file mode 100644 index 0000000..cb91e66 --- /dev/null +++ b/www/docs/devicechart.t @@ -0,0 +1,143 @@ +#define _PAGE_ Devices and features +#include "head.t" + +<table border=1> +<tr><th> </th> + <th>Old Player</th> + <th>Player/Studio</th> + <th>Old Recorder (firmware 1.17)</th> + <th>Recorder</th> + <th>FM Recorder</th> + <th>V2 Recorder</th> +</tr> +<tr><th><b>USB</b></th> + <td>1.1</td> + <td>1.1</td> + <td>1.1</td> + <td>2.0</td> + <td>2.0</td> + <td>2.0</td> +</tr> +<tr><th><b>S/PDIF</b></th> + <td>No</td> + <td>No</td> + <td>In/Out</td> + <td>In/Out</td> + <td>In</td> + <td>In</td> +</tr> +<tr><th><b>Separate Line Out</b></th> + <td>Yes</td> + <td>Yes</td> + <td>No</td> + <td>No</td> + <td>No</td> + <td>No</td> +</tr> +<tr><th><b>Remote control</b></th> + <td>Yes</td> + <td>Yes</td> + <td>Yes</td> + <td>Yes</td> + <td>No</td> + <td>No</td> +</tr> +<tr><th><b>Recording</b></th> + <td>No</td> + <td>No</td> + <td>Yes</td> + <td>Yes</td> + <td>Yes</td> + <td>Yes</td> +</tr> +<tr><th><b>LCD Type</b></th> + <td>Character 11x2 <a href=#footnote1>(1)</a></td> + <td>Character 11x2</td> + <td>Bitmap 112x64</td> + <td>Bitmap 112x64</td> + <td>Bitmap 112x64</td> + <td>Bitmap 112x64</td> +</tr> +<tr><th><b>Real Time Clock</b></th> + <td>No</td> + <td>No</td> + <td>Yes</td> + <td>Yes</td> + <td>Yes</td> + <td>Yes</td> +</tr> +<tr><th><b>Buttons</b></th> + <td>6</td> + <td>6</td> + <td>10</td> + <td>10</td> + <td>10</td> + <td>10</td> +</tr> +<tr><th><b>Alarm wake-up</b></th> + <td>No</td> + <td>No</td> + <td>No</td> + <td>No</td> + <td>Yes</td> + <td>Yes</td> +</tr> +<tr><th><b>FM Radio</b></th> + <td>No</td> + <td>No</td> + <td>No</td> + <td>No</td> + <td>Yes</td> + <td>No <a href=#footnote2>(2)</a></td> +</tr> +<tr><th><b>MP3 decoder</b></th> + <td>MAS3507D/DAC3550A</td> + <td>MAS3507D/DAC3550A</td> + <td>MAS3587F</td> + <td>MAS3587F</td> + <td>MAS3587F</td> + <td>MAS3587F</td> +</tr> +<tr><th><b>Charging ctrl</b></th> + <td>Hardware</td> + <td>Hardware</td> + <td>Software</td> + <td>Software</td> + <td>Hardware</td> + <td>Hardware</td> +</tr> +<tr><th><b>Hard drive poweroff</b></th> + <td>No</td> + <td>No</td> + <td>Yes</td> + <td>Yes</td> + <td>No</td> + <td>No</td> +</tr> +<tr><th><b>Battery type</b></th> + <td>NiMH</td> + <td>NiMH</td> + <td>NiMH</td> + <td>NiMH</td> + <td>LiIon</td> + <td>LiIon</td> +</tr> +<tr><th><b>Charger spec</b></th> + <td>9-12V 600mA</td> + <td>9-12V 600mA</td> + <td>9-12V 600mA</td> + <td>9-12V 600mA</td> + <td>6V ?mA</td> + <td>6V ?mA</td> +</tr> +</table> +<p> + <a name=footnote1></a><i>(1) The old player has a limited LCD with no + support for double line height and only four user definable characters + instead of eight</i> + <br> + <a name=footnote2></a><i>(2) The early V2 models were in fact FM + Recorders in disguise, so they had the FM radio still mounted</i> + + +#include "foot.t" |