Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - serial port issue: (1 Item)
   
serial port issue  
Hi

I am having issues with the latest BSP for x86 (SNV revision 760912). However a previous release 
(SNV revision 750312) has no issues.

To configure the serial port i use the command:
stty raw 115200 par=none bits=8 stopb=1 </dev/ser1
At windows command prompt (the other end): mode com1: baud=115200 parity=n data=8 stop=1
Also in windows command prompt: 
copy com1: con:
In QNX:
ls /* >/dev/ser1

Why is this so? copying over the devc-ser8250 to the new build did not help.

Thx