Cables and Connectors to Use 12 pin GPIO interface | Telit Cinterion IoT Developer Community
November 17, 2016 - 11:24am, 3720 views
Hello!
I'm currently building an app operating a device via Serial. Currently I'm operating it via DB9 RS232 port but for the final setup I'll rather use the ASC1 instead of the ASC0 serial interface. To do so, I will have to aquire a cable and connector which allows me to do so. I will only need to use ASC1, so RX1, TX1 and GND will be needed.
What kind of cable/connectors shall I use? I'm not finding many information about it.
Thanks.
Hi,
You can find the information and vendor of the connector in the hardware manual of the terminal, the manual can be downaloaded here:
https://iot-developer.thalesgroup.com/documentation/download-documentation-javalinux-sdk-and-drivers-gemalto-m2m-wireless-modules
Regards
ALopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!
8-pin and 12-pin header GPIO connector (female plug) for GPIO interface
Type:
8-pin: B2CF 3.50/08/180 SN BK BX
12-pin: B2CF 3.50/12/180 SN BK BX
Ordering number (12-pin): 1277510000
Ordering number (8-pin): 1277480000
Weidmüller Interface GmbH & Co. KG
So supposedly after I change the input interface, I'll just have to change my connection string into COM1 and I'll be good to go?
Many thanks to you both!
Have just ordered.
Hi,
Yes, that's !! But take in consideration that ASC1 has only the following pins:
-RTS,CTS,RD and TD.
Regards
ALopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!
Yeah, I won't need any other type of flow control!
Thanks ALopez!
Cheers
I have another BG5ST just like the one I used before, how to I select ASC0 to communicate with my external serial device?
I have SPOW 1,0,0
and
String strCOM = "comm:COM0;blocking=off;baudrate=115200;autocts=off;autorts=off";
exactly like in the old one but I'm not being able to receive information for the device in the modem.
For terminal you should be using hardware flow control: autocts=on;autorts=on.