10-20-2006 04:17 PM
10-20-2006 04:32 PM
02-08-2007 01:33 AM - edited 02-08-2007 01:33 AM
Message Edited by ghostz13 on 02-08-2007 01:34 AM
02-08-2007 04:17 PM
02-08-2007 05:48 PM
02-09-2007 12:00 PM
02-27-2007 07:42 AM - edited 02-27-2007 07:42 AM
Message Edited by ghostz13 on 02-27-2007 07:53 AM
02-28-2007 09:58 PM
03-01-2007 12:48 PM - edited 03-01-2007 12:48 PM
Sorry I haven't replyed sooner, been busy at work.
Now that you have modified your string to output ascii characters it should be easier to process. Are you still using a line feed with a carraige return at the end of each line? Since you can modify the data coming from your PIC I'd recomend you use one or the other not both.
With that you could us the serial read as you had in your example and use the string to array function to convert it to a number.
I'll try to put an example together this weekend and post it on Monday. Let me know if you have any new ideas.
One final question, what baud rate are you using?
Eric
Message Edited by arvin labrat on 03-01-2007 10:50 AM
03-01-2007 03:28 PM