You are not logged in.

Search results

Search results 1-14 of 14.

Friday, August 19th 2011, 5:40pm

Author: santiago.barreiro

Can my Jabaco code work in Android?

Hello everyone! Since my testing for serial communications did work, just recently, I restart working with Jabaco in a more intense way. The target environment did change though, directing towards the iPad like devices. Therefore I am wondering since the final code is java, have someone tested or experienced with resulting applications functioning in Android? Regards

Tuesday, June 21st 2011, 10:26am

Author: santiago.barreiro

Serial Port

Great! After months of not using JABACO due to me be unable to workout serial ports, I just fund that it have been solver. Thanks doctor.

Tuesday, February 2nd 2010, 2:15am

Author: santiago.barreiro

Serial Port

Hello! I just test the code... at the general - declarations the following was placed: Jabaco Source 1 Import javax#comm The button code was moved to Command2, and a list box was added to send the result Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 Public Sub Command2_Click() Dim cpi As CommPortIdentifier Dim ty As Integer Dim s As String = "" Dim t As String Dim en As java#util#Enumeration = CommPortIdentifier.getPortIdentifiers()...

Tuesday, February 2nd 2010, 12:31am

Author: santiago.barreiro

Serial Port

Hello A1880... Thank you... good enough to test it... I understand that RXTX only changes the import statement... something like the following quote, but I will begin testing with the more universar comm.. Regards Santiago "REMEMBER !! for the newbies Change the all occurences of the import javax.comm.*; in MyApps.java TO import gnu.io.*; I did not even have to recompile as suggested the rxtxSerial.dll" from http://rxtx.qbang.org/wiki/index.php/Using_RXTX "

Monday, February 1st 2010, 7:14pm

Author: santiago.barreiro

Serial Port

Hello A1880 Kind of mixing two question, in order to solve this one. I found comm.jar that is supposed to be generic (cross-plataform), I downloaded, and I just integrated with F1 into a project. It shows the class and describes the functions properly... How do I call this functions within Jabaco? Regards Santiago

Monday, February 1st 2010, 5:33pm

Author: santiago.barreiro

Serial Port

You are right.... I was looking for HELP (usually on F1) and the windows pop up... thank you!

Monday, February 1st 2010, 5:28pm

Author: santiago.barreiro

WebBrowser

Thanks! I will do some search on that.... regards

Sunday, January 31st 2010, 11:09pm

Author: santiago.barreiro

WebBrowser

Hello 1880, again me... What is the "javax#swing#text#html#HTMLDocument" in the following dim statement? Dim doc As javax#swing#text#html#HTMLDocument Where do I get information in regard to this type? Regards Santiago

Sunday, January 31st 2010, 9:12pm

Author: santiago.barreiro

Serial Port

Hello A1880 Sorry for the slow understanding, but would you care to explain me how do I include a JAR CLASS into a JABACO proyect. The jar might as simple a "Jar say Hello" sample code, that can be called from Jabaco. Regards Santiago

Sunday, January 31st 2010, 3:27am

Author: santiago.barreiro

Jabaco for Linux question

Hello... First of all... I am a VB programmer, since it was QBasic and Basic Compiler, always WINDOWS. I am searching for a Basic that, being mostly compatible with VB6, both in WINSOCK and SERIAL port handling, and transparent for LINUX, which I barely understand. When I compile from the IDE only EXE output file is there... How do I compile for Linux? What is the LINUX executable program? Regards Santiago

Sunday, January 31st 2010, 2:14am

Author: santiago.barreiro

Serial Port

Hello Perhaps placing inline something like the code in the link. This link show a java pure code for serial and parallel port: http://java.sun.com/developer/Books/java…cookbook/11.pdf Regards

Sunday, January 31st 2010, 2:01am

Author: santiago.barreiro

Serial Port

Hello all.. Is there possible to include inline Java code? It will be a simple way for adding serial port support. Regards Regards Santiago

Saturday, January 30th 2010, 3:15am

Author: santiago.barreiro

All forms load, but only one form.Show executes

HELLO A1880... Thank you for you fast response. Yes, that is exactly the case. And even further... I just re-open the proyecto, place a new command button and it did work. In fact, I placed (yesterday) a second text box and a second list and it did not show neither, but now the they all show. I have kept programming in order to confirm if my main requirements work for me, and the are find. I have another question, in regard to serial ports, but I will place them in the proper thread. Regards San...

Friday, January 29th 2010, 7:25pm

Author: santiago.barreiro

All forms load, but only one form.Show executes

Hello all! So far (about 30 minutes) I have enjoy the similarity with VB6 in the environment. But also, the first problem also encounter. I Placed two command buttons in the form, it does compile without errors, but one the first one show. I tested a text box for the second one, and also it did not show. What is the problem? Regards Santiago

WoltLab Burning Board