<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ReadMe</title><link>https://sourceforge.net/p/laptrackertk/wiki/ReadMe/</link><description>Recent changes to ReadMe</description><atom:link href="https://sourceforge.net/p/laptrackertk/wiki/ReadMe/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 11 Aug 2016 04:16:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/laptrackertk/wiki/ReadMe/feed" rel="self" type="application/rss+xml"/><item><title>ReadMe modified by BadBeef67</title><link>https://sourceforge.net/p/laptrackertk/wiki/ReadMe/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,10 +1,11 @@
 LapTrackerTK is a full featured RC Cap Lap Tracking software.

 Before you begin:
-LapTrackerTK can be configured to use a TCP connection (defaults to port 65000) or Serial COM Ports (defaults to COM 1).
+LapTrackerTK can be configured to use a TCP connection (defaults to port 65000), Serial COM Ports (defaults to COM 1), or Keyboard Input.
 TCP port and COM port are configurable on the main window. Other COM port settings are available in the menu bar "Edit&amp;gt;COM Settings".

-LapTrackerTK will listen on your configured port, and is expected standard text or numbers. Recevied data will be treated as a racers name and will be used in the race database.
+LapTrackerTK will listen on your configured port, and is expecting standard text or numbers. Received data will be treated as a racers name and will be used in the race database. When Keyboard input is selected only a single character
+is used (I simply assign a number to a car 1-9). Also, pressing "q" will also end the race when using keyboard input.
 If you want to translate a received text to something else, press "Racers" and add the expected text, and what you'd like to translate it to using the following format.
 Alternatively, create a file called idfile.txt in the same directory as the program with the same format: The text should be space delimited as such:

@@ -12,31 +13,37 @@
 14074873 YOURNAME
 14089879 BADBEEF

-Now if the program receives the numbers, they will be translated to the name specified. This is handy if your sending mac-addresses or a chip-id of the ESP8266 (see LapTrackerTK-wiki for information on that project).
+Now if the program receives the numbers, they will be translated to the name specified. This is handy if your sending simple 1-9 keyboard strokes, mac-addresses, or a chip-id of the ESP8266 (see LapTrackerTK-wiki for information on that project).

 Select the number of laps to run, or the duration of time to run in minutes.

 A track length must be specified to receive accurate speeds. If Feet is chosen the speed is displayed in Miles Per Hour.
 If Meters is chosen then the speed is displayed in Kilometers Per Hour.

-Pressing "Start Race" will begin the race and the program will start and attempt to listen on your configurd port. As the data is received it is displayed in the "Race Status" window.
+Pressing "Start Race" will begin the race and the program will start and attempt to listen on your configured port. Keyboard input is only accepted into the large text window, you may need to click into the white space to set focus into the "Race Status" window.
+As the data is received it is displayed in the "Race Status" window.

-To stop the race at anytime press "Stop Race".
+To stop the race at any time press "Stop Race".

-When the race is over, files are generated for each racer and a summary of the race. All files are timestamped, and are located in the same directory as the program.
+When the race is over, web files are generated for each racer and a summary of the race. All files are timestamped, and are located in the same directory as the program.

 To start a new race, first press "Clear Race Data" or close the program, and re-launch it.

 Enjoy!

 Troubleshooting:
-TCP - Use Telnet to connect to your PC over the port configured. Windows CLI or a tool like PuTTY will work, if you don't get an error immediatly, your connected and can type some charactors to send them to LapTrackerTK. 
+TCP - Use Telnet to connect to your PC over the port configured. Windows CLI or a tool like PuTTY will work, if you don't get an error immediately, your connected and can type some characters to send them to LapTrackerTK. 
    Example: "telnet 127.0.0.1 65000" and send standard text.

 If you don't get what you'd expect check the local firewall to see if its turned on as it might be blocking TCP on your configured port (defaults to 65000). Also PuTTY doesn't always seem to send clean text, try using Windows CMD instead.

-COM - You must have an available COM port on your PC. LapTrackerTK will error immediatly if the COM port is in use or unavailable.
+COM - You must have an available COM port on your PC. LapTrackerTK will error immediately if the COM port is in use or unavailable.
    First check that your COM port is available and not in use.
-   If LapTrackerTK appears to start a race, but the charactors are all messed up, your COM baud rate is probilby wrong.
+   If LapTrackerTK appears to start a race, but the characters are all messed up, your COM baud rate is probability wrong.
    Try connecting another PC with a Serial connect to your LapTrackerTK PC and send standard text.
-   Try downloading a COM port emulator to (virtual COM dirver) and send data from PuTTY. Several free version on the web.
+   Try downloading a COM port emulator to (virtual COM driver) and send data from PuTTY. Several free version on the web.
+
+KEYBOARD - Keyboard input is pretty dummy proof but if you find that your keystrokes are not being picked up, click into the empty white space in the "Race Status" window and try your keystrokes again.
+   If you are finding that the race is ending prematurely be sure that your not sending a "q" as this is a trigger to stop the race.
+   Keyboard input was intended for simple 1-9 digit input, but any character is accepted with "q" quitting ending the race.
+   Reaching the end of the configured number of laps or time will also end the race as normal. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BadBeef67</dc:creator><pubDate>Thu, 11 Aug 2016 04:16:38 -0000</pubDate><guid>https://sourceforge.net7446e038528bd4fd969148795a44635e94fab42a</guid></item><item><title>ReadMe modified by BadBeef67</title><link>https://sourceforge.net/p/laptrackertk/wiki/ReadMe/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,51 +1,42 @@
 LapTrackerTK is a full featured RC Cap Lap Tracking software.

 Before you begin:
-The program will listen on TCP port 65000, and is expected standard text or numbers.
-If you want to translate a received text to something else, press "Racers" and add the expected 
+LapTrackerTK can be configured to use a TCP connection (defaults to port 65000) or Serial COM Ports (defaults to COM 1).
+TCP port and COM port are configurable on the main window. Other COM port settings are available in the menu bar "Edit&amp;gt;COM Settings".

-text, and what you'd like to translate it to using the following format. Alternatively, create a 
-
-file called idfile.txt in the same directory as the program with the same format: The text should 
-
-be space delimited as such:
+LapTrackerTK will listen on your configured port, and is expected standard text or numbers. Recevied data will be treated as a racers name and will be used in the race database.
+If you want to translate a received text to something else, press "Racers" and add the expected text, and what you'd like to translate it to using the following format.
+Alternatively, create a file called idfile.txt in the same directory as the program with the same format: The text should be space delimited as such:

 14028987 MYNAME
 14074873 YOURNAME
 14089879 BADBEEF

-Now if the program receives the numbers, they will be translated to the name specified. This is 
+Now if the program receives the numbers, they will be translated to the name specified. This is handy if your sending mac-addresses or a chip-id of the ESP8266 (see LapTrackerTK-wiki for information on that project).

-handy if your sending mac-addresses or a chip-id of the ESP8266 (see LapTrackerTK-wiki for 
+Select the number of laps to run, or the duration of time to run in minutes.

-information on that project).
+A track length must be specified to receive accurate speeds. If Feet is chosen the speed is displayed in Miles Per Hour.
+If Meters is chosen then the speed is displayed in Kilometers Per Hour.

-Select the number of laps to run, or the duration of time to run in minutes. To run continuously, enter "Laps: 0". The program will run until you press the "Stop Race" button.
+Pressing "Start Race" will begin the race and the program will start and attempt to listen on your configurd port. As the data is received it is displayed in the "Race Status" window.

+To stop the race at anytime press "Stop Race".

-A track length must be specified to receive accurate speeds. If Feet is chosen the speed is 
-
-displayed in Miles Per Hour. If Meters is chosen then the speed is displayed in Kilometers Per 
-
-Hour.
-
-Pressing "Start Race" will begin the race and the program will start listening on TCP port 65000. 
-
-As the cars called to the server, the names are displayed in the "Race Status" window. To stop the 
-
-race at anytime press "Stop Race".
-
-When the race is over, files are generated for each racer and a summary of each race all 
-
-time stamped. These are generated in the same directory as the program.
+When the race is over, files are generated for each racer and a summary of the race. All files are timestamped, and are located in the same directory as the program.

 To start a new race, first press "Clear Race Data" or close the program, and re-launch it.

 Enjoy!

 Troubleshooting:
-Use Telnet to connect to 127.0.0.1:65000 and send standard text. If you don't get what you'd 
+TCP - Use Telnet to connect to your PC over the port configured. Windows CLI or a tool like PuTTY will work, if you don't get an error immediatly, your connected and can type some charactors to send them to LapTrackerTK. 
+   Example: "telnet 127.0.0.1 65000" and send standard text.

-expect check the local firewall to see if its turned on as it might be blocking TCP port 65000. 
+If you don't get what you'd expect check the local firewall to see if its turned on as it might be blocking TCP on your configured port (defaults to 65000). Also PuTTY doesn't always seem to send clean text, try using Windows CMD instead.

-Also PuTTY doesn't seem to send clean text, try using Windows CMD instead.
+COM - You must have an available COM port on your PC. LapTrackerTK will error immediatly if the COM port is in use or unavailable.
+   First check that your COM port is available and not in use.
+   If LapTrackerTK appears to start a race, but the charactors are all messed up, your COM baud rate is probilby wrong.
+   Try connecting another PC with a Serial connect to your LapTrackerTK PC and send standard text.
+   Try downloading a COM port emulator to (virtual COM dirver) and send data from PuTTY. Several free version on the web.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BadBeef67</dc:creator><pubDate>Wed, 10 Feb 2016 17:14:00 -0000</pubDate><guid>https://sourceforge.net102cffc3d74ab110202a790b32e41f598f60d46a</guid></item><item><title>ReadMe modified by BadBeef67</title><link>https://sourceforge.net/p/laptrackertk/wiki/ReadMe/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -20,7 +20,8 @@

 information on that project).

-Select the number of laps to run, or the duration of time to run in minutes.
+Select the number of laps to run, or the duration of time to run in minutes. To run continuously, enter "Laps: 0". The program will run until you press the "Stop Race" button.
+

 A track length must be specified to receive accurate speeds. If Feet is chosen the speed is 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BadBeef67</dc:creator><pubDate>Tue, 05 May 2015 23:26:19 -0000</pubDate><guid>https://sourceforge.netad7e63817dba9ad4a3264d66e63966f2c0805816</guid></item><item><title>ReadMe modified by BadBeef67</title><link>https://sourceforge.net/p/laptrackertk/wiki/ReadMe/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;LapTrackerTK is a full featured RC Cap Lap Tracking software.&lt;/p&gt;
&lt;p&gt;Before you begin:&lt;br /&gt;
The program will listen on TCP port 65000, and is expected standard text or numbers.&lt;br /&gt;
If you want to translate a received text to something else, press "Racers" and add the expected &lt;/p&gt;
&lt;p&gt;text, and what you'd like to translate it to using the following format. Alternatively, create a &lt;/p&gt;
&lt;p&gt;file called idfile.txt in the same directory as the program with the same format: The text should &lt;/p&gt;
&lt;p&gt;be space delimited as such:&lt;/p&gt;
&lt;p&gt;14028987 MYNAME&lt;br /&gt;
14074873 YOURNAME&lt;br /&gt;
14089879 BADBEEF&lt;/p&gt;
&lt;p&gt;Now if the program receives the numbers, they will be translated to the name specified. This is &lt;/p&gt;
&lt;p&gt;handy if your sending mac-addresses or a chip-id of the ESP8266 (see LapTrackerTK-wiki for &lt;/p&gt;
&lt;p&gt;information on that project).&lt;/p&gt;
&lt;p&gt;Select the number of laps to run, or the duration of time to run in minutes.&lt;/p&gt;
&lt;p&gt;A track length must be specified to receive accurate speeds. If Feet is chosen the speed is &lt;/p&gt;
&lt;p&gt;displayed in Miles Per Hour. If Meters is chosen then the speed is displayed in Kilometers Per &lt;/p&gt;
&lt;p&gt;Hour.&lt;/p&gt;
&lt;p&gt;Pressing "Start Race" will begin the race and the program will start listening on TCP port 65000. &lt;/p&gt;
&lt;p&gt;As the cars called to the server, the names are displayed in the "Race Status" window. To stop the &lt;/p&gt;
&lt;p&gt;race at anytime press "Stop Race".&lt;/p&gt;
&lt;p&gt;When the race is over, files are generated for each racer and a summary of each race all &lt;/p&gt;
&lt;p&gt;time stamped. These are generated in the same directory as the program.&lt;/p&gt;
&lt;p&gt;To start a new race, first press "Clear Race Data" or close the program, and re-launch it.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;p&gt;Troubleshooting:&lt;br /&gt;
Use Telnet to connect to 127.0.0.1:65000 and send standard text. If you don't get what you'd &lt;/p&gt;
&lt;p&gt;expect check the local firewall to see if its turned on as it might be blocking TCP port 65000. &lt;/p&gt;
&lt;p&gt;Also PuTTY doesn't seem to send clean text, try using Windows CMD instead.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BadBeef67</dc:creator><pubDate>Tue, 05 May 2015 04:10:58 -0000</pubDate><guid>https://sourceforge.net036c6acf061db5f46eefe7158c9317211147c07a</guid></item></channel></rss>