Search found 5 matches

by Cbeddoe
Tue Jan 07, 2014 6:07 pm
Forum: Java
Topic: Writing Java Applications using the PicoScope SDK and JNI
Replies: 8
Views: 29649

Re: Writing Java Applications using the PicoScope SDK

Hi Hitesh, I received your message a while ago asking if I had made progress in getting the JNI Wrapper working with respect to these posts. Unfortunately, i don't have the ability to reply to your message as the functionality appears to be disabled for my profile. I used the example libraries you p...
by Cbeddoe
Thu Aug 08, 2013 2:00 pm
Forum: Java
Topic: Writing Java Applications using the PicoScope SDK and JNI
Replies: 8
Views: 29649

Re: Writing Java Applications using the PicoScope SDK

Hi Hitesh,

Thanks for the quick response.
I was hoping the solution wasn't going to be overly involved.
I'll be happy to share the code when I get done with it and I'm intending on doing a little write-up to go along with it.

Best Regards,

Chris
by Cbeddoe
Wed Aug 07, 2013 7:27 pm
Forum: Java
Topic: Writing Java Applications using the PicoScope SDK and JNI
Replies: 8
Views: 29649

Re: Writing Java Applications using the PicoScope SDK

Hi Hitesh, I've successfully written and tested my first basic JNI wrapper for a basic C Library I wrote and compiled with MS Visual Studio 2012. I've also successfully compiled and run the USBPT104con.c example program. I have a few basic questions that will help me out with creating the java class...
by Cbeddoe
Tue Apr 23, 2013 6:19 pm
Forum: Getting Started
Topic: Trouble Reading Output File
Replies: 3
Views: 6159

Re: Trouble Reading Output File

Hi Hitesh, Thanks for the quick response! I'll take a look at the other forum area you listed for using the JNI wrapper. For my application I may be monitoring temperatures for intervals from 30 minutes up to a month or more depending on the specific requirements. I would prefer to take temperature ...
by Cbeddoe
Tue Apr 23, 2013 2:13 pm
Forum: Getting Started
Topic: Trouble Reading Output File
Replies: 3
Views: 6159

Trouble Reading Output File

Hi, I'm running windows 7 on a 64 bit, Intel i7 PC. I am looking to collect data from a PT-104 Temperature Logger using a simple Java Program. (running 32 bit Java, using 32 bit Eclipse IDE) Ideally, I would use JNI to create a wrapper for the supplied C libraries, but I don't have any experience do...