Do you have a question about the RasPiComm and is the answer not in the manual?
Questions and answers
Summary of Contents for amescon RasPiComm
Page 1
User Manual Extension board for the Raspberry Pi single-board computer Main Features • RS-485 port – for control over stepper motors, etc. • RS-232 port – connect to serial port devices like a modem or your PC • I2C connector – directly connect a display or sensors •...
3.2. Find out your Raspberry Pi's revision ..................4 3.3. Raspicomm Setup ........................5 3.4. Setup-Script Parameters ......................5 Using your Raspicomm ........................5 4.1. RS-485 Port ..........................5 4.2. Serial Port / RS-232 ........................6 4.3. Joystick ............................ 6 4.4.
To reconfigure your distribution later you can always use the following command: raspi-config 3.2. Find out your Raspberry Pi's revision Revision 1 looks like this: Raspberry Pi rev1 (Source: wikimedia.org) Revision 2 can be identified by the mounting hole on the top right corner. Raspberry Pi rev2 (Source: raspberrypi.org) amescon...
User 3.3. Raspicomm Setup Execute the setup-script from your home directory (cd ~) wget http://downloads.amescon.com/rpc_setup.sh && chmod +x ./rpc_setup.sh && sudo ./rpc_setup.sh The setup-script requires the following actions: • Choose revision according to your Raspberry Pi (switch revisions with the 'c'-button) •...
Example code for C or C++: int fd = open("/sys/class/gpio/gpio22/value", O_RDONLY); ... 4.4. Outputs (LEDs) The Output is mapped to the following GPIOs: Output 1 (D1): GPIO 18 • Output 2 (D2): GPIO 21 (Raspberry Pi rev.1) or GPIO 27 (Raspberry Pi rev.2) • amescon...
• Raspicomm F.A.Q: Answers to the most common questions. • Amescon Github: Our open-source sample applications for your Raspicomm. • Raspicomm Support Forum: If the manual and F.A.Q could not answer your questions, this is the place to go. •...
Need help?
Do you have a question about the RasPiComm and is the answer not in the manual?
Questions and answers