Join the dark side, we have cookies :)
You need only two tools. WD-40 and duct tape. If it doesn't move and it should, use WD-40. If it moves and shouldn't, use the tape.
Je gebruikt de screen als setserial?
Voor het uitlezen, tja, ik denk dat je dan zelf iets moet programeren, of gewoon wat dingen uit de 'apt-cache search serial' lijst moet uitproberen, bijvoorbeeld:
code:
1
2
3
4
5
| Package: setserial Description: controls configuration of serial ports Set and/or report the configuration information associated with a serial port. This information includes what I/O port and which IRQ a particular serial port is using. |
Voor het uitlezen, tja, ik denk dat je dan zelf iets moet programeren, of gewoon wat dingen uit de 'apt-cache search serial' lijst moet uitproberen, bijvoorbeeld:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Package: snooper Description: Captures communication between two external serial devices Snooper passes data transparently between two serial (RS232C) devices, capturing and logging the data and occasional comments you want to insert into the logs. . It is useful for debugging or analyzing the communications protocol between two devices that would normally be connected directly to each other, e.g. a digital camera and a personal computer. By sitting "in the middle" (after you connect the two devices to serial ports on your Linux machine) snooper is able to capture data traveling in either direction while also passing it unmodified to the other device. . It is also possible to operate with a single serial device, using your console and keyboard as the second device. |
[ Voor 48% gewijzigd door Kees op 13-02-2010 16:06 ]
"Een serveradmin, voluit een serveradministrator, is dan weer een slavenbeheerder oftewel een slavendrijver" - Rataplan
Wat dacht je van iets als dit:
stty -F /dev/ttyUSB0 19200 -crtscts cs8 -parenb -cstopb cat /dev/ttyUSB0 > bestand