[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

2004-01-08 Thread jose

I've made no progress getting the serial port to work
in Linux so I reported it to feedback as a bug. I´ll
let you know if I find out more about it

Let me know if you find out more about this. It's
really frustrating not being able to use the serial
ports in Linux

Thanks

 --- Petr Krenzelok [EMAIL PROTECTED] escribió:
 
 Gregg Irwin wrote:
 
 Hi Jose,
 
 j system/ports/serial: [ttyS0 ttyS1]
 
 j modem: open/string/direct/no-wait
 j serial://port1/9600/8/none/1
 
 j insert modem ATDT123123^M
 
 Did you try adding update modem after the insert?
 I know you
 shouldn't need to with /direct but...
   
 
 I think that update should not be really needed
 after opening whatever 
 kind of port, unless you change its parameters, etc.
 with serial ports 
 it is parity, rtc/cts etc. kind of settings 
 I will install one or two serial port monitors
 tomorrow and will some 
 test if I will have some free time ... we will see
 ...
 
 -pekr-
 
 -- Gregg 
 
   
 
 
 -- 
 To unsubscribe from this list, just send an email to
 [EMAIL PROTECTED] with unsubscribe as the
 subject.
  

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

2004-01-07 Thread Gabriele Santilli

Hi Petr,

On Wednesday, January 7, 2004, 3:28:05 PM, you wrote:

PK I asked several times, but did not get any reply as maybe ppl don't use
PK rebol serial port heavily. The problem is, that once I send more than
PK two bytes into device, it will not accept it or the result is completly
PK screwed.

On what platform? I never had any problems with the serial port on
Windows.

Regards,
   Gabriele.
-- 
Gabriele Santilli [EMAIL PROTECTED]  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

2004-01-07 Thread Petr Krenzelok

Gabriele Santilli wrote:

Hi Petr,

On Wednesday, January 7, 2004, 3:28:05 PM, you wrote:

PK I asked several times, but did not get any reply as maybe ppl don't use
PK rebol serial port heavily. The problem is, that once I send more than
PK two bytes into device, it will not accept it or the result is completly
PK screwed.

On what platform? I never had any problems with the serial port on
Windows.

  

On windows - maybe there was problem with external device then - we run 
it in debug mode and simply rebol ignored how logical states were put 
onto wires. PC did not wait untill device handles incoming data. I don't 
remember if we tried rtc/cts or other settings, but simply sending 
longer string one char at a time solved situation for us, so we did not 
investigate further back at that time ...

-pekr-

Regards,
   Gabriele.
  



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

2004-01-07 Thread Gregg Irwin

Hi Jose,

j system/ports/serial: [ttyS0 ttyS1]

j modem: open/string/direct/no-wait
j serial://port1/9600/8/none/1

j insert modem ATDT123123^M

Did you try adding update modem after the insert? I know you
shouldn't need to with /direct but...

-- Gregg 

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

2004-01-07 Thread Petr Krenzelok

Gregg Irwin wrote:

Hi Jose,

j system/ports/serial: [ttyS0 ttyS1]

j modem: open/string/direct/no-wait
j serial://port1/9600/8/none/1

j insert modem ATDT123123^M

Did you try adding update modem after the insert? I know you
shouldn't need to with /direct but...
  

I think that update should not be really needed after opening whatever 
kind of port, unless you change its parameters, etc. with serial ports 
it is parity, rtc/cts etc. kind of settings 
I will install one or two serial port monitors tomorrow and will some 
test if I will have some free time ... we will see ...

-pekr-

-- Gregg 

  


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.