--- stan <[EMAIL PROTECTED]> wrote:
> On Sun, Sep 03, 2006 at 11:26:04PM +0600, ?????? > ????? wrote: > > Hello. > > I have a question I can't deal myself. > > And nobody can help me in resolving my problem. > > > > Problem: > > I have a hand-made device, I want to control from > FreeBSD 6.1 > > (I am porting this application from Windows > equivalent). > > But I don't know, in what device /dev/ I should > write to get reults. > > I tryed to write bytes into /dev/ttyd0, > /dev/cuad0, but got nothing. :( > > > Start off by using minicom (or cu) to talk to the > device. By doing > this you can sort through baud rate/parity,hardware > issues. > > Once you have that working, then move on to code. > > -- > Unix is very simple, but it takes a genius to > understand the simplicity. > (Dennis Ritchie) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > does your handmade device use RS-232? If its PIC or some such microcontroller based they claim to be RS-232 compliant but they do not always use +12V and -12V levels. MAX-232 chips can correct this. I assume if it worked in windows for you this might not the case, but you never know. -brian _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"