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.
&
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
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