Search found 3 matches

by louis1016
Sat Nov 07, 2015 12:23 am
Forum: C and C++
Topic: How to use reading from PicoLog hardware in C code.
Replies: 2
Views: 3781

Re: How to use reading from PicoLog hardware in C code.

Please delete....figured it out after posting
by louis1016
Thu Nov 05, 2015 3:25 pm
Forum: C and C++
Topic: How to use reading from PicoLog hardware in C code.
Replies: 2
Views: 3781

Re: How to use reading from PicoLog hardware in C code.

I forgot to add, the resulting string from the sprintf comes out as all 0's.
by louis1016
Wed Nov 04, 2015 9:05 pm
Forum: C and C++
Topic: How to use reading from PicoLog hardware in C code.
Replies: 2
Views: 3781

How to use reading from PicoLog hardware in C code.

Ok so I have to take the readings rom the PicoLog and put it in an excel sheet. This means I need to somehow take the readings from the PicoLog example program and instead of printing to the screen, I need to store it some other way. { printf ("%f\t", AdcToMv ((HRDL_INPUTS) channel, g_values [i++]))...