B4A Question BLE WriteData - fjb (first post)    Dec 03, 2022   (1 reaction) UUID: "); Serial.print(thisChar.uuid()); Serial.print(" value: "); Serial.println(); thisChar.readValue(incoming, 40); Serial.println("incoming: "); Serial.print("HEX: "); for (int i = 0; i < 40; i++) { Serial.print(incoming, HEX); Serial.print("-"); } Serial.println(); C/C++ Question function with one or more parameters - candide (first post)    Mar 01, 2024 Serial.print("Array length : ");Serial.println(ar1->length);
arrayOfPointers = (B4R::Object**) ar1->data;
B4R::Object* c;int i;
for(i = 0; i <ar1->length; i++)
{
c= arrayOfPointers;
Serial.print("Object c type : ");S B4R Question mpu6050 calibration: setXAccelOffset - peacemaker    Dec 06, 2020 print("\t"); Serial.print(mean_az); Serial.print("\t"); Serial.print(mean_gx); Serial.print("\t"); Serial.print(mean_gy); Serial.print("\t"); Serial.println(mean_gz); Serial.print("Your offsets:\t"); Serial.print(ax_offset); Serial.print("\t"); Serial.prin B4J Library Printer Example - Print text with the jFX8 Printer library - stevel05 (first post)    Oct 22, 2022   (4 reactions) Added VirtualMachineArgs and PackagerProperties required if using SetFileDestination in Java 11+:
#VirtualMachineArgs: --add-opens javafx.graphics/javafx.print=ALL-UNNAMED --add-opens javafx.graphics/com.sun.prism.j2d.print=ALL-UNNAMED
#PackagerProperty: VMArgs = --add-opens javafx.graphics/javafx. B4J Code Snippet Print files via jShell and a VBS script (Windows only) - KMatle    Feb 10, 2021   (4 reactions) I use this VBS script to print all files in a folder on the standard printer (in my case PDF-files). Windows recognizes the file type and uses the defined program (e.g. Acrobat for PDFs) to print the files. You can easily add some functions (use Google to find out how) like getting the names of all B4A Question ? B4XTurtle - Examples for teachers and parents - Erel (first post)    May 04, 2020   (2 reactions) No need to escape quotes and it supports interpolation. It can also be multiline. Print($"s2 = "${s2}""$) Print($"s1 & s2 = "${s1 & s2}""$) Print($"s1.IndexOf("b") = ${s1.IndexOf("b")}"$) Print($"s2.IndexOf("b") = ${s2.IndexOf("b")}"$) Print($"s1.Replace("bc", s2) = "${s1.Replace B4J Question call a Python script in Raspberry Pi - wonder (first post)    Jun 27, 2017 Note that print() is a Python 3+ function. In Python 2.7 print is a statement. Examples: #Python 2.7.x print "Hello world!" #Python 3.x print("Hello world!") http://sebastianraschka..html B4R Question Dallas 18b20 - Mania (first post)    Oct 26, 2024 // domyślna wartość, jeśli adres nie pasuje } //Serial.print(" bit "); //Serial.print(bit6); // Serial.print(" "); //Serial.print(bit7); b4r_main::_czujnik = czujnik1; b4r_main::_tempds = celsius; } // koniec dallas #End If I don’t use the rOneWire library. Sor B4A Library Printing and Pdf creation - Erel    May 18, 2020   (54 reactions) Printing
53290
The printing feature is based on the OS printing framework. Most popular printers are supported. You do need to first install a printer plug-in.
For example to print to a HP printer: https://play.google.com/store/apps/details?id=com.hp.android.printservice
Cannon: https://play.goo B4R Question 8266 RTC Memory/ Other information - RJB (first post)    Jul 18, 2019 4); Serial.print("i: "); Serial.print(i); Serial.print(" Position: "); Serial.print(rtcPos); Serial.print(", battery: "); Serial.print(rtcMem.battery); Serial.print(", other: "); Serial.println(rtcMem.other); yield(); } Serial.println("Writing done"); } else { Serial.println("Start reading"); for (i Page: 1   2   3   4   5   6   7   Powered by ColBERT |