Sponsored Content
Full Discussion: Which Tablet to Choose?
The Lounge What is on Your Mind? Which Tablet to Choose? Post 302534862 by hlinks12 on Wednesday 29th of June 2011 03:04:09 AM
Old 06-29-2011
Which Tablet to Choose?

Currently in the process of looking for a tablet. Which one is best? Thanks Benjamin Mauerberger
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Serial Ports, wacom tablet under unix

Hi, I'm new to the boards and don't know all that much about unix either. I do have quite a specific question though and i hope someone can help me with it... i'm going crazy...i've been trying to set up a wacom tablet on my unix box. i've don't it before but it was taken away and the os... (3 Replies)
Discussion started by: Salwey
3 Replies

2. Android

Will You Move to an Android Phone or Tablet?

Let's find out about users of Android. I'm becoming a big Android follower. You? After a lot of research, I am thinking to by the Samsung Galaxy S as soon as it updates to Android 2.2. I'm also closely following the release of the Samsung Galaxy Tab! (14 Replies)
Discussion started by: Neo
14 Replies

3. Shell Programming and Scripting

choose y or n

Hi, I have written a choice based shell script some thing like this: if (y) execute code .... fi else if(n) terminating the problem with the above scripting is it will work as far as the options are y or n. but i want to reiterate the same code when the user inputs something else... (1 Reply)
Discussion started by: sunrexstar
1 Replies

4. UNIX for Beginners Questions & Answers

Create Industria OS for tablet

Hi people! I have a homemade RepRap, and I would like to create an own OS as the attached videos. Have you got any ideas how to start? Minute 6:20 https://www.youtube.com/watch?v=D-tg1uZ57lM https://www.youtube.com/watch?v=0U-zlnczHow https://www.youtube.com/watch?v=4jirlfLTnsQ ... (1 Reply)
Discussion started by: arcadi
1 Replies

5. UNIX for Beginners Questions & Answers

Tablet with Debian Linux ?

Hi , i want to buy a tablet with LINUX DEBIAN. Sparky is possible too. Have heared about Ubuntu Touch and a tablet with a real keyboard to switch from touch to normal keyboard. Does anyone know something ? WBR SM (3 Replies)
Discussion started by: Sennenmut
3 Replies
TB(4)							     Kernel Interfaces Manual							     TB(4)

NAME
tb - line discipline for digitizing devices SYNOPSIS
/sys/conf/SYSTEM: NTB 1 # RS232 interface for Genisco/Hitachi tablets DESCRIPTION
This line discipline provides a polled interface to many common digitizing devices which are connected to a host through a serial line. When these devices stream data at high speed, the use of the line discipline is critical in minimizing the number of samples that would otherwise be lost due to buffer exhaustion in the tty(4) handler. The line discipline is enabled by a sequence: #include <sys/tablet.h> int ldisc = TBLDISC, fildes; ... ioctl(fildes, TIOCSETD, &ldisc); A typical application program then polls the digitizing device by reading a binary data structure which contains: the current X and Y posi- tions (in the device coordinate space), up-down status of the buttons or pen stylus, proximity information (when available), and a count of the number of samples received from the input device since it was opened. In addition, devices such as the GTCO append tilt and pressure information to the end of the aforementioned structure. For the Polhemus 3-D digitizer the structure read is completely different. Refer to the include file for a complete description. While in tablet mode, normal teletype input and output functions take place. Thus, if an 8 bit output data path is desired, it is neces- sary to prepare the output line by putting it into RAW mode using ioctl(2). This must be done before changing the discipline with TIOC- SETD, as most ioctl(2) calls are disabled while in tablet line-discipline mode. The line discipline supports ioctl(2) requests to get/set the operating mode, and to get/set the tablet type and operating mode by or-ing the two values together. The line discipline supports digitizing devices which are compatible with Hitachi, GTCO, or Polhemus protocol formats. For Hitachi there are several formats with that used in the newer model HDG-1111B the most common. SEE ALSO
tty(4) DIAGNOSTICS
None. 3rd Berkeley Distribution August 1, 1987 TB(4)
All times are GMT -4. The time now is 05:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy