Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

serial port

 [1/7] from: javierd::closeup::com::mx at: 8-Nov-2000 12:28


Hi all Is there a way to acces the serial port with windows (like sending commnd to the modem), using core? or that is a task for rebol command? Javier Delgado -- Paralax Multimedia S.A. Mexico D.F. http://www.paralax.com.mx | tel/fax <5>373 36 20 Produccion de Video, Video3d, animacion 3d kioskos -------------------------------------- Personal http://www.paralax.com.mx/Javier Kaliman http://www.kaliman.org.mx icq : 40740225 JavierD Existen mentiras, grandes mentiras y estadisticas... -- Mark Twain

 [2/7] from: javierd:paralax:mx at: 8-Nov-2000 11:53


Hi all Is there a way to acces the serial port with windows (like sending commnd to the modem), using core? or that is a task for rebol command? Javier Delgado -- Paralax Multimedia S.A. Mexico D.F. http://www.paralax.com.mx | tel/fax <5>373 36 20 Produccion de Video, Video3d, animacion 3d kioskos -------------------------------------- Personal http://www.paralax.com.mx/Javier Kaliman http://www.kaliman.org.mx icq : 40740225 JavierD Existen mentiras, grandes mentiras y estadisticas... -- Mark Twain

 [3/7] from: g:santilli:tiscalinet:it at: 9-Nov-2000 12:19


Javier Delgado wrote:
> Is there a way to acces the serial port with > windows (like sending commnd to the modem), > using core?
port: open/no-wait serial:// ; you may supply parameters in the url insert port "ATZ" print copy port close port (WARNING: THE CODE ABOVE WAS NOT TESTED.) You can find additional info in some recent posts by Holger and Bo. HTH, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

 [4/7] from: javierd:closeup:mx at: 9-Nov-2000 14:52


Hola Gabriele Santilli El 09-nov-00, usted escribio:
>GS port: open/no-wait serial:// ; you may supply
How can i defined here which serial port? usually the modem is in com4 if i type directly this gives - "open has no refinement called no-wait" i found that in system/ports there is no serial port defined and if i tried to define the serial ports (as advice in another mail...) - system/ports/serial: [com1 com2 com3 com4] I get "invalid path value"
>GS You can find additional info in some recent >GS posts by Holger and Bo.
thanks i will thy to find them... . Atentamente, Javier Delgado -- Paralax Multimedia S.A. Mexico D.F. http://www.paralax.com.mx | tel/fax <5>373 36 20 Produccion de Video, Video3d, animacion 3d kioskos -------------------------------------- Personal http://www.paralax.com.mx/Javier Kaliman http://www.kaliman.org.mx icq : 40740225 JavierD El peso promedio de un Iceberg es de 20,000,000 tons. http://www.ansonic.com.au/craigd/digest digest

 [5/7] from: bo:rebol at: 9-Nov-2000 13:57


Javier, You need to use one of the experimental versions of REBOL found at http://www.rebol.com/xpers/xpers.html to use the serial:// support. Have fun! -Bo On 9-Nov-2000/14:52:11-6:00, [JavierD--closeup--com--mx] wrote:
>Hola Gabriele Santilli >El 09-nov-00, usted escribio:
<<quoted lines omitted: 28>>
>[rebol-request--rebol--com] with "unsubscribe" in the >subject, without the quotes.
-- Bohdan "Bo" Lechnowsky REBOL Adventure Guide REBOL Technologies 707-467-8000 (http://www.rebol.com) The Official Source for REBOL Books (http://www.REBOLpress.com)

 [6/7] from: g:santilli:tiscalinet:it at: 10-Nov-2000 11:58


Javier Delgado wrote:
> if i type directly this gives > - "open has no refinement called no-wait"
Sorry, I should have noted that the serial:// scheme is available in the latest experimentals, but not in /Core 2.3. I hope a stable 2.4 version will be released soon... Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

 [7/7] from: bo:rebol at: 10-Nov-2000 10:42


The next stable version of Core will likely be numbered 2.5.0 for those of you planning ahead. :-) -Bo On 10-Nov-2000/11:58:58+1:00, [g--santilli--tiscalinet--it] wrote:
>Javier Delgado wrote: >> if i type directly this gives
<<quoted lines omitted: 11>>
>[rebol-request--rebol--com] with "unsubscribe" in the >subject, without the quotes.
-- Bohdan "Bo" Lechnowsky REBOL Adventure Guide REBOL Technologies 707-467-8000 (http://www.rebol.com) The Official Source for REBOL Books (http://www.REBOLpress.com)

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted