please dont rip this site

C18 String Reformat Tool


by Rolf Lear

Input must have the structure:

M_NULL=
M_MAIN=Main Menu
M_A=AAAA
M_B=BBBB
M_C=CCCC
M_SPACE=  SPACE
M_CRAZY=!@#$%
M_LONG=AbcdEfgHijkLmnopQrstUvwZyz
M_SUBSET=ACE
M_SUPERSET=CCAAAA
Note:
  1. Only lines with an '=' are processed
  2. All spaces are significant.
  3. Carriage Returns (\r) next to Newlines (\n) are ignored.
  4. All output is issued with just newlines (\n) which may or may not be appropriate for your development environment.
  5. The String Constant is split somewhere after 50 characters on to a new line. The C Continuation '\' must be the very last character on the line!


Paste your String config data in to the following area.

After Convert, copy then paste the following in to a header file e.g. StringConst.h

After Convert, copy then paste the following in to a C file e.g. StringConst.c

The following messages indicate "optimizations" that were made.

To use this code it becomes a "simple" case of:

void LCDPrintString(int pos)
{
    while (strings[pos])
        LCDWriteChar(strings[pos++]);
}

.....
LCDPrintString(M_MENU);
LCDPrintString(M_SUPERSET);
....

See also:


file: /techref/microchip/language/C/StringFormat.htm, 7KB, , updated: 2006/1/20 09:19, local time: 2010/3/11 15:37,
TOP NEW HELP FIND: 
38.107.191.82:LOG IN
©2010 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2010 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it!
<A HREF="http://www.piclist.org/techref/microchip/language/C/StringFormat.htm"> The PICList String Reformat Tool for C18</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

  LCD Front Panel Set: $8.99!
- 2x16 LCD HD44780 controller
- 4 push buttons - 3 LEDs - 2x12 header
 
miSim DE is an excellent, portable and powerful IDE for developing PIC applications.
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .