Results 1 to 2 of 2
HI
how can i create a device file (like ttyACM0 ) ? and how can i use them?
thanks...
- 03-05-2007 #1Just Joined!
- Join Date
- Mar 2007
- Location
- Iran-tehran
- Posts
- 35
Device File
HI
how can i create a device file (like ttyACM0 ) ? and how can i use them?
thanks
- 03-05-2007 #2
To create a device file...
as a super-user or sudoer
Then, open the device file using: "open"mknod /dev/ttyACM0 c 4 <minor_node>---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------


Reply With Quote