Post Reply 
HP 75 and the PIL-Box
01-07-2014, 08:25 AM (This post was last modified: 01-07-2014 08:27 AM by Oulan.)
Post: #17
RE: HP 75 and the PIL-Box
Yes the latency is the main problem.

For HP-IL, the latency of the medium kill speed. I started to make some experiment on go71b for hp-il over wifi (with patched virtual il programs on a pc), but as the message should travel the whole loop before sending the next, I got a throughput of 5 bytes/sec !!

Actually I got some nice usb-serial adapter from FTDI and even usb-usb null modem adapter (it is seen as a serial device at each end with very hight speed).

One day I will try some experiments on go71b to look further in implementing HP-IL protocol but only on usb-usb or usb-serial medium as they support android with complete drivers.

Perhaps an idea to increase the throughput of the sender is to 'fake' the reply from the loop. If you know exactly what devices are on the loop, you can 'forge' the message after its travel on the loop as soon as you send it (if you make the assumption that all devices are ok and work well). But if you pull off the device ....

It can be done with go71b (you can change the behavior of the hp-il stack) or from emu71. This can also be done if the controller is connected directly to a usb/serial virtual il device (you can forge the reply). For PIL-Box, this is quite complicated as you need to rewrite a large part of the driver.

For pil-box, you can use this idea: make a special usb device which isolate the 'virtual loop' from the pil-box. This device forge immediately the reply message and then manage the virtual loop itself. No change are needed on the PIL-Box, but it can be quite hard to do for the device code.

This can be done for 'virtual loops' but for 'real loops' I don't have any ideas, sorry.

Olivier
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 75 and the PIL-Box - Michael Fehlhammer - 12-31-2013, 02:39 AM
RE: HP 75 and the PIL-Box - Sylvain Cote - 12-31-2013, 04:03 AM
RE: HP 75 and the PIL-Box - Sylvain Cote - 12-31-2013, 03:08 PM
RE: HP 75 and the PIL-Box - hp41cx - 01-01-2014, 03:01 AM
RE: HP 75 and the PIL-Box - Sylvain Cote - 01-01-2014, 04:54 PM
RE: HP 75 and the PIL-Box - Ángel Martin - 01-01-2014, 06:53 PM
RE: HP 75 and the PIL-Box - Sylvain Cote - 01-02-2014, 02:28 AM
RE: HP 75 and the PIL-Box - J-F Garnier - 01-02-2014, 04:16 PM
RE: HP 75 and the PIL-Box - danicaB - 01-04-2014, 04:57 AM
RE: HP 75 and the PIL-Box - Sylvain Cote - 01-04-2014, 06:57 PM
RE: HP 75 and the PIL-Box - J-F Garnier - 01-06-2014, 06:14 PM
RE: HP 75 and the PIL-Box - Oulan - 01-07-2014 08:25 AM
RE: HP 75 and the PIL-Box - hp41cx - 01-07-2014, 10:15 PM
RE: HP 75 and the PIL-Box - hp41cx - 01-08-2014, 12:31 AM
RE: HP 75 and the PIL-Box - hp41cx - 01-08-2014, 12:22 PM
RE: HP 75 and the PIL-Box - Jerry - 01-08-2014, 05:59 PM
RE: HP 75 and the PIL-Box - Sylvain Cote - 01-08-2014, 07:20 PM



User(s) browsing this thread: 1 Guest(s)