Search found 18 matches
- Sep 22, 2024 16:19
- Forum: Libraries & Headers
- Topic: ModBus TCP Master Class
- Replies: 0
- Views: 7252
ModBus TCP Master Class
Hello everyone. For the purposes of the project I'm working on, I needed communication with modbus devices via a TCP connection. Since I couldn't find a ready-made library for FreeBasic, I started searching github. There I found a class written in c++ that I rewrote for FreeBasic. The link to the or...
- Jan 02, 2024 10:48
- Forum: Libraries & Headers
- Topic: Mosquito MQTT header
- Replies: 5
- Views: 8333
Re: Mosquito MQTT header
Hi Dinosaur. In the mosquitto library, all events are executed via callback functions. Events are checked in a network loop. To check network communication in loop, four functions are used: mosquitto_loop_forever This function calls loop() for you in an infinite blocking loop. mosquitto_loop_start T...
- Jul 30, 2023 23:03
- Forum: Libraries & Headers
- Topic: Mosquito MQTT header
- Replies: 5
- Views: 8333
Mosquito MQTT header
Regards to all . For my IOT project I needed the MQTT library, so with the help of FBFROG I converted the header for the Mosquitto library. In the continuation of the message is the header, as well as the test programs. There are probably type conversion errors, so feel free to correct them if you s...
- May 31, 2022 9:30
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 1017
- Views: 218374
Re: VisualFBEditor - IDE for FreeBasic
Of course .
No problem.
No problem.
- May 31, 2022 8:45
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 1017
- Views: 218374
Re: VisualFBEditor - IDE for FreeBasic
The Parameters Window will open in the Build -> Parameters menu. There, in the compiler line, it should have been written like this: -b {S} -exx -v When compiling, it was necessary to compile like this: -b "Form1.frm" -exx -v Have you changed this setting? No, I haven't changed them. The ...
- May 30, 2022 19:40
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 1017
- Views: 218374
Re: VisualFBEditor - IDE for FreeBasic
With version 1.3.2. everything is OK. The editor works, no more problems with the compiler path. However, when I try to compile a test program, I get the following message: 21:31:43: Compilation: "/home/pi/VisualFBEditor.1.3.2/Compilers/FreeBASIC-1.09.0-raspbian9-arm/bin/fbc" "Form1.f...
- May 30, 2022 18:05
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 1017
- Views: 218374
Re: VisualFBEditor - IDE for FreeBasic
Hello Xusinboy. I was able to compile the IDE and mff library without any problems. The OS is the latest raspbian 32bit. The compiler is FBC 1.09.0 (2021-12-31), built for linux-arm (32bit) The IDE starts without a problem, but after selecting the compiler path the IDE crashes with a Segmentation fa...
- May 30, 2022 14:26
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 1017
- Views: 218374
Re: VisualFBEditor - IDE for FreeBasic
Hello,
does this editor and myfbFramework works on raspberry pi?
Thanks.
does this editor and myfbFramework works on raspberry pi?
Thanks.
- Apr 30, 2019 19:44
- Forum: Libraries Questions
- Topic: CGUI 2.1.0 update
- Replies: 5
- Views: 7081
Re: CGUI update
Hi Dinosaur.
It is a platform specific macro declaration in cguicfg.h file.
I don't know how to properly translate that file to freebasic.
Cheers!
It is a platform specific macro declaration in cguicfg.h file.
I don't know how to properly translate that file to freebasic.
Cheers!
- Mar 14, 2012 14:47
- Forum: DOS
- Topic: DOS touch screen not working
- Replies: 9
- Views: 3032
Re: DOS touch screen not working
First, create a sample program in 640x480 res, and try touch screen. If that work, then you must call Set Resolution (driver function) to change resolution of touchscreen foil. After that call, your touchscreen should return real position of pointer. In theory, you must call driver function RESET to...
- Mar 12, 2012 17:12
- Forum: DOS
- Topic: DOS touch screen not working
- Replies: 9
- Views: 3032
Re: DOS touch screen not working
Set Resolution - Int 60h - AL = 12h This function sets the resolution to user-supplied values for a given screen. If resolution parameters are 0 for horizontal and 0 for vertical resolution, the driver returns raw touch screen data instead of scaling it to a different resolution. A Get Resolution f...
- Mar 05, 2012 12:00
- Forum: DOS
- Topic: Serial Barcode Reader working in windows but not DOS
- Replies: 10
- Views: 3084
Re: Serial Barcode Reader working in windows but not DOS
Why you don't use Comwedge for DOS or Com2Kbd for DOS? It is simplest solution for your problem. No programming, just install as TSR. Here is the link for download. http://www.jarltech.at/support.php?suche=&kat_id=1566&gotoartikel=eloids&sort=kategorie&language=en&link=2&supp...
- Dec 12, 2010 20:26
- Forum: Linux
- Topic: How-To Install FB on SliTaz Linux
- Replies: 0
- Views: 1488
How-To Install FB on SliTaz Linux
Hello to all. Today i installed FB on SliTaz successfully, and i want to share it with you. First, download FB-0.21.1 standalone package. As root, with tazpkg get-install install these packages: glibc-dev, ncurses-dev, xorg-libX11-dev, xorg-libXext-dev, xorg-libXpm-dev, xorg-libXrandr-dev, xorg-libX...
- Nov 06, 2008 13:01
- Forum: General
- Topic: Using TK GUI in FB?
- Replies: 6
- Views: 2915
- Oct 29, 2008 22:39
- Forum: General
- Topic: Using TK GUI in FB?
- Replies: 6
- Views: 2915
Using TK GUI in FB?
Is it posibile?