View previous topic :: View next topic |
Author |
Message |
cypher
Joined: 05 Oct 2007 Posts: 31
|
Anyone know of a serial data acquisition into excel for ccs? |
Posted: Mon Jan 28, 2008 2:13 pm |
|
|
Hi,
I've used StampDAQ in the past for serial data acquisition into excel using PIC Basic pro compiler. I have tried sending data in the same format using printf statements, however it does seem to work. It shows that the macro is receiving data but does not display anything. I have found the StampDAQ macro very sensitive to the correct format and baud rate. Also the stampDAQ macro relies on the SEROUT command, so there might be some timing issues as well with the printf statement.
Anyways, does anyone know a similar program that can be used with ccs? Or if you think StampDAQ can work, please let me know where I'm going wrong. |
|
|
Guest
|
|
Posted: Mon Jan 28, 2008 3:46 pm |
|
|
Hi,
You don't mention your level of expertise on either the PIC side, or the PC side, but for a lot of folks this would be a trivial project - say 3 to 4 hours max. I'm familiar with VB6, so I'd write a small program to read data from the serial port (sent by the PIC), and then compose the data into an excel spreadsheet format.
Any help?
Doug |
|
|
jma_1
Joined: 08 Feb 2005 Posts: 147 Location: Wisconsin
|
|
|
|