Hello Nigel,
I try to explain,
I have a device which has a hardware FBus, this i like a RS232 at 115200 baud. This device only can send and receive
fbus protocol. This device normaly is cable connected with old Nokia phones which only understand fbus protocol.
The phone info it can handle is SMS, out- incoming calls and phonebook.
What i want to do, is to connect newer phones which still have the availability of RS232 but only understand the
AT-modem commands.
So, if the Fbus device gives the command "retrieve phonebook" then a converter has to translate it into At-modem command for the newer phones. The new phone gives the phone book info, and this has to be translated back a fbus string, so that device can understand it.
Technicaly it can be done, only how to do this. Maybe somebody did do this before.