Navigation:  Macro > Instructions > Entrée/sortie sur une ligne série (RS232) >

SET SERIAL LINE

AiM Services
Previous pageReturn to chapter overviewNext page

SET SERIAL LINE @Dev,Code$

Cette instruction permet de définir le type de la ligne série RS232C. Le device @Dev doit être ouvert par une instruction OPEN DEVICE au préalable.
Se référer au manuel UNIX stty(1) et termio(7) pour une description plus détaillée en fonction du système.
 

Code$

Description

"ISIG"

Enable signals

"ICANON"

Canonical input (erase and kill processing)

"XCASE"

Canonical upper/lower presentation

"ECHO"

Enable echo

"ECHOE"

Echo ERASE as correcting backspace sequence

"ECHOK"

Echo NL after kill character

"ECHONL"

Echo NL

"NOFLSH"

Disable flush after interrupt, quit, or suspend

 

Exemple

 SET SERIAL LINE @Rs232,"-ECHO"