Skip to content

Instantly share code, notes, and snippets.

View bitswarming's full-sized avatar

bit swarm bitswarming

  • Mare Tranquillitatis
View GitHub Profile
@baturin
baturin / gist:1683632
Created January 26, 2012 16:27
PHP script to look for a better location of 3G modem
<?php
$fcmd = fopen('/dev/ttyUSB0', 'w');
$fp = fopen('/dev/ttyUSB0', 'r');
if ($fp === false || $fcmd === false) {
throw new Exception("Failed to open modem device");
}
$levels = array();