LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   USB to serial convertor + minicom (https://www.linuxquestions.org/questions/linux-newbie-8/usb-to-serial-convertor-minicom-650228/)

Misbah Naveed 06-19-2008 12:23 AM

USB to serial convertor + minicom
 
Hi
I have RHEL4 with kernel-2.6. I have a USB to serial convertor FT232R cable.this cable is used to send data to a device used as temperature sensing.it is working well in windows.i have to make it working in linux with kernel-2.6.
RHEL4 already have pl2303.c and pl2303.h files in /usr/src..../drivers/usb/serial/pl2303.c so i did the step
1...modprobe pl2303
2...lsmod shows the loaded module and dmesg also confirms it.
when i use command
...dmesg | grep usb
it shows /dev/ttyS0.....not ttyUSB0.
can someone tells me that these both are same?

also minicom doesnot do any work when i open it....pls help me

jomen 06-19-2008 01:18 AM

I have a problem understanding what you say.
To me it seems impossible that the command
Code:

dmesg | grep usb
will return anything other than lines containing the string "usb"
That command could not return /dev/ttyS0 as an output.


All times are GMT -5. The time now is 05:30 PM.