Re: [BRLTTY] development brltty --> brlapi

2016-05-02 Thread Shérab
Hi, Tayky (2016/05/02 19:51 +0200): > Hi, > I try, I try to understand this code, > unfortunately it's hard :( > This code is verry compact and hard for yong dev. > it's possible please, just a micro code for understand write and read > packet. Sorry but I won't be able to write and above all tes

Re: [BRLTTY] development brltty --> brlapi

2016-05-02 Thread Tayky
Hi, I try, I try to understand this code, unfortunately it's hard :( This code is verry compact and hard for yong dev. it's possible please, just a micro code for understand write and read packet. Thanks in advance and sorry for your time Send my iPhone > Le 2 mai 2016 à 11:10, Shérab a écrit

Re: [BRLTTY] development brltty --> brlapi

2016-05-02 Thread Shérab
Hi, Tayky (2016/05/02 10:36 +0200): > Hello all :), > I've read the man for brlapi but I have some difficults. > It is possible please, a example code: juste for write a packtet and > read packet. See Programs/brlapi_client.c in brltty sources. hth, Shérab. _

Re: [BRLTTY] development brltty --> brlapi

2016-05-02 Thread Tayky
Hello all :), I've read the man for brlapi but I have some difficults. It is possible please, a example code: juste for write a packtet and read packet. I'm sorry for the disturb Thank in advance Envoyé de mon iPhone > Le 16 avr. 2016 à 10:59, Shérab a écrit : > > Hi, > > Tayky (2016/04/1

Re: [BRLTTY] development brltty --> brlapi

2016-04-16 Thread Shérab
Hi, Tayky (2016/04/15 22:42 +0200): > Hi, > > I really want to try to recreate my own API, just for fun. :) > I'll just need some documentation about the protocol first, if this is > possible, please. Then see BrlAPI's reference manual. Not sure whether distributions install it or it if it is av

Re: [BRLTTY] development brltty --> brlapi

2016-04-16 Thread Samuel Thibault
Hello, Tayky, on Fri 15 Apr 2016 22:42:20 +0200, wrote: > I really want to try to recreate my own API, just for fun. :) > I'll just need some documentation about the protocol first, if this is > possible, please. Everything is documented in the brlapi manual and reference manual, see Documents/M

Re: [BRLTTY] development brltty --> brlapi

2016-04-15 Thread Tayky
Hi, I really want to try to recreate my own API, just for fun. :) I'll just need some documentation about the protocol first, if this is possible, please. > Le 15 avr. 2016 à 01:58, Shérab a écrit : > > Hi, > > Tayky (2016/04/15 01:14 +0200): >> Hello all :) >> I create a program x for my sc

Re: [BRLTTY] development brltty --> brlapi

2016-04-15 Thread Tayky
Thank for your idea :) I'll go to try :) Thank :) Envoyé de mon iPhone > Le 15 avr. 2016 à 01:58, Shérab a écrit : > > Hi, > > Tayky (2016/04/15 01:14 +0200): >> Hello all :) >> I create a program x for my scool in C. >> And I like to use brlapi for put message on braille display and get key

Re: [BRLTTY] development brltty --> brlapi

2016-04-14 Thread Shérab
Hi, Tayky (2016/04/15 01:14 +0200): > Hello all :) > I create a program x for my scool in C. > And I like to use brlapi for put message on braille display and get keys. > Actually I can put a message with Writetext, but is it possible with a > file descriptor ? Because Iprefere using somes functio

[BRLTTY] development brltty --> brlapi

2016-04-14 Thread Tayky
Hello all :) I create a program x for my scool in C. And I like to use brlapi for put message on braille display and get keys. Actually I can put a message with Writetext, but is it possible with a file descriptor ? Because Iprefere using somes functions like: write, read, etc. Other thing, I wan