Com ports

Previous topic - Next topic

Maxheadroom

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

Kitty Hello

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.