Search found 51 matches

by Erolcum
Tue Dec 10, 2024 2:19 pm
Forum: Off Topic
Topic: Bonsai3D printer
Replies: 0
Views: 9732

Bonsai3D printer

Hello All,

I modified a Reprap style 3D printer to print it's parts easily. And I give the details of howto install it in my blog page :
https://erolcum.blogspot.com/2024/12/bonsai3d-yazc.html
(You can translate this blog to your lang. by using the widget on the left)

You can see it on youtube ...
by Erolcum
Fri Sep 13, 2024 6:34 pm
Forum: Coding Questions
Topic: Serial Port Conversion code...
Replies: 14
Views: 2480

Re: Serial Port Conversion code...


I have just found it again ...
Comport via thread with evaluation of the end character for ASCII

Update v0.07.1
- Added SerialPortErrorText

Comport.pb

This code of yours is very good for serial port works. I used it in one of my arduino posts, thanks Michael.

It is really nice when a ...
by Erolcum
Wed Sep 11, 2024 7:49 pm
Forum: Off Topic
Topic: Death of DJES
Replies: 34
Views: 14914

Re: Death of DJES

rest in peace. It seems like he was a helpful and good programmer
by Erolcum
Sat Sep 07, 2024 10:42 am
Forum: Off Topic
Topic: PureBasic Object Oriented
Replies: 25
Views: 6708

Re: PureBasic Object Oriented

coco2 wrote: Sat Sep 07, 2024 10:04 am Infinity is life

Code: Select all

Repeat 
  if infinity = life
    break
  endif
forever ; PB has infinity  :) 
; go on living life, take a coffee for yourself
by Erolcum
Sat Sep 07, 2024 9:56 am
Forum: Off Topic
Topic: PureBasic Object Oriented
Replies: 25
Views: 6708

Re: PureBasic Object Oriented

Was the point of wanting oop infinity ? There is no infinity in life, so what do you need it for? Besides, there is an oop pbi as I know for PB. One of the reasons I like PB is that it's not oop.
Bye bye oop, welcome PB :) is written on top in my https://github.com/erolcum page
by Erolcum
Sat Sep 07, 2024 6:27 am
Forum: Coding Questions
Topic: RS485 Sniffer
Replies: 6
Views: 868

Re: RS485 Sniffer

Did you try producer/consumer pattern between your 2 threads ?
https://www.purebasic.com/documentation ... phore.html
by Erolcum
Tue Sep 03, 2024 2:56 pm
Forum: General Discussion
Topic: my new blog about PB
Replies: 8
Views: 2508

Re: my new blog about PB

I finally completed the first article. We switch on and off the LED by communicating with Arduino via serial port. The program can detect whether the cable is disconnected or not.
codes :
https://erolcum-github-io.translate.goog/led-yakma/?_x_tr_sl=tr&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp
by Erolcum
Mon Sep 02, 2024 8:05 pm
Forum: General Discussion
Topic: my new blog about PB
Replies: 8
Views: 2508

Re: my new blog about PB

GoodNPlenty wrote: Sun Sep 01, 2024 8:17 pm It's truly amazing the power and flexibility PureBasic offers along with a community of talented people willing to share their knowledge.
Many thanks to you for your beautiful sentence, which I haven't heard for a long time, both in meaning and expression
by Erolcum
Fri Aug 30, 2024 4:31 pm
Forum: Off Topic
Topic: My RS485 BUS hardware build...
Replies: 5
Views: 2464

Re: My RS485 BUS hardware build...

you can create 2 com port pairs to communicate 3 PB programs without any hardware.. Link for virtual com ports on my message above.
https://r.resimlink.com/D4OtUlzRe8Z.jpeg
by Erolcum
Fri Aug 30, 2024 3:59 pm
Forum: Off Topic
Topic: My RS485 BUS hardware build...
Replies: 5
Views: 2464

Re: My RS485 BUS hardware build...

ok, I read the other topic that you mentioned about communicating programs on the same pc.. There is a program or driver we can say, it creates com1 and com2 virtually on same pc. if one program send data to com1, another program can read data sent from com2.. it is like a bridge. there is no need ...
by Erolcum
Fri Aug 30, 2024 3:21 pm
Forum: Off Topic
Topic: My RS485 BUS hardware build...
Replies: 5
Views: 2464

Re: My RS485 BUS hardware build...


My RS485 BUS hardware build...

I gone try to build the [MASTER] and [SLAVE] in one PC.
- [MASTER] will be the PB5.73x64 / PLC program.
- [SLAVE 01] the PB5.73x64 / 3D simulation program.

Hello Marc,

I can not understand your master. is it mini pc ? why you write PLC ? Why pc communicates ...
by Erolcum
Fri Aug 30, 2024 11:11 am
Forum: General Discussion
Topic: my new blog about PB
Replies: 8
Views: 2508

Re: my new blog about PB



I just asked forum members what they thought about the About page. Everyone reads it, but no one reacts. I feel like I'm talking to a wall.

It's good Erolcum, keep up the good work. I think the reason is that we all like PureBasic to remain the best-kept secret in the IT industry. :D

You're ...
by Erolcum
Fri Aug 30, 2024 11:05 am
Forum: Coding Questions
Topic: Why the HUGE difference in 32bit and 64bit?
Replies: 22
Views: 3811

Re: Why the HUGE difference in 32bit and 64bit?



Yes I know Google -- THE evil of all evils and I hate them.
Don't know you can use where you are, but try https://www.startpage.com/

Agreed, I feel exactly the same way.

That’s why I started to use ungoogled-chromium as browser . it is the same browser with google chrome but without spy ...
by Erolcum
Fri Aug 30, 2024 10:27 am
Forum: Coding Questions
Topic: Why the HUGE difference in 32bit and 64bit?
Replies: 22
Views: 3811

Re: Why the HUGE difference in 32bit and 64bit?

I think firefox also likes spying. They make a firefox without spying , they call it as librewolf https://librewolf.net/
by Erolcum
Fri Aug 30, 2024 9:44 am
Forum: Coding Questions
Topic: Why the HUGE difference in 32bit and 64bit?
Replies: 22
Views: 3811

Re: Why the HUGE difference in 32bit and 64bit?



Do you know how to use Google?

In the address bar you need to change "ru" to "en"


Yes I know Google -- THE evil of all evils and I hate them.
Don't know you can use where you are, but try https://www.startpage.com/


That’s why I started to use ungoogled-chromium as browser . it is the same ...