can a device like a hyperterminal(ttyUSB) be written and then accessed using cat command.
for example
command:cat /dev/ttyUSB0

throw some light on it if it's possible


Thanks in advance...

Surely, it can be done...
Any device file can be accessed by using the standard functions like open, close, read, write etc, which are implemented in the device drivers.
So, we can very well cat and echo for a valid device file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.