Moxa Technologies INTELLIO C218 Manuel d'utilisateur Page 79

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 122
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 78
Serial Programming Tools
Intellio C320Turbo User's Manual 4-11
#define CTSFlowControlBitOn 0x01
#define RTSFlowControlBitOn 0x02
#define HWFlowControlOn 0x03
struct strioctl ioc;
int setting;
setting = CTSFlowControlbitOn;
ioc.ic_cmd = MHWFLOW;
ioc.ic_timout = 0;
ioc.ic_len = sizeof(int);
ioc.ic_dp = (char *)&setting;
ioctl(moxa_fd, I_STR, &ioc);
Vue de la page 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 121 122

Commentaires sur ces manuels

Pas de commentaire