Gambas Serial Port Send

Posted : admin On 29.01.2020
Gambas serial port send key
  1. Parallel Port
Gambas Serial Port SendSend

Parallel Port

Carl, will you be using the PC end and gambas code as the master or slave, if master then just use the sport read interupt function. Remember you will have to use chr and asc if using binary data streems. The Gambas3 serial example is very good. If any data is in the input buffer it will trigger the SportRead sub and exit leeving the system free to carry on. Just use the PC as master to request data from the slave of slaves.