This one time, at band camp, Oli Howson <oli@xxxxxxxxxxxx> wrote: > I'm interested in the possibility of connecting a computer running A > PHP server to a till drawer and have the server able to open the > drawer. Anyone know how this would work? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php I simple wrote a small C program that basically sent a bell, 0x07 and it opened my cash drawer. In php I just did system('bell'); and it worked fine. Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php