Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Accessing Serial port on windows and Linux

by Anonymous Monk
on Jan 13, 2010 at 08:19 UTC ( [id://817130]=note: print w/replies, xml ) Need Help??


in reply to Re: Accessing Serial port on windows and Linux
in thread Accessing Serial port on windows and Linux

How do you specify speed, parity and xon/off?
  • Comment on Re^2: Accessing Serial port on windows and Linux

Replies are listed 'Best First'.
Re^3: Accessing Serial port on windows and Linux
by afoken (Chancellor) on Jan 16, 2010 at 07:37 UTC

    By using ioctl, at least on Linux. The various serial port modules take care of that when you use them. I think Windows has something similar, RTFM. In the worst case, you get the OS defaults for the port.

    Note that /dev/S01 is usually not your first serial port. That would be named /dev/ttyS0, and the second one /dev/ttyS1. USB converters usually appear as /dev/ttyUSB0, /dev/ttyUSB1, and so on. (/dev/S01 seems to be a typo or a system-specific device.)

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://817130]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (11)
As of 2024-04-19 16:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found