Re: backspace shows ^? in serial communication

2013-02-28 Thread Giorgos Keramidas
On 2013-02-26 23:40, s m wrote: > hello all, > > i have problem with backspace in freebsd 8.2. when i run a serial > program to communicate via a serial port to the other system, > backspace shows ^? in opened terminal. i use termios and fcntl to > open, read, write and close serial port. i set e

backspace shows ^? in serial communication

2013-02-26 Thread s m
hello all, i have problem with backspace in freebsd 8.2. when i run a serial program to communicate via a serial port to the other system, backspace shows ^? in opened terminal. i use termios and fcntl to open, read, write and close serial port. i set erase and erase2 for ttyu2(my serial port)

Re: Serial Communication

2006-06-26 Thread bc
e - From: "Bryan" <[EMAIL PROTECTED]> To: "Ted Mittelstaedt" <[EMAIL PROTECTED]> Sent: Saturday, June 24, 2006 1:57 PM Subject: Re: Serial Communication Ted Mittelstaedt wrote: stty speed 2400 -hup cs8 -parenb -clocal -f /dev/ttyd0 cat dload.txt &

Re: Serial Communication

2006-06-25 Thread Ted Mittelstaedt
ECTED]> To: "Ted Mittelstaedt" <[EMAIL PROTECTED]> Sent: Saturday, June 24, 2006 1:57 PM Subject: Re: Serial Communication > Ted Mittelstaedt wrote: > > stty speed 2400 -hup cs8 -parenb -clocal -f /dev/ttyd0 > > cat dload.txt > /dev/ttyd0 > > > >

Re: Serial Communication

2006-06-24 Thread Bryan
Ted Mittelstaedt wrote: stty speed 2400 -hup cs8 -parenb -clocal -f /dev/ttyd0 cat dload.txt > /dev/ttyd0 also the scanner must assert DTR when it's turned on. Ted - Original Message - From: "Bryan" <[EMAIL PROTECTED]> To: Sent: Saturday, June 24, 2006

Re: Serial Communication

2006-06-24 Thread Ted Mittelstaedt
stty speed 2400 -hup cs8 -parenb -clocal -f /dev/ttyd0 cat dload.txt > /dev/ttyd0 also the scanner must assert DTR when it's turned on. Ted - Original Message - From: "Bryan" <[EMAIL PROTECTED]> To: Sent: Saturday, June 24, 2006 12:53 PM Subject: Serial Com

Serial Communication

2006-06-24 Thread Bryan
I have an old TCL/TK Script That I wrote several years ago that sends data out of a serial port into a Radio Shack Pro-64 scanner. The program basically programs the scanner with frequencies to listen to. I cant figure out how to make it work in FreeBSD. The port must be configured as follows

Re: Serial communication, terminal

2005-01-13 Thread Jay Moore
On Wednesday 12 January 2005 03:22 am, Florian Hengstberger wrote: > Hi! > > I have a microcontroller with an uart interface. > I want to communicate with my computer through the serial port > of my FreeBSD box. > Is it somehow possible to connect the serial io to a xterm? > Case it is not: I don't

Re: Serial communication, terminal

2005-01-12 Thread Matthias Buelow
Florian Hengstberger wrote: I have a microcontroller with an uart interface. I want to communicate with my computer through the serial port of my FreeBSD box. Is it somehow possible to connect the serial io to a xterm? Case it is not: I don't want to write a program myself - is there an existing pr

Re: Serial communication, terminal

2005-01-12 Thread Warren Block
On Wed, 12 Jan 2005, Florian Hengstberger wrote: I have a microcontroller with an uart interface. I want to communicate with my computer through the serial port of my FreeBSD box. Is it somehow possible to connect the serial io to a xterm? Case it is not: I don't want to write a program myself - is

Serial communication, terminal

2005-01-12 Thread Florian Hengstberger
Hi! I have a microcontroller with an uart interface. I want to communicate with my computer through the serial port of my FreeBSD box. Is it somehow possible to connect the serial io to a xterm? Case it is not: I don't want to write a program myself - is there an existing program handling the io?

Re: USB and serial communication

2003-09-11 Thread Bernd Walter
On Fri, Sep 05, 2003 at 01:40:13PM +0200, Anders Jansson wrote: > Hi everyone, > > > I have just installed FreeBSD 5.1 om my PC (my first FreeBSD ever and it > looks really nice). > > However, there is one missing link to connect me to FreeBSD heave. I > would like to have a larger number of s

USB and serial communication

2003-09-05 Thread Anders Jansson
Hi everyone, I have just installed FreeBSD 5.1 om my PC (my first FreeBSD ever and it looks really nice). However, there is one missing link to connect me to FreeBSD heave. I would like to have a larger number of serial ports than the 2 already aailable in my PC and so I turned my attention to