Serial Port Open?

Hi,

Is it possible with QuickTeach to use the robot’s serial port?

For example:

Open “com1:”,SerialPort1Read;

Currently this gives me an error.

Thanks,

Nicholas.

No, it is not possible !
You must send or read the data from one file, like this:
Open "flp1:"File:=“Myfile.txt”,iodeviceRead;
If you want send the data to a printer, for an expample, use HyperTerminal to send the file to the serial port…