Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

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.

Comments

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