![Bluegiga IWIP3G - IWRAP - IPHONE 3G Скачать руководство пользователя страница 68](http://html1.mh-extra.com/html/bluegiga/iwip3g-iwrap-iphone-3g/iwip3g-iwrap-iphone-3g_user-manual_2777547068.webp)
68
mask
Bit mask that defines the GPIO lines
states
Bit mask that defines the GPIO pin states
Response:
No response if command execution is successful.
SYNTAX ERROR
This event is raised if incorrect parameters are given
Events:
PIO {reg value}
This event is raised
5.27.2
Examples
Setting PIO7 (which lights the PIO7 LED on the evaluation kit if the corresponding switch
is in the LED position) and PIO5 (which is an input pin and thus cannot be set locally by
default):
PIO SET 80 FF
(80 in hex is 10000000 in binary, so only the 8th bit is affected; parameters
80 80 etc. would yield the same result)
PIO GET
PIO GET 180 (100 + bits; bit 9, e.g. 100 is always set)
PIO SET 20 FF
(try to set 6th bit)
PIO GET
PIO GET 180 (only the 8th direction bit is set by default, so only PIO7 can be set)
PIO GETDIR
PIO GETDIR 80
PIO SETDIR 20 FF
PIO GETDIR
PIO GETDIR a0 (A0 is 10100000 in binary; now both PIO7 and PIO5 can be set)
PIO SET 20 FF
PIO GET
PIO GET 1a0 (now PIO5 is set too)
PIO RESET
PIO GET
PIO GET 100
PIO GETDIR
PIO GETDIR 80
Содержание IWIP3G - IWRAP - IPHONE 3G
Страница 1: ...iWRAP3 U s e r G u i d e V e r s i o n 1 3 F r i d a y S e p t e m b e r 2 6 2 0 0 8...
Страница 31: ...31 INQUIRY 3 INQUIRY 00 18 42 f1 a5 be 5a020c INQUIRY 00 17 e4 ef f9 01 50020c INQUIRY 00 07 80 87 68 ec 200428...
Страница 33: ...33 Note IC command cancels the inquiry only if issued before the INQUIRY num_of_devices message...
Страница 116: ...116 6 18 2 Examples How to disable default escape character and configure DTR to PIO5 SET CONTROL ESCAPE 20 1...
Страница 169: ...169 9 7 RS232 Connections Diagram Figure 7 RS232 connections...
Страница 187: ...187 Example trace of file reception via OPP Figure 12 Receiving a vCard over OPP...
Страница 197: ...197 Figure 17 MSC signal directions...