search for: databits

Displaying 9 results from an estimated 9 matches for "databits".

2008 Jan 14
10
Using EventMachine to listen from non-network
...me Pierronnet''s Ruby/SerialPort library. It turned out to be simpler than I thought it would be: require ''serialport'' $eventmachine_library = :pure_ruby require ''eventmachine'' module EventMachine class << self def connect_serial(dev, baud, databits, stopbits, parity) EvmaSerialPort.open(dev, baud, databits, stopbits, parity).uuid end end def EventMachine::open_serial(dev, baud, databits, stopbits, parity, handler=nil) klass = if (handler and handler.is_a?(Class)) handler...
2009 May 11
0
I/O question (output via Parallel Port)
Hi, We are using Wine 1.0.1 on Red Hat Enterprise Linux 4.6, before in Windows our application use 3rd party software "TVicport.dll" to output signal to databit of parallel port, but it seems doesn't work on Wine! We have 2 questions: 1. Is it possible to output signal to databit of parallel port within Wine? 2. If yes then how to do it? Any possible solution will be
2009 May 11
1
MDI form in Wine
Hi all, One of my application use MDI(Multiple Document Interface) form, when I open 2 forms at the same time, and close one form first, then I can still see some image of previous form overlapped on the other form, if I minimize the window and the maximize the other form, the overlapped image will disappear! Does anyone know how to prevent from this situation? Thanks! Best
2012 Oct 17
1
Adding an MT9234ZBA-USB modem to CentOS6.3
How, exactly, does CentOS-6.3 with udev recognize an USB modem when it is plugged in. How is it indicated? What other configuration is required? I can find the modem in /sys/class/tty and I can get the attributes using udevadm but I do not see anything in ps that refers to the modem device. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne
2004 Jul 23
2
Cisco 12sp firmware... Anyone got it???
Looking for firmware (anything) for the 12sp model phones. Anyone got it drop me a line! steve_mcmahon@hotmail.com or ajener@qwest.net Sincerely, Steve McMahon Digital DataBits Innovations Salem, OR 97301 Office: (503)371-6448 Ext. 2 Cellular: (503)881-6828 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040723/f323f2e4/attachment.htm
2012 Jun 12
0
Help needed with Elographics touchscreen
...tion "SendCoreEvents" "true" (**) Option "CorePointer" (**) Touchscreen0: always reports core events (**) Option "Device" "/dev/ttyS4" (**) Option "BaudRate" "9600" (**) Option "StopBits" "1" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "FlowControl" "None" (**) Elographics X device name: TOUCHSCREEN (**) Option "ScreenNo" "0" (**) Elographics associated screen: 0 (**) Elographics untouch delay: 50 ms (**) Elogra...
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello, I just discovered a strange bug with serial passthrough in xen 4.1 on Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The serial port is passed through to a DomU with options 'irq = [ 4 ]' and 'ioports = [ '3f8-3ff ]'. This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel 2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello, I just discovered a strange bug with serial passthrough in xen 4.1 on Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The serial port is passed through to a DomU with options 'irq = [ 4 ]' and 'ioports = [ '3f8-3ff ]'. This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel 2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2020 Aug 25
9
[Proposal][Debuginfo] dsymutil-like tool for ELF.
Hi,   We propose llvm-dwarfutil - a dsymutil-like tool for ELF.   Any thoughts on this?   Thanks in advance, Alexey. ====================================================================== llvm-dwarfutil(Apndx A) - is a tool that is used for processing debug info(DWARF) located in built binary files to improve debug info quality, reduce debug info size and accelerate debug info processing.