Search Criteria
Package Details: atinout 0.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/atinout.git (read-only, click to copy) |
---|---|
Package Base: | atinout |
Description: | AT commands as input are sent to modem and responses given as output. |
Upstream URL: | http://atinout.sourceforge.net/ |
Licenses: | GPL3 |
Submitter: | maxdevaine |
Maintainer: | maxdevaine |
Last Packager: | maxdevaine |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2013-07-02 13:36 (UTC) |
Last Updated: | 2020-12-11 07:24 (UTC) |
Latest Comments
blochl commented on 2020-10-08 15:44 (UTC) (edited on 2020-10-08 15:45 (UTC) by blochl)
The path to the patch seems to be wrong, causing the build to fail. This change fixes it:
peterpan4 commented on 2019-08-10 12:39 (UTC)
@cgx, you can compile it like this:
cgx commented on 2018-10-22 16:07 (UTC)
Not building for me:
gcc -o atinout -W -Wall -Wextra -Werror -DVERSION=\"0.9.1\" -g atinout.c atinout.c: In function ‘is_final_result’: atinout.c:141:6: error: this statement may fall through [-Werror=implicit-fallthrough=] if (strcmp(&response[1], "K\r\n") == 0) { ^ atinout.c:145:2: note: here default: ^~~~~~~ cc1: all warnings being treated as errors make: *** [Makefile:14: atinout] Error 1 ==> ERROR: A failure occurred in build().
maxdevaine commented on 2017-02-09 22:01 (UTC)
dreieck commented on 2017-02-09 18:39 (UTC)