Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | RS232... SEARCH    

RS232...

  Functions
RS232.checkSum
RS232.close
RS232.get
RS232.open
rs232.send

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

RS232...

Language: MioScript
Product: MioFactory


Set of functions to control RS-232 serial ports:
- Open and close a COM port
- Communicate with RS-232 enabled devices

With RS-232 it possible to control a robot, to read a GPS, to get information from a car via ODBII, to control electronic devices, microcontrollers and sensors, touch screens, etc.

You can control any RS-232 based devices connected on a COM port of your computer. The connection can be done via USB with an adapter.

You can open one COM port simultaneously, but you can create additional applications (or processes) controlled from your main program to manage several COM ports simultaneously. For more information: extern....