GLBasic forum

Main forum => GLBasic - en => Topic started by: Maxheadroom on 2005-Sep-19

Title: Com ports
Post by: Maxheadroom on 2005-Sep-19
Hi,
    I am trying to compose a control program for some robotic equipment using GLBASIC! I have decided to use this as the graphical representation is outstanding, quick and I just about understand it, however, trying to connect the equipment to GLBASIC is proving a problem, what is the lightly chance of getting COM’s support in the program? or will I have to get a network sniffer out and work out a way to fool GLBASIC in to thinking that my equipment is another PC on the network?

MAX...
Title: Com ports
Post by: Kitty Hello on 2005-Sep-19
For now you can fool it with a call to EXECUTESHELL("cmd.exe /C echo parameters > COM1:")
I think of an idea to implement inline C/C++ in near future.