On 17/03/12 11:55, dave selby wrote:
I have an attatched mymobiler device which I can send string to, I
need to send a cursor down command but am having problems,
I have no idea what a mymobiler device is, nor how you would go about
using Python with it.
I need to send ... 224 followed by
HI,
I have an attatched mymobiler device which I can send string to, I
need to send a cursor down command but am having problems,
I need to send ... 224 followed by 80 I found this by monitering msvcrt.getch()
However I do not know how to construct this, chr(224) + chr(80)
returns a loud bleep f