Search Results

by ggalanprytimemedical
Tue Aug 09, 2022 4:04 pm
Forum: Android
Topic: Android (Kotlin) not able to Initialize Phidget Class.
Replies: 0
Views: 127772

Android (Kotlin) not able to Initialize Phidget Class.

I have the following code in an Android App, coded in Kotlin. The app crashes right away when attempting to run the first line of the code below. val sliderPumpOffset = VoltageRatioInput() sliderPumpOffset.hubPort = 1 sliderPumpOffset.isHubPortDevice = true sliderPumpOffset.isRemote = true Net.enabl...
by ggalanprytimemedical
Thu Aug 04, 2022 8:53 am
Forum: C/C++
Topic: Sin Math Function Error Compiling
Replies: 2
Views: 16628

Re: Sin Math Function Error Compiling

Thanks, that works.
by ggalanprytimemedical
Wed Aug 03, 2022 10:29 am
Forum: C/C++
Topic: Sin Math Function Error Compiling
Replies: 2
Views: 16628

Sin Math Function Error Compiling

I have the following error when trying to compile gcc main.c -o a.out -lphidget22 /usr/bin/ld: /tmp/ccoh9Nkx.o: undefined reference to symbol 'sin@@GLIBC_2.4' /usr/bin/ld: /lib/arm-linux-gnueabihf/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit stat...
by ggalanprytimemedical
Mon Aug 01, 2022 3:12 pm
Forum: C#.NET
Topic: Coding on C# for SBC4 phidget22.dll Assembly Not Found
Replies: 1
Views: 13351

Coding on C# for SBC4 phidget22.dll Assembly Not Found

I am getting this error. I have Mono installed. A simple Hello World (via Console.WriteLine) works fine. Console.WriteLine("My Phidget..."); The problem is when I add code to interact with phidgets, LCD lcd = new LCD(); The error comes. I noticed this Library is under the folder dll (insid...
by ggalanprytimemedical
Fri Jul 15, 2022 5:52 pm
Forum: General
Topic: Coding on C# for SBC4 with data (screens with sensor info) displayed on the HDMI monitor connected.
Replies: 0
Views: 118319

Coding on C# for SBC4 with data (screens with sensor info) displayed on the HDMI monitor connected.

Coding on C# for SBC4 with data (screens with sensor info) displayed on the HDMI monitor connected. Anyone having been able to code in C# visual studio an application with screens showing sensor data (text or graphs), and having it deployed and running on the SBC4 using the HDMI Port as monitor to s...