Sponsored Content
Top Forums Shell Programming and Scripting reading from and writing to serial port Post 302563465 by ygemici on Tuesday 11th of October 2011 09:55:13 AM
Old 10-11-2011
This User Gave Thanks to ygemici For This Post:
 

9 More Discussions You Might Find Interesting

1. Programming

serial port reading

Hai there, Can any one provide me with a ansi c source code for opening com1 or com2 and read data. The port is connected to another serial communication device on rs232 port. The o/s is Sco Unix 5.0.6 Matter urgent Viswanath (0 Replies)
Discussion started by: viswanath
0 Replies

2. Solaris

Serial port problem

I am working with solaris 9 sparc and I want to connect physical device in serial port but when I am connecting it,It is showing the error window saying-- So can any1 tell me the reason or is there any package I have to add to work with serial port??? (2 Replies)
Discussion started by: smartgupta
2 Replies

3. Programming

How to tell if a string to serial port has been sent

I have a need to determine when a string has been completely sent via a serial port from a standard 'C' application. The code is as follows: SerialPort_Send = open (pPortString, O_WRONLY | O_NOCTTY | O_NONBLOCK); write (SerialPort_Send, pCommandString, strlen (pCommandString)); ... (2 Replies)
Discussion started by: ExDes
2 Replies

4. OS X (Apple)

Serial port parameters

Hello, I am trying to use a rs232 device through a USB serial port on my MacBook pro laptop. I think the device needs the communication parameters to be 9600 n 8 1 my question is does anyone know what the default communication parameters are for mac os x 10.5.7 unix? And if the default... (0 Replies)
Discussion started by: jamesapp
0 Replies

5. Shell Programming and Scripting

Need help with serial port

Hi, I have a external board connected to my serial port. I need to execute "shutdown -r now" command when system boot up. When system boots up it requires a username ans password. Then I need to run my command. I can use rc script but that is rebooting system before it asks for username and... (0 Replies)
Discussion started by: charlie.arya
0 Replies

6. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

7. Debian

Reading data from a serial port

Dear List - I am trying to capture data from a serial port and write it to a file. /var/www$ cat /dev/ttyS0 > scale_value.html cat: /dev/ttyS0: Device or resource busy /var/www# cat /proc/tty/driver/serial serinfo:1.0 driver revision: 0: uart:16550A port:000003F8 irq:4 tx:90... (11 Replies)
Discussion started by: Meow613
11 Replies

8. Web Development

Writing to a Serial Port

I am trying to write to a serial port and capture the reponse in a file - adduser ethan dialout The user `ethan' is already a member of `dialout' root@meow:/home/ethan# ls -l /dev/ttyS0 crw-rw-r-- 1 ethan dialout 4, 64 Oct 7 20:55 /dev/ttyS0 $fh1 = fopen("/dev/ttyS0", "w+");... (74 Replies)
Discussion started by: Meow613
74 Replies

9. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies
Config::Model::models::LCDd::serialVFD(3pm)		User Contributed Perl Documentation	       Config::Model::models::LCDd::serialVFD(3pm)

NAME
Config::Model::models::LCDd::serialVFD - Configuration class LCDd::serialVFD VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model generated from LCDd.conf Elements Type Specifies the displaytype. 0 NEC (FIPC8367 based) VFDs. 1 KD Rev 2.1. 2 Noritake VFDs (*). 3 Futaba VFDs 4 IEE S03601-95B 5 IEE S03601-96-080 (*) 6 Futaba NA202SD08FA (allmost IEE compatible) 7 Samsung 20S207DA4 and 20S207DA6 8 Nixdorf BA6x / VT100 (* most should work, not tested yet.)Optional. Type uniline. upstream_default: '0'. use_parallel "no" if display connected serial, "yes" if connected parallel. I.e. serial by default. Optional. Type uniline. upstream_default: 'no'. Port Number of Custom-Characters. default is display type dependent Custom-Characters=0 Portaddress where the LPT is. Used in parallel mode only. Usual values are 0x278, 0x378 and 0x3BC.Optional. Type uniline. default: '0x378'. PortWait Set parallel port timing delay (us). Used in parallel mode only.Optional. Type integer. upstream_default: '2'. Device Device to use in serial mode. Usual values are /dev/ttyS0 and /dev/ttyS1. Optional. Type uniline. default: '/dev/ttyS1'. Size Specifies the size of the VFD.Optional. Type uniline. default: '20x2'. Brightness Set the initial brightness (4 steps 0-250, 251-500, 501-750, 751-1000)Optional. Type integer. upstream_default: '1000'. OffBrightness Set the initial off-brightness This value is used when the display is normally switched off in case LCDd is inactive (4 steps 0-250, 251-500, 501-750, 751-1000)Optional. Type integer. upstream_default: '0'. Speed set the serial port speed Optional. Type enum. choice: '1200', '2400', '9600', '19200', '115200'. upstream_default: '9600'. ISO_8859_1 enable ISO 8859 1 compatibility Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'. SEE ALSO
o cme perl v5.14.2 2012-11-09 Config::Model::models::LCDd::serialVFD(3pm)
All times are GMT -4. The time now is 06:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy