Search found 17 matches

by xxfreshman
Wed May 21, 2025 11:50 pm
Forum: Coding Questions
Topic: Raytracing Code from Purearena
Replies: 3
Views: 254

Raytracing Code from Purearena

Please help me to get the following old Pure basic Code working. If I have a working version, I could start to translate it to Assembler. I want to show that most CPUs are fast enough to make the calculations itself. In 1998 Apple showed with IBM and Motorola a 640x480 Real-time Ray tracing of a ...
by xxfreshman
Wed Apr 30, 2025 10:21 pm
Forum: Feature Requests and Wishlists
Topic: Please add OpenCV to speed up basic cancer research.
Replies: 15
Views: 2943

Please add OpenCV to speed up basic cancer research.

Hi,

I love Pure basic, and for a Live Cell Microscope prototype I used it with OpenCV, but now I can't port it to other Systems, i used a Windows version for Pure Basic.
My problem was and is that Pure basic is not able to do Webcams, Video Devices but in Hardware accelerated way for High ...
by xxfreshman
Mon Oct 30, 2023 12:44 pm
Forum: Raspberry PI
Topic: Raspberry Pi 12 MP HQ Camera
Replies: 0
Views: 6570

Raspberry Pi 12 MP HQ Camera

Any Idea how to use the Raspberry Pi 12 MP HQ Camera in PB?
by xxfreshman
Fri May 15, 2020 11:06 pm
Forum: Coding Questions
Topic: Please help
Replies: 2
Views: 1702

Please help

UsePNGImageEncoder()

Procedure RedFilter(x, y, QuellFarbe, ZielFarbe)
ProcedureReturn RGBA(Red(QuellFarbe), Red(QuellFarbe), Red(QuellFarbe), Alpha(QuellFarbe))
EndProcedure

Directory$ = GetCurrentDirectory() ; Listet alle Dateien und Ordner im 'Home'-Verzeichnis auf
If ExamineDirectory(0 ...
by xxfreshman
Wed Oct 16, 2019 2:18 pm
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

hurray now it works :-)
by xxfreshman
Wed Oct 16, 2019 1:04 am
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

and again if i open a putty connection to this arduino code, i can set a "a" i get a "o" so why damn i get nothing in pb?
by xxfreshman
Wed Oct 16, 2019 1:01 am
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

could it that there is a bug that no reciving is possible?
by xxfreshman
Wed Oct 16, 2019 12:04 am
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

Arduino code


#include <Stepper.h>

const int stepsPerRevolution = 4;

Stepper myStepper = Stepper(stepsPerRevolution, 8, 10, 9, 11);

int ledPinb = LED_BUILTIN;
int ledPin = 3;
int fadeValue = 0;
void setup() {
pinMode(ledPinb, OUTPUT);
digitalWrite(ledPinb, LOW);

// Set the speed to 5 rpm ...
by xxfreshman
Tue Oct 15, 2019 9:56 pm
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

if i send endles a "a" it works but i need to get the "o" back this says me that the step motor was fine moving, and reciving this is not working.
by xxfreshman
Tue Oct 15, 2019 9:53 pm
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

no i need only to send a or b c d e not more, in putty i see the o as answer, and it works perfekt i changed allready to xon xoff, but still nothing.
by xxfreshman
Tue Oct 15, 2019 9:47 pm
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

No its not working sorr<, my fail, was only the restart from arduino :-(
by xxfreshman
Tue Oct 15, 2019 9:42 pm
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

Maybe a prb with newer Windows than ver 7???
by xxfreshman
Tue Oct 15, 2019 9:41 pm
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Re: Serial Port comunication witch arduino

Its still only

Successfully connected
t


damn
by xxfreshman
Tue Oct 15, 2019 9:10 pm
Forum: Coding Questions
Topic: Serial Port comunication witch arduino
Replies: 48
Views: 12857

Serial Port comunication witch arduino

Hi people, i dont know anymore what to do, i programmed a arduino with some commands, if i send with 9600 baud a "a" it steps a motor left and gives a "o" as ok, with putty everything works fine, with purebasic i can send but recive is not working, it starts that AviableSerialInput recognises ...
by xxfreshman
Mon Jun 13, 2016 10:13 pm
Forum: Feature Requests and Wishlists
Topic: Webcam library
Replies: 22
Views: 11365

Re: Webcam library

That would be so wonderfully with webcam support, or video in support.