Re: [Gambas-user] Serial ports in Gambas

2009-11-24 Thread nando
ambas-user] Serial ports in Gambas > Hi, > > after not being active with Gambas for some time now. I am thinking of > making a program with it. > > I am learning products from http://www.byvac.com especially the BV513, > which is PIC-based microcontroller programmed in basic. &

Re: [Gambas-user] Serial ports in Gambas

2009-11-22 Thread Robert JUHASZ
Hello, In the examples you find one for the serial port: Open Example \ Networking \ SerialPort. It shows the basics. You can send commands from your code (by taking them for example from a textbox filled by the user) with PRINT or WRITE, you can read from the serial port with READ. Regards, Rob

[Gambas-user] Serial ports in Gambas

2009-11-22 Thread Kari Laine
Hi, after not being active with Gambas for some time now. I am thinking of making a program with it. I am learning products from http://www.byvac.com especially the BV513, which is PIC-based microcontroller programmed in basic. The sofware from Byvac is for Windows only. I tried with minicom but